aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-01-31 13:16:17 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-01-31 13:27:50 +0100
commitaed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911 (patch)
tree7ca136834857c12449f50a1e086a589cc9b79e2e /DESCRIPTION
parent64f629efbe666bae56f48a309adf33d1eb09c358 (diff)
Reorganise data generation
- Use inst/data_generation for R code generating data as in some of my other packages - data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff contents were not changed - Remove ChangeLog, the history is in the git logs - Update docs and some links contained therein - use \doi{} markup - Move logs to log directory
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION13
1 files changed, 8 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 8d11e33..ab6d2ce 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
Package: pfm
Type: Package
Title: Utilities for Pesticide Fate Modelling
-Version: 0.6.0
-Date: 2023-11-11
+Version: 0.6.1
+Date: 2024-01-31
Authors@R: person("Johannes Ranke", email = "johannes.ranke@agroscope.admin.ch",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4371-6538"))
@@ -10,6 +10,7 @@ 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),
R6,
mkin (>= 1.2)
Imports:
@@ -21,10 +22,12 @@ Suggests:
chents,
grImport,
magrittr,
- covr
+ covr,
+ here,
+ waldo
License: GPL
-LazyLoad: yes
-LazyData: yes
+LazyLoad: true
+LazyData: true
Encoding: UTF-8
URL: https://pkgdown.jrwb.de/pfm
RoxygenNote: 7.2.3

Contact - Imprint