Skip to content
Prev 2802 / 20628 Next

lme4 under 64 bit (Snow Leopard)

Hi,
On Mon, Sep 14, 2009 at 11:30 PM, Michael Kubovy <kubovy at virginia.edu> wrote:

            
Assuming you mean to autoload the .Rdata file ...
Did you install XCode after upgrading to Snow Leopard? It looks like
it can't find the "make" tool.

...
Being that you just installed 64 bit version of R, this makes sense.

Just install the new XCode and install a source package:

R> install.packages('lme4', type='source')

It should work out fine.

-steve