[R-sig-ME] Newest lme4 package?
Ben Bolker
bbolker at gmail.com
Tue Apr 2 09:01:15 CEST 2013
On 13-04-01 05:43 PM, Kimberly Brewitt wrote:
> Hi Ben,
>
> I was able to install RCppEigen, but I got an error when trying to
> install lme4 through R-forge with the code you sent, perhaps due to
> the version of R I have. Which version will this package run with (on
> a mac). Here's the warning message I got:
>
> Warning: unable to access index for repository
> http://lme4.r-forge.r-project.org/bin/macosx/leopard/contrib/2.15
> Warning message:
> package ‘lme4’ is not available (for R version 2.15.3)
>
> Thanks,
> Kim
>
>
[snip]
>>
>> If you do
>>
>> install.packages("lme4",repos="http://lme4.r-forge.r-project.org")
>>
>> you should get the development version that has profiling. You may
>> have to
>>
>> install.packages("RcppEigen")
>>
>> first to install dependencies ...
>> Let me know if that works.
>>
>> Ben Bolker
Oops, that should be
install.packages("lme4",repos="http://lme4.r-forge.r-project.org/repos")
[cc'ing to r-sig-mixed-models]
More information about the R-sig-mixed-models
mailing list