aboutsummaryrefslogtreecommitdiff
path: root/man/mccall81_245T.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-09-14 11:38:43 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-09-14 11:38:43 +0200
commitc4a35c0e141a4bb05ba508914bebdc2884109e76 (patch)
tree81464f3e17e683dfc7614dadf0899850517954f7 /man/mccall81_245T.Rd
parentdd65f3503e9d091c82aedcf91635fcf40f778bf9 (diff)
Exclude more example code from CRAN checks
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE
Diffstat (limited to 'man/mccall81_245T.Rd')
-rw-r--r--man/mccall81_245T.Rd12
1 files changed, 6 insertions, 6 deletions
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}

Contact - Imprint