lme4 1.0-4 now on CRAN
On 2013-09-23 9:06 AM, Hufthammer, Karl Ove wrote:
lmer> ## linear mixed models - reference values from older code lmer> (fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)) Error in get(name, envir = asNamespace(pkg), inherits = FALSE) : object '.setDummyField' not found
I get the same error message on R 3.0.0, both on a 64-bit build and on a 32-bit build. The same package on R 2.15.2 on the same system works fine, though.
Extrapolating a bit from https://github.com/lme4/lme4/issues/54, I bet it would also work fine on R 3.0.1. Steve