Re: [Rd] R CMD check fails in R-devel r63910

2013-09-13 Thread Prof Brian Ripley
This seems to be nothing to do with R-devel, which has none of those classes. Note that the versions of lme4 currently offered by CRAN for R 3.0.1 and R-devel are different. I expect that is the root of the confusion, although as far as I know the one with class "merMod" is the one for R-dev

Re: [Rd] R CMD check fails in R-devel r63910

2013-09-13 Thread R. Michael Weylandt
On Sep 13, 2013, at 7:44, alku wrote: > Hi, > > The R CMD check is successful in R 3.0.1 but fails to install package > lmerTest under R-devel r63910, > Here is what I get: > > ** preparing package for lazy loading > Error in reconcilePropertiesAndPrototype(name, slots, prototype, > superCla

[Rd] R CMD check fails in R-devel r63910

2013-09-13 Thread alku
Hi, The R CMD check is successful in R 3.0.1 but fails to install package lmerTest under R-devel r63910, Here is what I get: ** preparing package for lazy loading Error in reconcilePropertiesAndPrototype(name, slots, prototype, superClasses, : no definition was found for superclass "merMod"