From 3c5ef6363bfda631331b4475831db1b3ba9fc293 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 18 Sep 2017 13:33:05 +0200 Subject: Change Depends to Imports as recommended, e.g. by Uwe Ligges in his useR! 2017 keynote --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DESCRIPTION') 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 -- cgit v1.2.1