From aed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 31 Jan 2024 13:16:17 +0100 Subject: 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 --- DESCRIPTION | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'DESCRIPTION') 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 -- cgit v1.2.1