Displaying 20 results from an estimated 6000 matches similar to: "ANN: RPy (R from Python) 0.2"
2002 Mar 11
2
Help with Python, R and RPY
Hi All:
Walter Moreira wrote a small extension module for using the R programming
language from within Python. Tim Church's example at
http://www.cmat.edu.uy/~walterm/rpy was so compelling, I could not resist
installing it on my Linux Mandrake 8.1 box.
But I ran into problems.
I have installed on Mandrake 8.1 both python and R:
R-base-1.4.1-1mdk.i586.rpm
2002 Mar 06
2
Announce: R from Python
Hello.
I'm not a regular subscriber in this mailing list, but I think that this
announce may interest somebody. Please, forgive me if this is the wrong place.
Based on the code of RSPython, but modifying it a little, I wrote an interface
for using R from Python. The main reason for writing it was to make it robust,
in order to avoid segmentation faults. Also, it is (IMMO) a very
2002 Mar 10
0
Re: Announce: RPy (R from Python)
Walter Moreira wrote:
> I wrote a small extension module for using the R programming language from
> within Python. It makes it possible to use the huge mathematical and
> statistical library of R from Python, almost whitout any changes from the text
> of R manuals.
>
> As a side effect, it is also possible to use the full graphics capabilities of
> R, which are extremely
2010 Oct 20
0
[Rpy] "lapack routines cannot be loaded" in Ubuntu Linux 9.10
On 20 October 2010 at 09:57, Aman Thakral wrote:
| Thanks for your reply. I just created a link to
| /usr/local/lib/R/lib/libRlapack.so in /usr/local/lib. It works now.
| I'm just curious, is this the "right" way to do it? Is there a better way?
I am coming to this a little late but ... it is a band aid to a self-inflicted wound.
You only have libRlapack because you built R
2006 Oct 12
3
multithreading calling from the rpy Python package
Hello,
I don't know if this question ought to go here, or rather on R-devel,
so please bear with me.
I'm interfacing to R via RPy (rpy.sf.net) and an embedded Python
interpreter. This is really quite convenient.
I use this approach to calculate the correlation coefficient of 1
independent dataset (vector) with 4 dependent vectors. It'd be nice if
that could be done in 4 parallel
2006 Oct 12
3
multithreading calling from the rpy Python package
Hello,
I don't know if this question ought to go here, or rather on R-devel,
so please bear with me.
I'm interfacing to R via RPy (rpy.sf.net) and an embedded Python
interpreter. This is really quite convenient.
I use this approach to calculate the correlation coefficient of 1
independent dataset (vector) with 4 dependent vectors. It'd be nice if
that could be done in 4 parallel
2007 Jul 02
0
relocation error in grDevices.so
(Warning: I'm not an R guy. I'm a Python guy trying to get the
R-Python interface working again after some upgrades.)
I'm trying to upgrade our numpy/rpy/matplotlib environment (Solaris
10/Intel, Python 2.4). In the process I found I needed to rebuild R
(2.1.1) because it was compiled with gcc 3.3.2 and we have since
migrated to gcc 3.4.1. I'm using this configure setup:
2009 Sep 21
0
Ubuntu Hardy python-rpy package missing _rpy2092 (PR#13962)
Full_Name: Dennis Ristuccia
Version: R version 2.9.2 (2009-08-24)
OS: Ubuntu Hardy 8.04
Submission from: (NULL) (18.157.249.21)
Hi guys,
I'm running into an issue with the python-rpy ubuntu hardy package.
Heres the output:
root at tak ~# python
Python 2.5.2 (r252:60911, Jul 22 2009, 15:35:03)
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2
Type "help", "copyright",
2008 Dec 06
1
R vs Python performance-wise
Hi,
Has anyone run any R vs Python (numpy) tests?
I'd love to see what the differences performance-wise are, specially
handling large sparse matrices.
Since both rely on external C code, there might not be much of a
difference.
If you know and use both languages, what are the main differences and what
made you stick to one over another?
I also noticed that there are strong libraries
2012 Jul 17
1
python-rpy DEB broken - but hopefully easy to fix
Hi CRAN people,
There is an issue with python-rpy on Ubuntu, when installed from the
CRAN repository. (I read the info on
http://cran.r-project.org/bin/linux/ubuntu/ and saw the note that this
package is experimental but you are happy to receive feedback on it.)
After adding the appropriate CRAN repo:
% sudo apt-get install python-rpy
[ ... installs various dependencies ... ]
% echo import rpy |
2006 Jan 09
3
R plot display problem under windows when using python rpy module.
Dear list,
Rpy is a python module that provides python interface to R. The
following simple commands
>>> from rpy import *
>>> r.plot(0)
is supposed to create a window that displays the result of plot(0).
However, we observe that
1. Under *nix, rpy+R+python work as expected
2. Under windows, python + pythonWin32 (a python GUI provided by the
pywin32 module), work as expected
2008 Sep 10
0
How to install rpy under mac os x?
Hi to all,
there are some binary .dmg packages to install easly rpy under mac os x?
I'm tryin' to install Rpy under Mac Os X but I receive the following
message:
host46-209-dynamic:rpy usernone$ python setup.py install
running install
running build
running build_py
running build_ext
building 'rpy2.rinterface.rinterface' extension
gcc -arch ppc -arch i386 -isysroot
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
> -----Original Message-----
> From: Warnes, Gregory R
> Sent: Friday, January 16, 2004 3:52 AM
> To: 'r-packages'; 'python-announce '; 'rsoap-talk'; 'Dan Nathan'; 'RPy
> List'
> Subject: Announce: RPy version 0.3.3
>
>
> RPy Version 0.3.3 is now available from the RPy home page at
> http://rpy.sf.net.
>
> What
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
> -----Original Message-----
> From: Warnes, Gregory R
> Sent: Friday, January 16, 2004 3:52 AM
> To: 'r-packages'; 'python-announce '; 'rsoap-talk'; 'Dan Nathan'; 'RPy
> List'
> Subject: Announce: RPy version 0.3.3
>
>
> RPy Version 0.3.3 is now available from the RPy home page at
> http://rpy.sf.net.
>
> What
2009 Jul 09
1
Rpy not working after upgrade to R2.9.1
Hi,
I'm running Ubuntu Jaunty, downloading R and Rpy from this repository:
deb http://cran.uk.r-project.org/bin/linux/ubuntu jaunty/
When was automatically upgraded, Rpy (which should be downloaded from
the same repository) seems to have stopped working. I've tried
re-installing the python-rpy package manually. I get the following
error when I try to import rpy:
>>> import
2011 Mar 01
1
does rpy support R 2.12.2
Hi,
I am getting the following error when I try to run import rpy from the the
python IDE:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/dist-packages/rpy.py", line 134, in <module>
""" % RVERSION)
RuntimeError: No module named _rpy2122
RPy module can not be imported. Please
2008 Mar 24
1
Running rpy produces the error message undefined symbol: KillAllDevices
Hello All,
I've been using R for a while and decided to test R from the svn trunk. I
know that trunk is not stable, but I wanted to see if I can install and run
the latest rpy on my Ubuntu 7.10 box. It installed ok, but I got the
runtime error message:
$ python
Python 2.5.1 (r251:54863, Mar 7 2008, 04:10:12)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type
2003 Oct 27
1
Rpy Import Error
I am trying to install Rpy to test it out as an R
interface for a project that I am working on.
However, I get the following error. Any clues as to
what might be going on? I have alo tried RSPython, but
I gave up due to errors. RSPython segfaults when
started from R and gives an error message I can;t
remember from python. Thanks, Brett
>>> import rpy
Traceback (most recent call
2010 May 31
4
building rpy against lenny-cran
Hi.
On all of my machines, except for a netbook cursed with the GMA500
chipset, the R packages are synced to lenny-cran.
I have been using rpy in a chroot using the official lenny
R packages (2.7.1) given that i have not been able to find
compatible rpy deb packages to work with lenny-cran.
I am able to build the rpy deb package from source in
a 32-bit lenny chroot (with the stock R packages)
2007 Jun 23
0
[Rpy] error in building rpy in linux power-pc[sec=unclassified]
Hello Mohar,
This question is outside of the RPy scope. It looks like the type of
question that should be posed to the R-devel mailing list:
R-devel@stat.math.ethz.ch
-Greg
On Jun 20, 2007, at 8:25PM , Mohar Chattopadhyay wrote:
> Dear all,
>
> I have encountered errors in compiling R-2.5.0 and R-2.4.0 in a
> linux machine (power-pc). I can successfully build it from the