diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-15 14:41:26 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-15 21:12:08 +0200 |
commit | 6b4e342b240baaf18150360986d15895fc80a937 (patch) | |
tree | b9664e0970280bbebb8e3fc13b59f3920c86d4e5 /pkg/DESCRIPTION | |
parent | c43b4947007b3c26bc56260499af51c41b8cd702 (diff) |
Add endpoint and GUS functions, roxygenize
Diffstat (limited to 'pkg/DESCRIPTION')
-rw-r--r-- | pkg/DESCRIPTION | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 55e5814..fb9171f 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -2,16 +2,22 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling Version: 0.2-4 -Date: 2015-10-01 +Date: 2015-10-15 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph")) 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, chents + concentrations (PECs) and for dealing with data from some FOCUS pesticide + fate modelling software packages. +Depends: + R6, + mkin +Imports: + graphics +Suggests: + testthat, + chents License: GPL LazyLoad: yes LazyData: yes Encoding: UTF-8 +RoxygenNote: 4.1.1.9001 |