-
lgautier made 2 file-release changes.
2010-01-03 12:55:02 UTC by lgautier
-
lgautier committed revision 771 to the RPy (R from Python) SVN repository, changing 1 files.
2009-12-24 17:27:12 UTC by lgautier
-
lgautier committed revision 770 to the RPy (R from Python) SVN repository, changing 1 files.
2009-12-23 18:19:21 UTC by lgautier
-
eddelbuettel committed revision 769 to the RPy (R from Python) SVN repository, changing 1 files.
2009-12-09 03:43:04 UTC by eddelbuettel
-
eddelbuettel committed revision 768 to the RPy (R from Python) SVN repository, changing 2 files.
2009-12-09 03:29:46 UTC by eddelbuettel
-
I uninstalled MacPorts completely and it still failed, because python was pointing at Python 2.5.4 -- EPD 5.1.1.
The following command worked:
$ sudo python2.6 setup.py install
running install
running build
running build_py
running build_ext
running install_lib
running install_data
creating /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
creating...
2009-11-25 23:18:01 UTC by chrisimaxwell
-
I'd suggest you try one of the following:
a- desinstall macports R and install the R binary from CRAN, then install rpy2 again
(note: the CRAN binary should be at /usr/bin/R)
b- download rpy2 from macports (since they package rpy2)
2009-11-25 22:05:00 UTC by lgautier
-
Well, changing to R 2.10.0 (installed by MacPorts) did not fix the problem.
I confirmed that "/opt/local/lib/R/bin/R" points to 2.10.0
but
"/opt/local/lib/R/bin/R" CMD config BLAS_LIBS
still returns nothing.
2009-11-25 21:16:15 UTC by chrisimaxwell
-
I have R installed from MacPorts
http://trac.macports.org/browser/trunk/dports/math/R/Portfile
(that was version 2.9.2, currently upgrading to 2.10.0 but not done yet)
I also have R 2.10.0 installed from CRAN binary:
http://cran.fhcrc.org/bin/macosx/ (or more specifically http://cran.fhcrc.org/bin/macosx/R-2.10.0.pkg)
2.10.0 is what runs from the GUI. 2.9.2 runs from the command...
2009-11-25 21:11:18 UTC by chrisimaxwell
-
Where is your R coming from ?
Did you compile it yourself or installed pre-built binaries (and if yes, from where) ?.
2009-11-25 20:29:33 UTC by lgautier