diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 23:00:48 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 23:00:48 +0200 |
commit | 12a31f4c130c551f82232d9ef7dfb608bd52c53f (patch) | |
tree | 2525ab1ea4102a6edddbd0c2f03f4a851bf2f9c5 /pkg/DESCRIPTION | |
parent | 0d958ab6f84b569b5437f231c56004890c4ae23b (diff) |
Reorganise repository using standard package layout
Diffstat (limited to 'pkg/DESCRIPTION')
-rw-r--r-- | pkg/DESCRIPTION | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION deleted file mode 100644 index f9de23c..0000000 --- a/pkg/DESCRIPTION +++ /dev/null @@ -1,25 +0,0 @@ -Package: pfm -Type: Package -Title: Utilities for Pesticide Fate Modelling -Version: 0.3-8 -Date: 2016-09-26 -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 |