[R-sig-ME] lme4.0
Ben Bolker
bbolker at gmail.com
Fri Apr 6 03:57:06 CEST 2012
Mike Lawrence <Mike.Lawrence at ...> writes:
>
> I believe that this isn't about what version of R you have, but about
> the fact that there is no such package as "lme4.0" on CRAN at all yet.
> The "new" lme4 hasn't been released to CRAN yet, it's solely on
> R-Forge, so when you install "lme4" from CRAN, you're getting the
> "old" version. When the new lme4 is pushed to cran, I understand that
> the old version will be pushed as a new package called "lme4.0".
Correct. If you want lme4.0, try
install.packages("lme4.0",repos="http://r-forge.r-project.org")
also see
http://lme4.r-forge.r-project.org/
More information about the R-sig-mixed-models
mailing list