Thanks Uwe.
On Sat, Apr 21, 2018 at 3:02 PM, Uwe Ligges wrote:
>
>
> On 21.04.2018 20:06, Steven Scott wrote:
>
>> No word from the maintainers.
>>
>
> Only one maintainer is reading this list.
>
>
> I submitted a revised version of the package
>> just now (with an updated date in DESCRIPTION).
On 21.04.2018 20:06, Steven Scott wrote:
No word from the maintainers.
Only one maintainer is reading this list.
I submitted a revised version of the package
just now (with an updated date in DESCRIPTION).
Thanks.
If someone could look at it in the next few days I'd appreciate it. Tha
No word from the maintainers. I submitted a revised version of the package
just now (with an updated date in DESCRIPTION).
If someone could look at it in the next few days I'd appreciate it. Thanks.
On Wed, Apr 4, 2018 at 3:01 PM, Steven Scott
wrote:
> Thanks Dirk. IMO the package is in good
--- 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