Skip to content
Prev 5972 / 20628 Next

Error in .local(object, n, verbose, ...) : Update not yet written

On Wed, Apr 27, 2011 at 8:50 AM, Gregory Gilbert
<g.eastham.gilbert at gmail.com> wrote:
You didn't tell us about your model.  What is the model?  Is it a
linear mixed-effects model, a generalized linear mixed-effects model,
...?  Does it have only scalar random effects or are there
vector-valued random effects?
The problem with installing the Rcpp package is that recent versions
depend on an R version >= 2.12.0 and you are running version 2.11.
Similarly for the lme4 (which you misspelled as "lma4", although
perhaps you meant "lme4a").

First I would recommend installing R-2.13.0, the most recent version.
Then try installing lme4 from CRAN.  If you want to try lme4a then
install Rcpp, minqa and MatrixModels from CRAN and, finally,

install.packages("lme4a", repos="http://lme4.R-forge.R-project.org/repos")