diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-02-13 06:23:02 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-02-13 06:23:02 +0100 |
commit | 19861806ed790dc55380c64c6a5e27ba7ecd52de (patch) | |
tree | d33be92ab644e81e7ffc0c6a6e7e22af4c48005d /DESCRIPTION | |
parent | 8d1a84ac2190538ed3bac53a303064e281595868 (diff) |
WIP adapting to new deSolve with faster lsoda
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 2a3f231e..83a1a1c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,7 +23,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. Depends: R (>= 2.15.1), -Imports: stats, graphics, methods, parallel, deSolve, R6, inline (>= 0.3.19), +Imports: stats, graphics, methods, parallel, deSolve (>= 1.35), R6, inline (>= 0.3.19), numDeriv, lmtest, pkgbuild, nlme (>= 3.1-151), saemix (>= 3.1), rlang, vctrs Suggests: knitr, rbenchmark, tikzDevice, testthat, rmarkdown, covr, vdiffr, benchmarkme, tibble, stats4, readxl |