Re: [R] error in lmerTest after updating to R 3.3.0

2016-05-10 Thread Ben Bolker
Pascal A. Niklaus ieu.uzh.ch> writes: > > Dear all, > > After updating to R 3.3.0 (inadvertently, via apt-get), I get an error > when using lmerTest. Here is an example: > > library(lmerTest) > library(MASS) > data(oats) > m <- lmer(Y ~ N*V + (1|B/V), data=oats) > summary(m) > > summary from

[R] error in lmerTest after updating to R 3.3.0

2016-05-10 Thread Pascal A. Niklaus
Dear all, After updating to R 3.3.0 (inadvertently, via apt-get), I get an error when using lmerTest. Here is an example: library(lmerTest) library(MASS) data(oats) m <- lmer(Y ~ N*V + (1|B/V), data=oats) summary(m) summary from lme4 is returned some computational error has occurred in lmerTe