aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-09-18 13:33:05 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-09-18 13:33:05 +0200
commit3c5ef6363bfda631331b4475831db1b3ba9fc293 (patch)
treee2cac84217f7f1908d5990e019ba48fda5c54b17
parentf59b8a93a9956ac46eac24d294f7a26642b995dc (diff)
Change Depends to Imports
as recommended, e.g. by Uwe Ligges in his useR! 2017 keynote
-rw-r--r--DESCRIPTION4
-rw-r--r--build.log2
2 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 95fc62a6..c0c2691f 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -16,8 +16,8 @@ Description: Calculation routines based on the FOCUS Kinetics Report (2006,
equation models are solved using compiled C functions. Please note that no
warranty is implied for correctness of results or fitness for a particular
purpose.
-Depends: minpack.lm, rootSolve, inline, parallel
-Imports: stats, graphics, methods, FME, deSolve, R6
+Imports: stats, graphics, methods, FME, deSolve, R6, minpack.lm, rootSolve,
+ inline, parallel
Suggests: knitr, rbenchmark, tikzDevice, testthat
License: GPL
LazyLoad: yes
diff --git a/build.log b/build.log
index 33313286..08ac3599 100644
--- a/build.log
+++ b/build.log
@@ -6,5 +6,5 @@
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* looking to see if a ‘data/datalist’ file should be added
-* building ‘mkin_0.9.46.1.tar.gz’
+* building ‘mkin_0.9.46.2.tar.gz’

Contact - Imprint