[Lme4-commits] r1439 - pkg/lme4Eigen/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Nov 4 20:22:37 CET 2011
Author: dmbates
Date: 2011-11-04 20:22:37 +0100 (Fri, 04 Nov 2011)
New Revision: 1439
Modified:
pkg/lme4Eigen/man/profile-methods.Rd
Log:
Don't run examples until the code has been fixed
Modified: pkg/lme4Eigen/man/profile-methods.Rd
===================================================================
--- pkg/lme4Eigen/man/profile-methods.Rd 2011-11-04 19:21:35 UTC (rev 1438)
+++ pkg/lme4Eigen/man/profile-methods.Rd 2011-11-04 19:22:37 UTC (rev 1439)
@@ -38,6 +38,7 @@
\code{\link{bootMer}}.
}
\examples{
+\dontrun{
%% Do keep at least *one* such example! -- this is (also) a regression test
fm01ML <- lmer(Yield ~ 1|Batch, Dyestuff, REML = FALSE)
@@ -49,4 +50,5 @@
stopifnot(dim(CIpr) == c(3,2),
all.equal(unname(CIpr[2,]),c(3.64362, 4.21446), tol=1e-6))
}
+}
\keyword{methods}
More information about the Lme4-commits
mailing list