diff options
Diffstat (limited to 'DESCRIPTION')
| -rw-r--r-- | DESCRIPTION | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index eb2e419..1e81c59 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,37 +1,29 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling -Version: 0.6.3 -Date: 2024-08-13 -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.5 +Date: 2026-02-13 +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. Depends: - R (>= 3.5.0), + R (>= 4.1.0), R6, mkin (>= 1.2) Imports: - graphics, - readr, - methods, - units, - dplyr + graphics, readr, methods, units, dplyr, tibble, tidyr, testthat Suggests: - testthat, - chents, - grImport, - magrittr, - covr, - here, - waldo, - docxtractr + chents, grImport, magrittr, covr, here, waldo, docxtractr 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.2 +RoxygenNote: 7.3.3 |
