[R-sig-ME] problems loading lme4a in R 2.13.0
Dale Steele
dale.w.steele at gmail.com
Tue May 3 16:40:37 CEST 2011
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
>
More information about the R-sig-mixed-models
mailing list