diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-07 11:43:26 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-07 11:43:26 +0100 |
commit | 2663158c85fca9c088d1f8cfa3bc05ad1ac36f94 (patch) | |
tree | 0237e1eac660f448dc4149f06b4a15ad0fa06198 | |
parent | 22633a64469cec54cdfbeb74ff640409e57651ba (diff) |
Updates after inline 0.3.17 has been released
-rw-r--r-- | DESCRIPTION | 2 | ||||
-rw-r--r-- | NEWS.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index f1e4f169..0953d07e 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. Depends: R (>= 2.15.1), parallel -Imports: stats, graphics, methods, deSolve, R6, inline (>= 0.3.16.2), numDeriv, +Imports: stats, graphics, methods, deSolve, R6, inline (>= 0.3.17), numDeriv, lmtest, pkgbuild, nlme (>= 3.1-150.1), purrr, saemix (>= 3.1.9000) Suggests: knitr, rbenchmark, tikzDevice, testthat, rmarkdown, covr, vdiffr, benchmarkme, tibble, stats4 @@ -1,6 +1,6 @@ # mkin 0.9.50.4 (unreleased) -- 'mkinmod' models gain arguments 'name' and 'dll_dir' which, in conjunction with the upcoming version of the 'inline' package, makes it possible to still use the DLL used for fast ODE solutions with 'deSolve' after saving and restoring the 'mkinmod' object. +- 'mkinmod' models gain arguments 'name' and 'dll_dir' which, in conjunction with a current version of the 'inline' package, make it possible to still use the DLL used for fast ODE solutions with 'deSolve' after saving and restoring the 'mkinmod' object. - 'f_norm_temp_focus' generic function to normalise time intervals using the FOCUS method, with methods for numeric vectors and 'mkindsg' objects |