aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-11 09:00:41 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-11 09:00:41 +0100
commit6681356b8abab27f0735341ed6d3a44e1374e2e5 (patch)
treec09db8c33a074caa4f938f02cb2c2b0bbf2161f8
parent3e82035d2753d031401f80833de8939740491bd0 (diff)
Typo, remove PELMO related suggestions
PELMO related functions are not used in pfm, so apart from advertising, these suggestions did not do anything.
-rw-r--r--DESCRIPTION8
-rw-r--r--R/PEC_soil.R2
2 files changed, 3 insertions, 7 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index e6bbe21..890d606 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,7 +2,7 @@ Package: pfm
Type: Package
Title: Utilities for Pesticide Fate Modelling
Version: 0.5.9
-Date: 2022-09-29
+Date: 2022-11-11
Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4371-6538"))
@@ -21,12 +21,8 @@ Suggests:
chents,
grImport,
magrittr,
- PELMO.installeR,
- rPELMO,
covr
-Remotes: jranke/chents,
- jranke/PELMO.installeR,
- jranke/rPELMO
+Remotes: jranke/chents
License: GPL
LazyLoad: yes
LazyData: yes
diff --git a/R/PEC_soil.R b/R/PEC_soil.R
index b29ff13..ac551a7 100644
--- a/R/PEC_soil.R
+++ b/R/PEC_soil.R
@@ -72,7 +72,7 @@ if(getRversion() >= '2.15.1') utils::globalVariables(c("destination", "study_typ
#' and soil properties as specified in the REACH guidance (R.16, Table
#' R.16-9) are used for porewater PEC calculations. If this is "EFSA_2015",
#' the DT50 is taken to be a modelling half-life at 20°C and pF2 (for when
-#' 'chents' is specified, the DegT50 with destination 'PECgw' will be used),
+#' 'chent' is specified, the DegT50 with destination 'PECgw' will be used),
#' and corrected using an Arrhenius activation energy of 65.4 kJ/mol. Also
#' model and scenario adjustment factors from the EFSA guidance are used.
#' @param leaching Should leaching be taken into account? The default is FALSE,

Contact - Imprint