diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-05 12:11:30 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-05 12:13:33 +0200 |
commit | 1c7dbeec335c404377381157d34db6e219ce3f21 (patch) | |
tree | a0fc9b632a18a6e783adcd11a74837bf8cfcdba4 /DESCRIPTION | |
parent | 5f6faef514c603c04b5824b80bbaf3bfb5cd2eb7 (diff) |
Switch from microbenchmark to rbenchmark
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index cdc1a4a5..38e4e301 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: mkin Type: Package Title: Kinetic Evaluation of Chemical Degradation Data -Version: 0.9.45.1 -Date: 2016-12-21 +Version: 0.9.45.2 +Date: 2017-05-05 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), person("Katrin", "Lindenberger", role = "ctb"), @@ -18,7 +18,7 @@ Description: Calculation routines based on the FOCUS Kinetics Report (2006, purpose. Depends: minpack.lm, rootSolve, inline, parallel Imports: stats, graphics, methods, FME, deSolve, R6 -Suggests: knitr, testthat, microbenchmark, ggplot2, tikzDevice +Suggests: knitr, rbenchmark, tikzDevice, testthat License: GPL LazyLoad: yes LazyData: yes |