From 6681356b8abab27f0735341ed6d3a44e1374e2e5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 11 Nov 2022 09:00:41 +0100 Subject: Typo, remove PELMO related suggestions PELMO related functions are not used in pfm, so apart from advertising, these suggestions did not do anything. --- DESCRIPTION | 8 ++------ R/PEC_soil.R | 2 +- 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, -- cgit v1.2.1