diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2023-11-12 04:43:04 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2023-11-12 04:43:04 +0100 |
commit | deb4c0250a1afa788a4f7450a4907707e680aa65 (patch) | |
tree | dc5edf83bb6d1ee596fff1e8b9b3227a60e1201e /DESCRIPTION | |
parent | 963dd87c009e11035aa9801e71b05784289b5267 (diff) |
Start RStudio project, some maintenance
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 9543fdd..8d11e33 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling -Version: 0.5.9 -Date: 2022-11-11 -Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", - role = c("aut", "cre", "cph"), +Version: 0.6.0 +Date: 2023-11-11 +Authors@R: person("Johannes Ranke", email = "johannes.ranke@agroscope.admin.ch", + role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4371-6538")) Description: Utilities for simple calculations of predicted environmental concentrations ('PEC' values) and for dealing with data from some FOCUS @@ -27,4 +27,4 @@ LazyLoad: yes LazyData: yes Encoding: UTF-8 URL: https://pkgdown.jrwb.de/pfm -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 |