diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-15 16:54:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-15 16:54:49 +0200 |
commit | 2e77bf144a81852302571009b1fcd41f021eca4c (patch) | |
tree | 82352bff1dbf7d1823ddaaee39244c8fb3319fdc | |
parent | fab885edd66b6a1d2e660ee6aa70d14474330697 (diff) |
Fix Open EFSA URL, changelog for 1.0.5v1.0.5
The EFSA URL failed on winbuilder because some cookie sets a different
domain, so I am now using \href{} with the full link as link text instead
of \url{}
-rw-r--r-- | NEWS.md | 4 | ||||
-rw-r--r-- | R/dimethenamid_2018.R | 2 | ||||
-rw-r--r-- | man/dimethenamid_2018.Rd | 2 | ||||
-rw-r--r-- | test.log | 8 |
4 files changed, 10 insertions, 6 deletions
@@ -1,3 +1,7 @@ +# mkin 1.0.5 (2021-09-15) + +- 'dimethenamid_2018': Correct the data for the Borstel soil. The five observations from Staudenmaier (2013) that were previously stored as "Borstel 2" are actually just a subset of the 16 observations in "Borstel 1" which is now simply "Borstel" + # mkin 1.0.4 (2021-04-20) - All plotting functions setting graphical parameters: Use on.exit() for resetting graphical parameters diff --git a/R/dimethenamid_2018.R b/R/dimethenamid_2018.R index 1a7e14a2..0d8f681f 100644 --- a/R/dimethenamid_2018.R +++ b/R/dimethenamid_2018.R @@ -15,7 +15,7 @@ #' @source Rapporteur Member State Germany, Co-Rapporteur Member State Bulgaria (2018) #' Renewal Assessment Report Dimethenamid-P Volume 3 - B.8 Environmental fate and behaviour #' Rev. 2 - November 2017 -#' \url{https://open.efsa.europa.eu/study-inventory/EFSA-Q-2014-00716} +#' \href{https://open.efsa.europa.eu}{https://open.efsa.europa.eu/study-inventory/EFSA-Q-2014-00716} #' @examples #' print(dimethenamid_2018) "dimethenamid_2018" diff --git a/man/dimethenamid_2018.Rd b/man/dimethenamid_2018.Rd index 6c251363..31a05a26 100644 --- a/man/dimethenamid_2018.Rd +++ b/man/dimethenamid_2018.Rd @@ -11,7 +11,7 @@ An \link{mkindsg} object grouping seven datasets with some meta information Rapporteur Member State Germany, Co-Rapporteur Member State Bulgaria (2018) Renewal Assessment Report Dimethenamid-P Volume 3 - B.8 Environmental fate and behaviour Rev. 2 - November 2017 -\url{https://open.efsa.europa.eu/study-inventory/EFSA-Q-2014-00716} +\href{https://open.efsa.europa.eu}{https://open.efsa.europa.eu/study-inventory/EFSA-Q-2014-00716} } \usage{ dimethenamid_2018 @@ -18,20 +18,20 @@ Loading required package: parallel ✔ | 10 | Special cases of mkinfit calls [0.3 s] ✔ | 1 | mkinfit features [0.3 s] ✔ | 8 | mkinmod model generation and printing [0.2 s] -✔ | 3 | Model predictions with mkinpredict [0.3 s] +✔ | 3 | Model predictions with mkinpredict [0.4 s] ✔ | 16 | Evaluations according to 2015 NAFTA guidance [1.3 s] ✔ | 9 | Nonlinear mixed-effects models [7.7 s] ✔ | 14 | Plotting [1.1 s] ✔ | 4 | Residuals extracted from mkinfit models ✔ | 2 | Complex test case from Schaefer et al. (2007) Piacenza paper [1.4 s] -✔ | 7 | Fitting the SFORB model [3.4 s] +✔ | 7 | Fitting the SFORB model [3.5 s] ✔ | 1 | Summaries of old mkinfit objects ✔ | 4 | Summary [0.1 s] ✔ | 4 | Results for synthetic data established in expertise for UBA (Ranke 2014) [2.1 s] -✔ | 9 | Hypothesis tests [8.0 s] +✔ | 9 | Hypothesis tests [7.9 s] ✔ | 4 | Calculation of maximum time weighted average concentrations (TWAs) [2.2 s] ══ Results ═════════════════════════════════════════════════════════════════════ -Duration: 39.0 s +Duration: 38.8 s [ FAIL 0 | WARN 0 | SKIP 0 | PASS 174 ] |