An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20110503/68c99f38/attachment.pl>
problems loading lme4a in R 2.13.0
3 messages · Dale Steele, Robert Kinley
I fixed it by install Matrix from R-forge as follows:
install.packages("MATRIX", repos="http://R-Forge.R-project.org")
This is only seems to be an issue for the 32 bit version.
--Dale
On Tue, May 3, 2011 at 10:31 AM, Robert Kinley <KINLEY_ROBERT at lilly.com> wrote:
Hello After changing to R 2.13.0 ?( Windows XP ) I am no longer able to load lme4a
library('lme4a')
Error in inDL(x, as.logical(local), as.logical(now), ...) : ?function 'cholmod_start' not provided by package 'Matrix' Error: package/namespace load failed for 'lme4a' Any suggestions how I can get around this without reverting to 2.12 ? ? ?? ? ? ? ?thanks, ? ? ? Robert Kinley ? ? ? ?[[alternative HTML version deleted]]
_______________________________________________ R-sig-mixed-models at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20110503/1e9754aa/attachment.pl>