diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 11:13:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 11:13:49 +0200 |
commit | c615bd685d6a109306e68ea7b0516ba3d6805114 (patch) | |
tree | 69d84e89a79d4c2c92ec77310c7ba8b0b77e8c23 | |
parent | 08e600c0eea6153b433659c08ea49aead5ffd932 (diff) |
We don't use KernSmooth any more
-rw-r--r-- | DESCRIPTION | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index c653be1c..d49c6b69 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -24,8 +24,7 @@ Description: Calculation routines based on the FOCUS Kinetics Report (2006, purpose. Depends: R (>= 2.15.1), Imports: stats, graphics, methods, parallel, deSolve, R6, inline (>= 0.3.19), - numDeriv, lmtest, pkgbuild, nlme (>= 3.1-151), saemix (>= 3.1), rlang, vctrs, - KernSmooth + numDeriv, lmtest, pkgbuild, nlme (>= 3.1-151), saemix (>= 3.1), rlang, vctrs Suggests: knitr, rbenchmark, tikzDevice, testthat, rmarkdown, covr, vdiffr, benchmarkme, tibble, stats4 License: GPL |