I get this error when I import rpy:
/usr/local/lib/python2.5/site-packages/_rpy2070.so: undefined symbol:
KillAllDevices
RPy module can not be imported. Please check if your rpy
installation supports R 2.7.0. If you have multiple R versions
installed, you may need to set RHOM
Well I seemed to have fixed it by changing the call to KillAllDevices()
in rpymodule.c to Rf_KillAllDevices() as is defined in libR.so.
Perhaps there's a better way?
Thanks for a great rpy package BTW,
John.
John Reid wrote:
> I get this error when I import rpy:
> /usr/local/lib/python2.5/sit
The fix for this bug has been submitted to SVN.
-G
On May 12, 2008, at 2:26PM , John Reid wrote:
Well I seemed to have fixed it by changing the call to
KillAllDevices()
in rpymodule.c to Rf_KillAllDevices() as is defined in libR.so.
Perhaps there's a better way?
Thanks for a great rpy pac
Bugs item #1961234, was opened at 2008-05-09 17:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1961234&group_id=48422
Please note that this message will contain a full copy o
Hey all,
I'm trying to install RPy on my Mac (OS 4.11). My version of R
was installed from the pre-compiled binaries from CRAN (the one with
the nice GUI attached), and hence I don't have access (or don't know
how to access) R's source directory to carry out the (apparently)
crucial:
The standard Mac version of R includes the necessary shared library,
hence it is not necesary to do this. You should be able to simply run
cd /path/to/rpy/source/code/
python setup.py build
sudo python setup.py install
and everything should install properly, at lea
Revision: 513
http://rpy.svn.sourceforge.net/rpy/?rev=513&view=rev
Author: warnes
Date: 2008-05-12 20:32:37 -0700 (Mon, 12 May 2008)
Log Message:
---
Add notes on what is necessary to build against multiple versions of R on OSX
Modified Paths:
--
trunk/rpy/
Revision: 514
http://rpy.svn.sourceforge.net/rpy/?rev=514&view=rev
Author: warnes
Date: 2008-05-12 20:47:51 -0700 (Mon, 12 May 2008)
Log Message:
---
Updated for 1.0.3
Modified Paths:
--
trunk/rpy/NEWS
trunk/rpy/rpy_version.py
Modified: trunk/rpy/NEWS
Hi All,
I've just placed RPy 1.0.3 on SourceForge. The primary purpose of
this release is to provide support for R 2.7.0.
Sadly, the virtual machine I use for building Windows binary packages
has become corrupted, so that I am unable to build the windows
binary. Can someone else build t