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() --- docs/articles/FOCUS_Z.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/articles/FOCUS_Z.html') diff --git a/docs/articles/FOCUS_Z.html b/docs/articles/FOCUS_Z.html index d16299ca..7a37c66d 100644 --- a/docs/articles/FOCUS_Z.html +++ b/docs/articles/FOCUS_Z.html @@ -77,7 +77,7 @@

Example evaluation of FOCUS dataset Z

Johannes Ranke

-

2017-11-16

+

2018-01-14

@@ -88,7 +88,7 @@

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