Re: [R] error in lmerTest after updating to R 3.3.0

2016-05-10 Thread Ben Bolker
Pascal A. Niklaus  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-mod...@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.6gtable_0.2.0nlme_3.1-127   
[16] latticeExtra_0.6-28 survival_2.39-3 gridExtra_2.2.1
[19] RColorBrewer_1.1-2  nloptr_1.0.4ggplot2_2.1.0  
[22] acepack_1.3-3.3 rpart_4.1-10scales_0.4.0   
[25] Hmisc_3.17-4chron_2.3-47foreign_0.8-66

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] error in lmerTest after updating to R 3.3.0

2016-05-10 Thread Pascal A. Niklaus

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?

Thanks for your help

Pascal

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.