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. -- View this message in context: http://r.789695.n4.nabble.com/cannot-load-zoo-package-tp4036835p4036835.html Sent from the R help mailing list archive at Nabble.com.
On Sun, Nov 13, 2011 at 11:23 AM, hawkhandler <ntyhurst at gmail.com> 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
There was a problem with @rpath within R.app on the Mac. Either starting R within a shell (instead of R.app) or updating R.app should both resolve the problem. See https://stat.ethz.ch/pipermail/r-sig-mac/2011-November/008757.html for details. Z On Sun, 13 Nov 2011, hawkhandler 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. > > > > > -- > View this message in context: http://r.789695.n4.nabble.com/cannot-load-zoo-package-tp4036835p4036835.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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. >