[R-sig-ME] updated sourceforge repository

Ben Bolker bbolker at gmail.com
Sat Mar 2 19:15:21 CET 2013


I have just pushed updated source, Windows 64-bit binary, and MacOS
binaries of the very most current development version of lme4,
0.99999911-1, to the repository at

 http://lme4.r-forge.r-project.org/repos/src/contrib/ ;

**however, it will take up to 24 hours for the web pages to update (so
you won't see the new version right away**.

  You should thereafter be able to

install.packages("lme4",
 repos=c("http://lme4.r-forge.r-project.org/repos",
         getOption("repos")))

Please e-mail lme4-authors at R-forge.wu-wien.ac.at if you have problems
with this.

 To install the most recent version directly from github (where
development is now proceeding),

library("devtools")
install_github("lme4",user="lme4")

(you will need the Rcpp, RcppEigen, and minqa packages installed first)

  Ben Bolker



More information about the R-sig-mixed-models mailing list