[R-SIG-Mac] Installing R-devel from http://r.research.att.com/

Seth Falcon sfalcon at fhcrc.org
Wed Jan 10 19:31:25 CET 2007


Simon Urbanek <simon.urbanek at r-project.org> writes:

> Seth,
>
> the problem was located and should be fixed for tonight's build.

Thanks, Simon.  In the meantime, I installed from the tarball and then
installed the GUI and RSwitch.  So far, so good.  I can use RSwitch
and launch the appropriate GUI and get either R-2.4 or R-2.5.

HOWEVER, I can't figure out how to start a command line non-GUI
session (which I will need to build packages).  When I try:

    ziti:~ seth$ /Library/Frameworks/R.framework/Resources/bin/R

I get the following spew:

Error in dyn.load(x, as.logical(local), as.logical(now)) : 
        unable to load shared library '/Library/Frameworks/R.framework/Resources/library/methods/libs/ppc/methods.so':
  dlopen(/Library/Frameworks/R.framework/Resources/library/methods/libs/ppc/methods.so, 6): Symbol not found: ___divdc3
  Referenced from: /Library/Frameworks/R.framework/Resources/lib/ppc/libR.dylib
  Expected in: /usr/local/lib/libgcc_s.1.0.dylib

R version 2.5.0 Under development (unstable) (2007-01-08 r40401)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

Warning message:
package "methods" in options("defaultPackages") was not found 
Not connected to the net
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
        unable to load shared library '/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ppc/grDevices.so':
  dlopen(/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ppc/grDevices.so, 6): Symbol not found: ___divdc3
  Referenced from: /Library/Frameworks/R.framework/Resources/lib/ppc/libR.dylib
  Expected in: /usr/local/lib/libgcc_s.1.0.dylib
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
        unable to load shared library '/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ppc/grDevices.so':
  dlopen(/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ppc/grDevices.so, 6): Symbol not found: ___divdc3
  Referenced from: /Library/Frameworks/R.framework/Resources/lib/ppc/libR.dylib
  Expected in: /usr/local/lib/libgcc_s.1.0.dylib
In addition: Warning message:
package grDevices in options("defaultPackages") was not found 
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
        unable to load shared library '/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ppc/grDevices.so':
  dlopen(/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ppc/grDevices.so, 6): Symbol not found: ___divdc3
  Referenced from: /Library/Frameworks/R.framework/Resources/lib/ppc/libR.dylib
  Expected in: /usr/local/lib/libgcc_s.1.0.dylib
In addition: Warning message:
package graphics in options("defaultPackages") was not found 
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
        unable to load shared library '/Library/Frameworks/R.framework/Resources/library/methods/libs/ppc/methods.so':
  dlopen(/Library/Frameworks/R.framework/Resources/library/methods/libs/ppc/methods.so, 6): Symbol not found: ___divdc3
  Referenced from: /Library/Frameworks/R.framework/Resources/lib/ppc/libR.dylib
  Expected in: /usr/local/lib/libgcc_s.1.0.dylib
In addition: Warning message:
package stats in options("defaultPackages") was not found 
During startup - Warning message:
package methods in options("defaultPackages") was not found 
>



More information about the R-SIG-Mac mailing list