--- Begin Message ---
My fault, just noticed I had downloaded the wrong version of lmerTest from
github (lmerTest instead of lmerTestR). Fixed now. Thank you
Regards,
David
En sábado, 21 de abril de 2018 16:27:45 CEST, Rune Haubo
escribió:
I don't think 'summary' is actually exported
On 20/04/2018 3:53 PM, David Hervás via R-package-devel wrote:
Hi,
I have sent my package "clickR" to CRAN and was asked to fix the following NOTE:
* checking dependencies in R code ... NOTE
Missing or unexported object: 'lmerTest::summary'
I'm not sure what's going on, here is the Imports sectio
I don't think 'summary' is actually exported by lmerTest (version >= 3.0-0):
library(lmerTest)
fm <- lmer(Informed.liking ~ Gender + Information * Product + (1 | Consumer) +
(1 | Consumer:Product), data=ham)
lmerTest::summary(fm) # gives: Error: 'summary' is not an exported
object fr
--- Begin Message ---
Hi,
I have sent my package "clickR" to CRAN and was asked to fix the following NOTE:
* checking dependencies in R code ... NOTE
Missing or unexported object: 'lmerTest::summary'
I'm not sure what's going on, here is the Imports section of my DESCRIPTION
file:
Imports: beeswar