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 -- Hans-R?diger Pfister Professor of Business Psychology Leuphana University L?neburg Wilschenbrucher Weg 84 D-21335 L?neburg, Germany
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 -- Hans-R?diger Pfister Professor of Business Psychology Leuphana University L?neburg Wilschenbrucher Weg 84 D-21335 L?neburg, Germany ______________________________________________ R-help op r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. Dit bericht en eventuele bijlagen geven enkel de visie van de schrijver weer en binden het INBO onder geen enkel beding, zolang dit bericht niet bevestigd is door een geldig ondertekend document. The views expressed in this message and any annex are purely those of the writer and may not be regarded as stating an official position of INBO, as long as the message is not confirmed by a duly signed document.
AFAICS you do not have a current Matrix: please ensure you get 0.999375-17 On Thu, 18 Dec 2008, Hans-Ruediger Pfister wrote:> 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.That's too vague: update.packages() on an up-to-date CRAN site should work (and has for me and others). It would have helped to have told us which versions you were trying.> > 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 > > -- > Hans-R?diger Pfister > Professor of Business Psychology > Leuphana University L?neburg > Wilschenbrucher Weg 84 > D-21335 L?neburg, Germany > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Reasonably Related Threads
- Problem with workspace loading after languageR use
- R not responding (must force quit) when saving graphic to PDF (bug?)
- R not responding (must force quit) when saving graphic to PDF (bug?)
- Sweave output encoding in R-2.10.0beta on Windows (Rgui <-> Rterm)
- problem reading from serial connection since 2.10.0