[R-sig-ME] lme4 and r-forge
Ben Bolker
bbolker at gmail.com
Tue Jan 8 15:20:57 CET 2013
Federico Calboli <f.calboli at ...> writes:
> Hi All, I am running lme4 version 0.99999911-0, installed (as a
> binary) from http://r-forge.r-project.org. I cannot find binaries
> or sources of lme4 on R forge anymore -- suggestions on how to keep
> up to date with the development branch of lme4 (not lme4a or
> lme4.0)? Ideally I'd prefer a binary (for OSX), but obviously I'd
> take what's available.
The development version is not building on R forge at the moment
apparently due to some small Rcpp/minqa glitch (sigh). However ...
the very latest development version is now hosted on github:
library(devtools)
install_github("lme4",user="lme4")
should work, *if* you have installed (1) the necessary dependencies
(Rcpp, RcppEigen, Matrix, minqa) (2) the necessary tools for
building a package from source [which are typically present
on MacOS machines, I think?]
Ben Bolker
More information about the R-sig-mixed-models
mailing list