aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-02-13 05:19:08 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-02-13 05:19:08 +0100
commit8d1a84ac2190538ed3bac53a303064e281595868 (patch)
treeacb894d85ab7ec87c4911c355a5264a77e08e34b /DESCRIPTION
parent51d63256a7b3020ee11931d61b4db97b9ded02c0 (diff)
parent4200e566ad2600f56bc3987669aeab88582139eb (diff)
Merge branch 'main' into custom_lsoda_call
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION18
1 files changed, 9 insertions, 9 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index a006a446..2a3f231e 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,7 +2,7 @@ Package: mkin
Type: Package
Title: Kinetic Evaluation of Chemical Degradation Data
Version: 1.3.0
-Date: 2022-11-15
+Date: 2023-02-13
Authors@R: c(
person("Johannes", "Ranke", role = c("aut", "cre", "cph"),
email = "johannes.ranke@jrwb.de",
@@ -17,13 +17,13 @@ Description: Calculation routines based on the FOCUS Kinetics Report (2006,
equation models are solved using automatically generated C functions.
Heteroscedasticity can be taken into account using variance by variable or
two-component error models as described by Ranke and Meinecke (2018)
- <doi:10.3390/environments6120124>. Interfaces to several nonlinear
- mixed-effects model packages are available, some of which are described by
- Ranke et al. (2021) <doi:10.3390/environments8080071>. Please note that no
- warranty is implied for correctness of results or fitness for a particular
- purpose.
-Depends: R (>= 2.15.1), deSolve
-Imports: stats, graphics, methods, parallel, R6, inline (>= 0.3.19),
+ <doi:10.3390/environments6120124>. Hierarchical degradation models can
+ be fitted using nonlinear mixed-effects model packages as a backend as
+ described by Ranke et al. (2021) <doi:10.3390/environments8080071>. Please
+ 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),
numDeriv, lmtest, pkgbuild, nlme (>= 3.1-151), saemix (>= 3.1), rlang, vctrs
Suggests: knitr, rbenchmark, tikzDevice, testthat, rmarkdown, covr, vdiffr,
benchmarkme, tibble, stats4, readxl
@@ -36,4 +36,4 @@ VignetteBuilder: knitr
BugReports: https://github.com/jranke/mkin/issues/
URL: https://pkgdown.jrwb.de/mkin/
Roxygen: list(markdown = TRUE)
-RoxygenNote: 7.2.1
+RoxygenNote: 7.2.3

Contact - Imprint