Message-ID: <92CA2236-D1E1-4E80-A9E0-B6B47253F5D7@collocations.de>
Date: 2010-06-27T13:09:51Z
From: Stefan Evert
Subject: lme4 package for Mac not available
In-Reply-To: <alpine.DEB.2.00.1006261320330.8163@parser.ilovebacon.org>
> Then, try _install.packages("lme4", type="source")_. If that doesn't
> work for whatever reason, you can either wait for the binary to appear or
> install an earlier version.
FWIW, R-Forge has binary packages for "lme4". I've just installed mine from the command-line with
install.packages("lme4", repos="http://R-Forge.R-project.org")
and at least basic lmer() calls seem to work fine.
Best,
Stefan