[Rd] summary of lme4.0 model in package

Benjamin Hofner benjamin.hofner at fau.de
Fri Apr 4 12:34:58 CEST 2014


Dear Thierry,

I had the same problem in my package papeR, where I was depending on lme4 in
my DESCRIPTION file. The problem vanished after I also added 
  import(lme4) 
to my NAMESPACE (which is advised nowadays by R CMD check anyway). You can
of course also use importFrom() to import the summary function only.

All the best,
Benjamin



--
View this message in context: http://r.789695.n4.nabble.com/summary-of-lme4-0-model-in-package-tp4688082p4688170.html
Sent from the R devel mailing list archive at Nabble.com.



More information about the R-devel mailing list