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

alku alku at dtu.dk
Fri Sep 13 13:44:53 CEST 2013


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" in the specification of
class "merModLmerTest"

In DESCRIPTION file I have:
Depends:  Matrix, stats, methods, lme4
Imports: numDeriv, MASS, Hmisc, gplots, pbkrtest

I have classes.R file where I specify that "merModLmerTest" class should
inherit "merMod":

merModLmerTest <- setClass("merModLmerTest", contains = "merMod")

But it seems like in R devel r63910 this line cannot be seen...

This error I have seen for a few days

Alexandra



--
View this message in context: http://r.789695.n4.nabble.com/R-CMD-check-fails-in-R-devel-r63910-tp4676046.html
Sent from the R devel mailing list archive at Nabble.com.



More information about the R-devel mailing list