[R-sig-ME] Another case of -1.0 correlation of random effects

Douglas Bates bates at stat.wisc.edu
Tue Apr 13 15:25:55 CEST 2010


On Tue, Apr 13, 2010 at 7:57 AM, Kevin E. Thorpe
<kevin.thorpe at utoronto.ca> wrote:
> Douglas Bates wrote:
>>
>> On Mon, Apr 12, 2010 at 8:00 AM, Kevin E. Thorpe
>> <kevin.thorpe at utoronto.ca> wrote:
>>>
>>> Kevin E. Thorpe wrote:
>>>>
>>> Regarding lme4a: how do I obtain it?  I guess that comes down to, what is
>>> the repository to give to install.packages()?  Does it require a
>>> different
>>> Matrix package than the one I have, which is, 0.999375-33 and if so, how
>>> do
>>> I not break my current lme4/Matrix combination?
>>
>> The repository is http://R-forge.R-project.org but be aware that lme4a
>> is under active development and not guaranteed against breakage.  It
>> would be inadvisable to rely on functions and classes in that package
>> to persist.
>
> I tried to get lme4a but am having problems.
>
>> install.packages("lme4a", repos="http://R-Forge.R-project.org")
> Warning message:
> In getDependencies(pkgs, dependencies, available, lib) :
>  package 'lme4a' is not available
>
> Also, if I try and download the package source directly from:
>
> http://r-forge.r-project.org/src/contrib/lme4a_0.999375-48.tar.gz
>
> which comes from the "R Packages" tab of the lme4 project pages I get "PAGE
> NOT FOUND."

lme4a is under active development and I will often commit things from
work then update at home, add some more code, and commit again.   My
standard for commits is that I can run

R CMD INSTALL lme4a

on an Ubuntu 64-bit system, which I run both at home and at work.  I'm
not surprised that it doesn't compile and pass checks everywhere.
Things will need to stabilize with a week because I have project
reports to read and grade starting next Tuesday and I won't have time
for further development.




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