From 01c69fcff8c5a82b4c80faaeb44ff00827e792ca Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 14 May 2015 00:21:12 +0200 Subject: Start of migration from RUnit to testthat --- DESCRIPTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DESCRIPTION') 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 -- cgit v1.2.1 From 656466946f093617ababebe5ec3b36809234112a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 15 May 2015 08:49:40 +0200 Subject: Finished migration from RUnit to testthat --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 0477a200..5812868b 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-05-13 +Date: 2015-05-14 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), person("Katrin", "Lindenberger", role = "ctb"), -- cgit v1.2.1 From 9bb55ca2a59c8ce7d3b1069eec7a8aaf57e61df0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 15 May 2015 10:41:59 +0200 Subject: Correct the date --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 5812868b..9090f7a5 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-05-14 +Date: 2015-05-15 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), person("Katrin", "Lindenberger", role = "ctb"), -- cgit v1.2.1 From c4960b6d8f0fe84e9a05966d4208a89d780a887c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 15 May 2015 11:52:54 +0200 Subject: Quote FME package name in DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 9090f7a5..a811e510 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,7 @@ Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), Description: Calculation routines based on the FOCUS Kinetics Report (2006). Includes a function for conveniently defining differential equation models, model solution based on eigenvalues if possible or using numerical solvers - and a choice of the optimisation methods made available by the FME package. + and a choice of the optimisation methods made available by the 'FME' package. Please note that no warranty is implied for correctness of results or fitness for a particular purpose. Depends: minpack.lm, rootSolve -- cgit v1.2.1