aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-07-26 16:17:05 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-07-26 16:17:05 +0200
commit546c540fecb60b51c3e265911282881315a8c937 (patch)
tree666f473f5f8e77e6f5059721e19076909d1d4499 /DESCRIPTION
parent8f9bcec005ed1e0c6086c19a94e03f20fd6d6263 (diff)
Import parallel instead of depending on it
This cleans up the startup message. Loading parallel is not that important, users wanting to use it will know what to do. Also, add codemeta.json to .Rbuildignore
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION8
1 files changed, 4 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index a28654cc..6bf960f2 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -22,9 +22,9 @@ Description: Calculation routines based on the FOCUS Kinetics Report (2006,
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), parallel
-Imports: stats, graphics, methods, deSolve, R6, inline (>= 0.3.19), numDeriv,
- lmtest, pkgbuild, nlme (>= 3.1-151), purrr, saemix (>= 3.0)
+Depends: R (>= 2.15.1),
+Imports: stats, graphics, methods, parallel, deSolve, R6, inline (>= 0.3.19),
+ numDeriv, lmtest, pkgbuild, nlme (>= 3.1-151), purrr, saemix (>= 3.0)
Suggests: knitr, rbenchmark, tikzDevice, testthat, rmarkdown, covr, vdiffr,
benchmarkme, tibble, stats4
License: GPL
@@ -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.0
+RoxygenNote: 7.2.1

Contact - Imprint