Skip to content
Prev 165082 / 398513 Next

lme4 error after Matrix update

Dear R?diger,

Try to uninstall AND fysically remove (delete) lme4 and Matrix from the harddisk. Then installing them again should do this trick. At least it did on my laptop.

HTH,

Thierry

----------------------------------------------------------------------------
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest
Cel biometrie, methodologie en kwaliteitszorg / Section biometrics, methodology and quality assurance
Gaverstraat 4
9500 Geraardsbergen
Belgium 
tel. + 32 54/436 185
Thierry.Onkelinx op inbo.be 
www.inbo.be 

To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of.
~ Sir Ronald Aylmer Fisher

The plural of anecdote is not data.
~ Roger Brinner

The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey

-----Oorspronkelijk bericht-----
Van: r-help-bounces op r-project.org [mailto:r-help-bounces op r-project.org] Namens Hans-Ruediger Pfister
Verzonden: donderdag 18 december 2008 11:09
Aan: r-help op r-project.org
Onderwerp: [R] lme4 error after Matrix update

Dear all,

after recently updating my R-packages I am unable to work with lme4, 
since it does not load. What I get is this:

Error in inDL(x, as.logical(local), as.logical(now), ...) :
   function 'cholmod_l_start' not provided by package 'Matrix'
In addition: Warning messages:
1: package 'lme4' was built under R version 2.8.1
2: package 'lattice' was built under R version 2.8.1
Error: package/namespace load failed for 'lme4'

Various trials to remove and reinstall the Matrix and lme4 packages were 
unsuccessful.

I am working on Windows XP, R-version 2.8.0:

 > sessionInfo()
R version 2.8.0 Patched (2008-10-21 r46769)
i386-pc-mingw32

locale:
LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base
 >

Any help greatly appreciated.

R?diger Pfister