diff options
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 95ab31e..eb2e419 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling -Version: 0.6.2 -Date: 2024-03-06 +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")) @@ -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 |