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.

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to