Skip to content

Commit

Permalink
Version bump and remove stripper
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jun 2, 2021
1 parent 7bb92fc commit b2a4cf7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 236 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Suggests:
covr,
forecast,
latticeExtra
Version: 2.0.4.1
Version: 2.0.5
Authors@R: c(person("Matthew","Fidler",
role = "aut", email = "[email protected]",
comment=c(ORCID="0000-0001-8538-6691")),
Expand Down Expand Up @@ -83,7 +83,6 @@ Authors@R: c(person("Matthew","Fidler",
person("Audrey", "Lavenu", role="ctb"),
person("Marc", "Lavielle", role="ctb"),
person("David","Ardia",role = "cph"),
person("Daniel C.", "Dillon", role="ctb"),
person("Katharine","Mullen",role = "cph"),
person("Ben", "Goodrich", role = "ctb")
)
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nlmixr 2.0.4.1 (Development version)
# nlmixr 2.0.5

- Fix for `nlmixrSim` CMT to have a factor that matches the `RxODE`
definition (issue #501)
Expand Down Expand Up @@ -31,6 +31,8 @@

- With `vpc()` if the cmt conversion isn't working correctly, fall
back to compartment numbers.

- Take out symbol stripping based on CRAN policies

# nlmixr 2.0.4

Expand Down
3 changes: 0 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
${R_HOME}/bin/R CMD BATCH inst/tools/workaround.R
rm workaround.Rout

${R_HOME}/bin/R CMD BATCH inst/tools/r-stripper/stripper.R
rm stripper.Rout

echo --------[begin src/Makevars]--------
cat src/Makevars
echo --------[end src/Makevars]--------
3 changes: 0 additions & 3 deletions configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
${R_HOME}/bin/R CMD BATCH inst/tools/workaround.R
rm workaround.Rout

${R_HOME}/bin/R CMD BATCH inst/tools/r-stripper/stripper.R
rm stripper.Rout

echo --------[[begin src/Makevars.win]]--------
cat src/Makevars.win
echo --------[[end src/Makevars.win]]--------
29 changes: 0 additions & 29 deletions inst/tools/stripper

This file was deleted.

198 changes: 0 additions & 198 deletions inst/tools/stripper.R

This file was deleted.

0 comments on commit b2a4cf7

Please sign in to comment.