diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-14 18:37:07 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-14 18:37:07 +0100 |
commit | 373d98038c514c5152478127a8a2b9b390ee1b58 (patch) | |
tree | 5b3e2852caca2856e0d42c87149e865ed22d841d /vignettes/FOCUS_Z.Rmd | |
parent | 6860dea6d5ef9dd9375a1cf98cc0bacfaea2dcb4 (diff) |
Load mkin quietly in vignettes
Static documentation articles rebuilt by pkgdown::build_articles()
Diffstat (limited to 'vignettes/FOCUS_Z.Rmd')
-rw-r--r-- | vignettes/FOCUS_Z.Rmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vignettes/FOCUS_Z.Rmd b/vignettes/FOCUS_Z.Rmd index d61f7387..b1ac7d42 100644 --- a/vignettes/FOCUS_Z.Rmd +++ b/vignettes/FOCUS_Z.Rmd @@ -29,7 +29,7 @@ The following code defines the example dataset from Appendix 7 to the FOCUS kine report [@FOCUSkinetics2014, p. 354]. ```{r, echo = TRUE, fig = TRUE, fig.width = 8, fig.height = 7} -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, |