diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-10 12:17:34 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-10 12:17:34 +0100 |
commit | a0364c2561dda4c4b67e7e3b6830719b4ed60916 (patch) | |
tree | 2fef05a3297cf8a3643dfe0f2fac3a30fc2c2183 /DESCRIPTION | |
parent | aa0c59c7a3ede267730fe85f9e27b1814f9e897a (diff) |
set_nd_nq is now in mkin, fix Steps12 bug
If a scenario with a slash "/" was selected in PEC_sw_focus(),
the Step 2 file generated giving an error (path not found) in the
Steps12 calculator, because the scenario name is part of the "compound"
name in this implementation, in order to show it in the list that the
calculator presents.
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index bb7e74d..e6bbe21 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling -Version: 0.5.8 -Date: 2021-11-19 +Version: 0.5.9 +Date: 2022-09-29 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4371-6538")) @@ -11,7 +11,7 @@ Description: Utilities for simple calculations of predicted environmental pesticide fate modelling software packages. Depends: R6, - mkin (>= 0.9.50.2) + mkin (>= 1.1.2) Imports: graphics, readr, @@ -32,4 +32,4 @@ LazyLoad: yes LazyData: yes Encoding: UTF-8 URL: https://pkgdown.jrwb.de/pfm -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.1 |