diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-20 21:02:28 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-20 21:02:28 +0200 |
commit | 2f492ce2acf21610a7b15ce5d1878cf0f2ae5b4d (patch) | |
tree | 260868f30b78b3b449c4c901e617452029708a37 /DESCRIPTION | |
parent | a7e209b553e2e99ffc9aa2b003f9b73b9ac4b985 (diff) |
Require upcoming nlme version, remove anova.nlme.mmkin
The method is no longer necessary, now that Bug 17761 is fixed upstream
https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 41f90f42..493f3532 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Description: Calculation routines based on the FOCUS Kinetics Report (2006, note that no warranty is implied for correctness of results or fitness for a particular purpose. Imports: stats, graphics, methods, deSolve, R6, inline, parallel, numDeriv, - lmtest, pkgbuild, nlme, purrr, saemix (>= 3.1.9000) + lmtest, pkgbuild, nlme (>= 3.1-149), purrr, saemix (>= 3.1.9000) Suggests: knitr, rbenchmark, tikzDevice, testthat, rmarkdown, covr, vdiffr, benchmarkme, tibble, stats4 License: GPL |