search for: rpy_options

Displaying 6 results from an estimated 6 matches for "rpy_options".

2011 Mar 01
1
does rpy support R 2.12.2
...quot; % RVERSION) RuntimeError: No module named _rpy2122 RPy module can not be imported. Please check if your rpy installation supports R 2.12.2. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * I am wondering if rpy supports R 2.12.2? Thanks [[alternative HTML version deleted]]
2009 Jul 09
1
Rpy not working after upgrade to R2.9.1
..." % RVERSION) RuntimeError: No module named _rpy2091 RPy module can not be imported. Please check if your rpy installation supports R 2.9.1. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * Advice on how to proceed would be greatly appreciated. -- Paul Geeleher School of Mathematics, Statistics and Applied Mathematics National University of Ireland Galway...
2009 Jan 09
1
Calling R functions from Python
...RuntimeError: No module named _rpy2072 RPy module can not be imported. Please check if your rpy installation supports R 2.7.2. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import *
2008 Mar 24
1
Running rpy produces the error message undefined symbol: KillAllDevices
...te-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 RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * >>> Btw, RHOME on my computer is located at /usr/local/lib/R and I have compiled R shared library directory in my ld.so.conf. Bob [[alternative HTML version d...
2012 Jul 17
1
python-rpy DEB broken - but hopefully easy to fix
...rt rpy | python RuntimeError: No module named _rpy2151 RPy module can not be imported. Please check if your rpy installation supports R 2.15.1. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * This is simply because the module needs recompiling with each new R release: % apt-get -b source python-rpy % sudo dpkg -i *.deb And it all works fine. Would it b...
2009 Sep 21
0
Ubuntu Hardy python-rpy package missing _rpy2092 (PR#13962)
...uot; % RVERSION) RuntimeError: No module named _rpy2092 RPy module can not be imported. Please check if your rpy installation supports R 2.9.2. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * >>> I checked in /usr/lib/python2.5/site-packages/ and there is only _rpy2091.so - _rpy2092.so is missing. I experienced the same issue the last ti...