Am I correct in thinking then that's it this old version of lme4 that I have installed? This version is from 14 October 2007 but I need this specific version for a course I'm taking.
Thanks,
Chrins

On Nov 18, 2008, at 8:23 PM, Simon Urbanek wrote:

You are picking up a very ancient binary for R 2.5.0 (as you can see from the error). Check your .libPath() for old package binaries and remove/reinstall them.

Cheers,
S

On Nov 18, 2008, at 8:37 PM, Christopher David Desjardins wrote:

When I try to load lme4 on R (2.8.0) in the R GUI for Mac OS X, I get the following warnings and errors ...

> library(lme4)
Loading required package: Matrix
Loading required package: lattice

Attaching package: 'Matrix'


        The following object(s) are masked from package:stats :

         xtabs


        The following object(s) are masked from package:base :

         colMeans,
         colSums,
         rcond,
         rowMeans,
         rowSums

Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library '/Library/Frameworks/R.framework/ Resources/library/lme4/libs/i386/lme4.so': dlopen(/Library/Frameworks/R.framework/Resources/library/lme4/libs/ i386/lme4.so, 6): Library not loaded: /Library/Frameworks/ R.framework/Versions/2.5/Resources/lib/libRlapack.dylib Referenced from: /Library/Frameworks/R.framework/Resources/library/ lme4/libs/i386/lme4.so
Reason: image not found
In addition: Warning messages:
1: In namespaceImportFrom(self, asNamespace(ns)) :
replacing previous import: cov2cor
2: In namespaceImportFrom(self, asNamespace(ns)) :
replacing previous import: update
3: In namespaceImportFrom(self, asNamespace(ns)) :
replacing previous import: xtabs
Error: package/namespace load failed for 'lme4'

However, I can properly load lme4 from Aquamacs via ESS and from Terminal. I get the same warnings just not the dyn.load() error.

Does anyone know what I need to do?

Thanks,
Chris

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac




_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to