diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 11:38:43 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 11:38:43 +0200 |
commit | c4a35c0e141a4bb05ba508914bebdc2884109e76 (patch) | |
tree | 81464f3e17e683dfc7614dadf0899850517954f7 /man/mkinparplot.Rd | |
parent | dd65f3503e9d091c82aedcf91635fcf40f778bf9 (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/mkinparplot.Rd')
-rw-r--r-- | man/mkinparplot.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/mkinparplot.Rd b/man/mkinparplot.Rd index 34b06963..a880151d 100644 --- a/man/mkinparplot.Rd +++ b/man/mkinparplot.Rd @@ -23,11 +23,12 @@ }
\examples{
+\dontrun{
model <- mkinmod(
T245 = mkinsub("SFO", to = c("phenol"), sink = FALSE),
phenol = mkinsub("SFO", to = c("anisole")),
anisole = mkinsub("SFO"), use_of_ff = "max")
fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE)
mkinparplot(fit)
-}
+}}
\keyword{ hplot }
|