From ef7ccf68e086bac3e75858bd4b97e3a2c6872aa1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 28 Jun 2016 00:44:48 +0200 Subject: Avoid multicore fits in vignettes for passing CRAN checks Also a small fix to the FOCUS Z vignette, and an update of the static documentation generated by staticdocs. --- vignettes/mkin.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'vignettes/mkin.html') diff --git a/vignettes/mkin.html b/vignettes/mkin.html index 15f6559a..9a76dc48 100644 --- a/vignettes/mkin.html +++ b/vignettes/mkin.html @@ -11,7 +11,7 @@ - + mkin - Kinetic evaluation of chemical degradation data @@ -227,7 +227,7 @@ div.tocify {

mkin - Kinetic evaluation of chemical degradation data

Johannes Ranke

-

2016-06-27

+

2016-06-28

@@ -255,8 +255,7 @@ d_SFO_SFO_SFO_err <- add_err(d_SFO_SFO_SFO, function(x) 3, n = 1, seed = 1234 f_SFO_SFO_SFO <- mkinfit(m_SFO_SFO_SFO, d_SFO_SFO_SFO_err[[1]], quiet = TRUE) -plot.mkinfit(f_SFO_SFO_SFO, sep_obs = TRUE, show_residuals = TRUE, show_errmin = TRUE, - lpos = c("topright", "bottomright", "bottomright")) +plot_sep(f_SFO_SFO_SFO, lpos = c("topright", "bottomright", "bottomright"))

-- cgit v1.2.1