diff options
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 2757d8b..04bd0e9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling Version: 0.6.3 -Date: 2024-04-10 +Date: 2024-08-26 Authors@R: person("Johannes Ranke", email = "johannes.ranke@agroscope.admin.ch", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4371-6538")) @@ -16,7 +16,9 @@ Depends: Imports: graphics, readr, - methods + methods, + units, + dplyr Suggests: testthat, chents, @@ -32,4 +34,4 @@ LazyData: true Encoding: UTF-8 URL: https://pkgdown.jrwb.de/pfm, https://github.com/jranke/pfm Roxygen: list(markdown = TRUE, r6 = TRUE) -RoxygenNote: 7.3.1.9000 +RoxygenNote: 7.3.2 |