From 12a31f4c130c551f82232d9ef7dfb608bd52c53f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 27 Sep 2016 23:00:48 +0200 Subject: Reorganise repository using standard package layout --- DESCRIPTION | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 DESCRIPTION (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..fc76480 --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,25 @@ +Package: pfm +Type: Package +Title: Utilities for Pesticide Fate Modelling +Version: 0.3-8 +Date: 2016-09-27 +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, + readr, + methods +Suggests: + testthat, + chents +License: GPL +LazyLoad: yes +LazyData: yes +Encoding: UTF-8 +RoxygenNote: 5.0.1 -- cgit v1.2.1