On Sun, Nov 13, 2011 at 11:23 AM, hawkhandler <[email protected]> wrote: > Using: > Mac OS 10.7.2 > R version 2.13.2 > > I cannot load the zoo package. The install runs fine but when trying to > load it i get the following error: > > /Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object > '/Users/ntyhurst/Library/R/2.13/library/zoo/libs/i386/zoo.so': > dlopen(/Users/ntyhurst/Library/R/2.13/library/zoo/libs/i386/zoo.so, 6): > Library not loaded: > @rpath/R.framework/Versions/2.13/Resources/lib/libR.dylib > Referenced from: > /Users/ntyhurst/Library/R/2.13/library/zoo/libs/i386/zoo.so > Reason: image not found > Error: package/namespace load failed for 'zoo'/ > > I appreciate any and all help. thank you. >
Upgrade R to R 2.14.0 or get an older version of zoo. -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com ______________________________________________ [email protected] 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.

