[R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1
Spencer Graves
spencer.graves at pdf.com
Thu Jan 12 22:08:07 CET 2006
Did you try upgrading to R 2.2.1? I just installed R 2.2.1 with the
latest version of "lme4" and "Matrix", and they loaded fine for me.
> library(lme4)
Loading required package: Matrix
Loading required package: lattice
> sessionInfo()
R version 2.2.1, 2005-12-20, i386-pc-mingw32
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
other attached packages:
lme4 lattice Matrix
"0.98-1" "0.12-11" "0.99-6"
Running Windows XP. (This may be obvious from 'i386-pc-mingw23', but
I'm no sufficiently aware to know.)
Doug Bates has worked very hard to create this, and I for one would
not want to ask him to take the time to make it backward compatible for
those who for whatever reason haven't yet upgraded to R 2.2.1,
especially since for most of us it is fairly easy to upgrade.
Spencer Graves
White, Charles E WRAIR-Wash DC wrote:
> I am currently using R 2.1.1 under Windows and I do not seem to be able
> to load the current versions of lme4/Matrix. I have run
> 'update.packages.' I understand this is still experimental software but
> I would like access to a working version.
>
> Thanks.
>
> Chuck
>
> R Output:
>
>
>>library(lme4)
>
> Loading required package: Matrix
> Error in lazyLoadDBfetch(key, datafile, compressed, envhook) :
> ReadItem: unknown type 241
> In addition: Warning messages:
> 1: package 'lme4' was built under R version 2.3.0
> 2: package 'Matrix' was built under R version 2.3.0
> Error: package 'Matrix' could not be loaded
>
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list