diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-04-22 13:42:10 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-04-22 13:42:10 +0200 |
commit | ec79637749d300ab4ca170805c673905e52d67dd (patch) | |
tree | 6eabf636f3012daecbe7ee446b1083da86d64e63 /pkg/DESCRIPTION | |
parent | 8ffbc49b3f01deac6f9e83aaa6d318d4e2f8552b (diff) |
Add simplest PEC soil calcs, use testthat
Diffstat (limited to 'pkg/DESCRIPTION')
-rw-r--r-- | pkg/DESCRIPTION | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 29e36e7..a327ae1 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,11 +1,14 @@ Package: pfm Type: Package Title: Utilities for pesticide fate modelling -Version: 0.1-1 -Date: 2015-01-23 -Authors@R: "Johannes Ranke <jranke@uni-bremen.de> [aut, cre, cph]" -Description: Utilities for dealing with data from FOCUS software tools. +Version: 0.1-2 +Date: 2015-04-22 +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. Depends: R6 +Suggests: testthat License: GPL LazyLoad: yes LazyData: yes |