Skip to content
Prev 304462 / 398503 Next

Error message

On Wed, Aug 29, 2012 at 8:11 AM, Scott Raynaud <scott.raynaud at yahoo.com> wrote:
Yes, it does look like lme4 is rather out of date and I hope that
should solve your problem: install.packages("lme4") should clear that
up.

However, it's not a terrible idea to just give your whole library a
good spring cleaning (if you have the time) with a solid

update.packages(checkBuilt = TRUE, ask = FALSE)
# Check all packages for having new versions on CRAN or having been
built under an older version of R
# ask = FALSE means you don't have to manually approve each update

Cheers,
Michael