diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-08-26 17:11:43 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-08-26 17:11:43 +0200 |
commit | 913c383880da2a5f4bdb71c8a82107afbad6ef13 (patch) | |
tree | 1c5a988748fc49fde4c279a96650deb26039b711 /DESCRIPTION | |
parent | 9e62ed638e530a5cebebf491de055caca49a56ef (diff) | |
parent | 396ba6c42252426a132be56b9f417786a1f276e3 (diff) |
Merge branch 'main' into crop_group
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 2757d8b..eb2e419 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-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 |