From e6dfdecf78c448f3a0947c3e70806697c7586bc3 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 8 Jan 2025 10:44:21 +0100 Subject: Document default soil density, update docs --- R/PEC_soil.R | 3 ++- _pkgdown.yml | 3 +++ docs/404.html | 2 +- docs/authors.html | 10 +++++----- docs/index.html | 11 ++++++----- docs/news/index.html | 9 +++++++-- docs/reference/PEC_soil.html | 5 +++-- docs/reference/PEC_sw_drainage_UK.html | 11 +++++++---- docs/reference/index.html | 2 +- docs/search.json | 2 +- man/PEC_soil.Rd | 3 ++- 11 files changed, 38 insertions(+), 23 deletions(-) diff --git a/R/PEC_soil.R b/R/PEC_soil.R index ac551a7..d6356b9 100644 --- a/R/PEC_soil.R +++ b/R/PEC_soil.R @@ -68,7 +68,8 @@ if(getRversion() >= '2.15.1') utils::globalVariables(c("destination", "study_typ #' as Kom here #' @param t_avg Averaging times for time weighted average concentrations #' @param t_act Time series for actual concentrations -#' @param scenarios If this is 'default', the DT50 will be used without correction +#' @param scenarios If this is 'default', a soil bulk density of 1.5 kg/L will +#' be used. The DT50 will be used without correction #' 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 diff --git a/_pkgdown.yml b/_pkgdown.yml index 58c1da0..9b0c204 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -6,6 +6,9 @@ template: bootstrap: 5 bootswatch: spacelab +news: + cran_dates: false + reference: - title: General utility functions desc: Functions that are independent of specific fate modelling areas diff --git a/docs/404.html b/docs/404.html index e41a30d..8deac5b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -18,7 +18,7 @@ pfm - 0.6.3 + 0.6.4