[R-SIG-Mac] R 2.14.0 on MacBook Pro

Verbesselt, Jan jan.verbesselt at wur.nl
Thu Nov 10 12:02:36 CET 2011


Dear all,

I have just upgraded from 2.13.2 to 2.14.0 on my mac book pro on 10.6.8 OsX. 
After installing the "zoo" package -  I am unable to load the zoo package in R using R64.app.

What is causing this problem? Everything used to work fine in 2.13.2. Is there anything I need to fix after updating?

Strangely, I noticed that when using Rstudio or R from Terminal -> and loading the zoo package no problem occurs.

Thanks for your help,
Jan


sessionInfo()
install.packages("zoo")
require(zoo)
library(zoo)


.Rprofile: Setting Amsterdam repository
[R.app GUI 1.42 (5933) x86_64-apple-darwin9.8.0]

> sessionInfo()
R version 2.14.0 (2011-10-31)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)

locale:
[1] en_AU.UTF-8/en_AU.UTF-8/en_AU.UTF-8/C/en_AU.UTF-8/en_AU.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     
> install.packages("zoo")
Installing package(s) into ‘/Users/janvb/Library/R/2.14/library’
(as ‘lib’ is unspecified)
trying URL 'http://www.freestatistics.org/cran/bin/macosx/leopard/contrib/2.14/zoo_1.7-6.tgz'
Content type 'application/x-gzip' length 1397025 bytes (1.3 Mb)
opened URL
==================================================
downloaded 1.3 Mb


The downloaded packages are in
	/var/folders/zU/zUFo9cfDGwisjk7fyjDVtk+++TI/-Tmp-//RtmpHiqeQS/downloaded_packages
> require(zoo)
Loading required package: zoo
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/Users/janvb/Library/R/2.14/library/zoo/libs/x86_64/zoo.so':
  dlopen(/Users/janvb/Library/R/2.14/library/zoo/libs/x86_64/zoo.so, 6): Library not loaded: @rpath/R.framework/Versions/2.14/Resources/lib/libR.dylib
  Referenced from: /Users/janvb/Library/R/2.14/library/zoo/libs/x86_64/zoo.so
  Reason: image not found
> library(zoo)
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/Users/janvb/Library/R/2.14/library/zoo/libs/x86_64/zoo.so':
  dlopen(/Users/janvb/Library/R/2.14/library/zoo/libs/x86_64/zoo.so, 6): Library not loaded: @rpath/R.framework/Versions/2.14/Resources/lib/libR.dylib
  Referenced from: /Users/janvb/Library/R/2.14/library/zoo/libs/x86_64/zoo.so
  Reason: image not found
Error: package/namespace load failed for ‘zoo’
> '



More information about the R-SIG-Mac mailing list