diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-07-23 18:13:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-07-23 18:13:14 +0200 |
commit | 36b67cc7505a0a7f0960d4cb820c527f27e18f9c (patch) | |
tree | 389897451f80e8684b2ba6d9bb3da53bd4d5cbff /GNUmakefile | |
parent | 40b78bed232798ecbeb72759cdf8d400ea35b31f (diff) | |
parent | 25648577b6d5a4521da7c9d2eb174d292d2d85af (diff) |
Merge branch 'master' into nlmixr
After the merge, run make test and accept the new snapshot for the mixed
model fit for an nlme object
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index d7c68ebf..9056a0ec 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -90,9 +90,6 @@ slowtests: install NOT_CRAN=true "$(RBIN)/Rscript" -e 'library(mkin); testthat::test_dir("tests/testthat/slow")' 2>&1 | tee tests_slow.log sed -i -e "s/\r.*\r//" tests_slow.log -vdiffr: - "$(RBIN)/Rscript" -e 'vdiffr::manage_cases(filter = "plot|nafta")' - testcheck: roxygen test check README.html: README.md |