Re: [R] issue loading doBy library

2011-10-23 Thread Gabor Grothendieck
On Sun, Oct 23, 2011 at 8:10 AM, Giovanni Azua wrote: > Hi Josh, > > Thank you for your feedback, after lot of trial and error the problem is > finally solved. > > To solve this problem, I tried in this order: > > 1) uninstalling the two packages "Matrix" and "lme4" and reinstalling them. > 2) un

Re: [R] issue loading doBy library

2011-10-23 Thread Giovanni Azua
Hi Josh, Thank you for your feedback, after lot of trial and error the problem is finally solved. To solve this problem, I tried in this order: 1) uninstalling the two packages "Matrix" and "lme4" and reinstalling them. 2) uninstalling doBy and reinstalling it with and without 1) 3) upgrading t

Re: [R] issue loading doBy library

2011-10-22 Thread Joshua Wiley
Hi Giovanni, This is a dependency issue between lme4 and Matrix. There is substantial discussion of this on the R sig mixed models list. A simple update may fix the problem, or you may need to be a little bit more precise about getting version of Matrix and lme4 that work with each other. HTH,

Re: [R] issue loading doBy library

2011-10-22 Thread Jeff Newmiller
I'll hazard a guess that perhaps you should update your installed packages. However, you ought to read the posting guide and provide the suggested information if you want better answers. --- Jeff Newmiller The . . Go

[R] issue loading doBy library

2011-10-22 Thread Giovanni Azua
Hello, How can I fix this? I have the latest version of R 2.13.2 and I use Mac OS X 10.7.2 > library(doBy) Loading required package: lme4 Error in dyn.load(file, DLLpath = DLLpath, ...) : function 'cholmod_l_start' not provided by package 'Matrix' Error: package 'lme4' could not be loaded > lib