From ad4cd5d9a1f8c3976d08048a441129b1fb49a62b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 2 Jul 2015 16:05:59 +0200 Subject: Changes to pass R CMD check --as-cran, roxygen run --- pkg/DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/DESCRIPTION') diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 39b8c20..5c3050c 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,8 +1,8 @@ Package: pfm Type: Package -Title: Utilities for pesticide fate modelling -Version: 0.2-1 -Date: 2015-06-12 +Title: Utilities for Pesticide Fate Modelling +Version: 0.2-3 +Date: 2015-07-02 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph")) Description: Utilities for simple PEC calculations and for dealing with data -- cgit v1.2.1 From 4477e69b46e88c196f354463190753650157ea0d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 21 Aug 2015 15:01:10 +0200 Subject: Updates to pass checks and tests --- pkg/DESCRIPTION | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pkg/DESCRIPTION') diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 5c3050c..f24b6bf 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -2,12 +2,14 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling Version: 0.2-3 -Date: 2015-07-02 +Date: 2015-08-21 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph")) -Description: Utilities for simple PEC calculations and for dealing with data - from some FOCUS pesticide fate modelling software. +Description: 'pfm' contains utilities for simple calculations of predicted + environmental concentrations (PECs) and for dealing with data from some FOCUS + pesticide fate modelling software packages. Depends: R6, mkin +Imports: graphics Suggests: testthat License: GPL LazyLoad: yes -- cgit v1.2.1 From 5038ba57fef6cc386566ec30f3d5dd67e62decff Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 21 Aug 2015 15:10:42 +0200 Subject: Adapt the description to R CMD check requirements --- pkg/DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/DESCRIPTION') diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index f24b6bf..379cb3b 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -5,9 +5,9 @@ Version: 0.2-3 Date: 2015-08-21 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph")) -Description: 'pfm' contains utilities for simple calculations of predicted - environmental concentrations (PECs) and for dealing with data from some FOCUS - pesticide fate modelling software packages. +Description: Utilities for simple calculations of predicted environmental + concentrations (PECs) and for dealing with data from some FOCUS pesticide + fate modelling software packages. Depends: R6, mkin Imports: graphics Suggests: testthat -- cgit v1.2.1