[R] error in lmerTest after updating to R 3.3.0
Ben Bolker
bbolker at gmail.com
Wed May 11 01:37:43 CEST 2016
Pascal A. Niklaus <pascal.niklaus <at> ieu.uzh.ch> writes:
>
> Dear all,
>
> After updating to R 3.3.0 (inadvertently, via apt-get), I get an error
> when using lmerTest. Here is an example:
>
> library(lmerTest)
> library(MASS)
> data(oats)
> m <- lmer(Y ~ N*V + (1|B/V), data=oats)
> summary(m)
>
> summary from lme4 is returned
> some computational error has occurred in lmerTest
>
> I have removed all old libraries and tried to have as clean an
> installation as possible, but this did not fix the problem.
>
> Is this an incompatibility or a problem with my installation?
>
Hard to say. Works for me on a clean MacOS install of R 3.3/lme4/
lmerTest.
You might want to send followups to r-sig-mixed-models at r-project.org
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.9.5 (Mavericks)
locale:
[1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] MASS_7.3-45 lmerTest_2.0-30 lme4_1.1-12 Matrix_1.2-6
loaded via a namespace (and not attached):
[1] Rcpp_0.12.4 Formula_1.2-1 cluster_2.0.4
[4] splines_3.3.0 munsell_0.4.3 colorspace_1.2-6
[7] lattice_0.20-33 minqa_1.2.4 plyr_1.8.3
[10] tools_3.3.0 nnet_7.3-12 grid_3.3.0
[13] data.table_1.9.6 gtable_0.2.0 nlme_3.1-127
[16] latticeExtra_0.6-28 survival_2.39-3 gridExtra_2.2.1
[19] RColorBrewer_1.1-2 nloptr_1.0.4 ggplot2_2.1.0
[22] acepack_1.3-3.3 rpart_4.1-10 scales_0.4.0
[25] Hmisc_3.17-4 chron_2.3-47 foreign_0.8-66
More information about the R-help
mailing list