From 373d98038c514c5152478127a8a2b9b390ee1b58 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 14 Jan 2018 18:37:07 +0100 Subject: Load mkin quietly in vignettes Static documentation articles rebuilt by pkgdown::build_articles() --- vignettes/FOCUS_Z.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vignettes/FOCUS_Z.html') diff --git a/vignettes/FOCUS_Z.html b/vignettes/FOCUS_Z.html index 369e913d..1428ea85 100644 --- a/vignettes/FOCUS_Z.html +++ b/vignettes/FOCUS_Z.html @@ -11,7 +11,7 @@ - + Example evaluation of FOCUS dataset Z @@ -234,7 +234,7 @@ div.tocify {

Example evaluation of FOCUS dataset Z

Johannes Ranke

-

2017-11-16

+

2018-01-14

@@ -243,7 +243,7 @@ div.tocify {

The data

The following code defines the example dataset from Appendix 7 to the FOCUS kinetics report (FOCUS Work Group on Degradation Kinetics 2014, 354).

-
library(mkin, quiet = TRUE)
+
library(mkin, quietly = TRUE)
 LOD = 0.5
 FOCUS_2006_Z = data.frame(
   t = c(0, 0.04, 0.125, 0.29, 0.54, 1, 2, 3, 4, 7, 10, 14, 21,
-- 
cgit v1.2.1