diff options
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 95ab31e..084818b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,14 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling -Version: 0.6.2 -Date: 2024-03-06 -Authors@R: person("Johannes Ranke", email = "johannes.ranke@agroscope.admin.ch", - role = c("aut", "cre"), - comment = c(ORCID = "0000-0003-4371-6538")) +Version: 0.6.4 +Date: 2025-06-24 +Authors@R: c( + person("Johannes Ranke", email = "johannes.ranke@agroscope.admin.ch", + role = c("aut", "cre"), + comment = c(ORCID = "0000-0003-4371-6538")), + person("Elisabeth Lutz", email = "elisabeth.lutz@agroscope.admin.ch", + role = "ctb")) Description: Utilities for simple calculations of predicted environmental concentrations ('PEC' values) and for dealing with data from some FOCUS pesticide fate modelling software packages. @@ -16,7 +19,9 @@ Depends: Imports: graphics, readr, - methods + methods, + units, + dplyr Suggests: testthat, chents, @@ -30,6 +35,6 @@ License: GPL LazyLoad: true LazyData: true Encoding: UTF-8 -URL: https://pkgdown.jrwb.de/pfm, https://github.com/jranke/pfm +URL: https://pkgdown.jrwb.de/pfm, https://github.com/jranke/pfm, http://jranke.github.io/pfm/ Roxygen: list(markdown = TRUE, r6 = TRUE) -RoxygenNote: 7.3.1.9000 +RoxygenNote: 7.3.2.9000 |