-
lgautier committed revision 771 to the RPy (R from Python) SVN repository, changing 1 files.
2009-12-24 17:27:12 UTC in RPy (R from Python)
-
lgautier committed revision 770 to the RPy (R from Python) SVN repository, changing 1 files.
2009-12-23 18:19:21 UTC in RPy (R from Python)
-
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 in RPy (R from Python)
-
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 in RPy (R from Python)
-
The problem occurs when the setup script tries to obtain informations from R
(the exception says that a call to R CMD config returned an empty string)
Can you open a terminal and investigate why the following does not return anything ?
"/opt/local/lib/R/bin/R" CMD config BLAS_LIBS.
2009-11-25 20:07:32 UTC in RPy (R from Python)
-
lgautier made 1 file-release changes.
2009-11-09 19:05:01 UTC in RPy (R from Python)
-
lgautier made 2 file-release changes.
2009-11-09 19:04:01 UTC in RPy (R from Python)
-
lgautier committed revision 767 to the RPy (R from Python) SVN repository, changing 5 files.
2009-11-06 20:45:20 UTC in RPy (R from Python)
-
lgautier committed revision 766 to the RPy (R from Python) SVN repository, changing 1 files.
2009-11-06 18:49:37 UTC in RPy (R from Python)
-
Thanks.
The bugs are known since the tests , and the number of expected failures almost correctly documented
(http://rpy.sourceforge.net/rpy2/doc/html/overview.html#test-an-installation).
The documentation for version 2.0.8 will have a more specific warning.
2009-11-04 19:51:45 UTC in RPy (R from Python)