[Pomp-commits] r1029 - pkg/pompExamples/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 18 13:04:40 CET 2014
Author: kingaa
Date: 2014-12-18 13:04:39 +0100 (Thu, 18 Dec 2014)
New Revision: 1029
Modified:
pkg/pompExamples/man/budmoth.Rd
pkg/pompExamples/man/parus.Rd
Log:
- temporarily turn off checking of examples in budmoth.Rd and parus.Rd
Modified: pkg/pompExamples/man/budmoth.Rd
===================================================================
--- pkg/pompExamples/man/budmoth.Rd 2014-12-18 02:21:18 UTC (rev 1028)
+++ pkg/pompExamples/man/budmoth.Rd 2014-12-18 12:04:39 UTC (rev 1029)
@@ -43,10 +43,12 @@
}
\examples{
## three regimes, high and low noise regimes for parasitism and tritrophic
+\dontrun{
bm <- pompExample(budmoth,envir=NULL)
plot(bm$food)
plot(bm$para1)
plot(bm$para2)
plot(bm$tri)
}
+}
\keyword{models}
Modified: pkg/pompExamples/man/parus.Rd
===================================================================
--- pkg/pompExamples/man/parus.Rd 2014-12-18 02:21:18 UTC (rev 1028)
+++ pkg/pompExamples/man/parus.Rd 2014-12-18 12:04:39 UTC (rev 1029)
@@ -31,6 +31,7 @@
\deqn{\mathrm{pop}_{t} \sim \mathrm{Lognormal}(\log(N_t),\theta).}
}
\examples{
+\dontrun{
pompExample(parus,proc="Ricker",meas="negbin")
plot(parus)
plot(simulate(parus))
@@ -38,4 +39,5 @@
pompExample(parus,proc="Gompertz",meas="lognormal")
plot(simulate(parus))
}
+}
\keyword{models,datasets}
More information about the pomp-commits
mailing list