diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-14 00:21:12 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-14 00:21:47 +0200 |
commit | 01c69fcff8c5a82b4c80faaeb44ff00827e792ca (patch) | |
tree | 5aa6d4c2a339980b726d7f02d906b73c602a885b /DESCRIPTION | |
parent | 42739646dc36ff74d43b638fc2c4f5259496e2b9 (diff) |
Start of migration from RUnit to testthat
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 03976d1e..0477a200 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Routines for Fitting Kinetic Models with One or More State Variables to Chemical Degradation Data Version: 0.9-35 -Date: 2015-02-20 +Date: 2015-05-13 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), person("Katrin", "Lindenberger", role = "ctb"), @@ -17,7 +17,8 @@ Description: Calculation routines based on the FOCUS Kinetics Report (2006). for a particular purpose. Depends: minpack.lm, rootSolve Imports: FME, deSolve -Suggests: knitr, RUnit +Suggests: knitr, + testthat License: GPL LazyLoad: yes LazyData: yes |