[R-sig-ME] error loading Matrix (with lme4 / lme4a)
Ben Bolker
bbolker at gmail.com
Fri Jun 3 08:05:36 CEST 2011
On 11-06-06 04:46 PM, David Atkins wrote:
>
> Hi all--
>
> After updating (from R-forge) I get the following error when I try to
> start either lme4 or lme4a (sessionInfo below).
I would try reverting (re-installing) Matrix from CRAN unless you need
the latest version ...
>
> Any ideas what's going on?
>
> cheers, Dave
>
>> library(lme4)
> Loading required package: Matrix
> Loading required package: lattice
>
> Attaching package: 'Matrix'
>
> The following object(s) are masked from 'package:base':
>
> det
>
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> function 'cholmod_l_start' not provided by package 'Matrix'
> Error: package/namespace load failed for 'lme4'
>
>
>> sessionInfo()
> R version 2.13.0 (2011-04-13)
> Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
>
> locale:
> [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> other attached packages:
> [1] Matrix_0.9996875-0 lattice_0.19-28
>
> loaded via a namespace (and not attached):
> [1] grid_2.13.0 nlme_3.1-101 stats4_2.13.0
>
More information about the R-sig-mixed-models
mailing list