Skip to content

lme4 installation problems in Lion

2 messages · John L. Woodard, Ph.D., Simon Urbanek

#
On Oct 26, 2011, at 7:31 PM, John L. Woodard, Ph.D. wrote:

            
As the message says, you (or R-Forge) have R version mismatch - you're using R 2.13.x with lme4 built for R 2.15.x. (R-devel).
No, there is no difference.
Try simply
install.packages(c("lme4","Matrix"))

Cheers,
Simon