Skip to content
Back to formatted view

Raw Message

Message-ID: <515A823B.20102@gmail.com>
Date: 2013-04-02T07:01:15Z
From: Ben Bolker
Subject: Newest lme4 package?
In-Reply-To: <CAGLqYw3fp7jDwkr5QLG_x4vc51=O_ggAka=wHnaW+yp7uXvgZA@mail.gmail.com>

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]