From c4a35c0e141a4bb05ba508914bebdc2884109e76 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Sep 2018 11:38:43 +0200 Subject: Exclude more example code from CRAN checks to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE --- man/mccall81_245T.Rd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/mccall81_245T.Rd') diff --git a/man/mccall81_245T.Rd b/man/mccall81_245T.Rd index 656ca33f..0ea8af63 100644 --- a/man/mccall81_245T.Rd +++ b/man/mccall81_245T.Rd @@ -34,12 +34,12 @@ \dontrun{ fit.1 <- mkinfit(SFO_SFO_SFO, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE) summary(fit.1, data = FALSE) + # No convergence, no covariance matrix ... + # k_phenol_sink is really small, therefore fix it to zero + fit.2 <- mkinfit(SFO_SFO_SFO, subset(mccall81_245T, soil == "Commerce"), + parms.ini = c(k_phenol_sink = 0), + fixed_parms = "k_phenol_sink", quiet = TRUE) + summary(fit.2, data = FALSE) } - # No convergence, no covariance matrix ... - # k_phenol_sink is really small, therefore fix it to zero - fit.2 <- mkinfit(SFO_SFO_SFO, subset(mccall81_245T, soil == "Commerce"), - parms.ini = c(k_phenol_sink = 0), - fixed_parms = "k_phenol_sink", quiet = TRUE) - summary(fit.2, data = FALSE) } \keyword{datasets} -- cgit v1.2.1