Displaying 20 results from an estimated 485 matches for "rpy".
Did you mean:
rp
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) using
the following sequence
kolmogorov:/tmp...
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...
2008 Jan 21
5
"nonstandard" column names
Hi everyone,
I am sure that this question has been asked here some
time ago but I do not remember the answer and was
unable to find it in the archives...
Below is my question: suppose that I have a data.frame
x and one of it's columns name is "CPI/RPI" (without
quotation marks of course). How can I reference this
column? Neither of x$CPI/RPI or x$"CPI/RPI" work. I
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...
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 modul...
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
[ ... insta...
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 is RPy?
> --------------------
>
> RPy is a very simple, yet robust, Python (http://www.python.org) interface
&...
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....
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 is RPy?
> --------------------
>
> RPy is a very simple, yet robust, Python (http://www.python.org) interface
&...
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 "help", "copyright", "credits" or "license" for...
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,...
2009 Jan 09
1
Calling R functions from Python
All-
Thanks in advance for your help.
I'm trying to call R function using Python in a windows environment and have
downloaded the Rpy library however it doesn't appear to work with R 2.7.2.
Does anyone know if a new version of Rpy exists for windows that will work
with R and where it can be downloaded from?
Here's an example of the error I'm getting:
Traceback (most recent call last):
File &qu...
2008 Apr 18
2
RPy
I'm curious if there are users of RPy on this list. I've recently
created a gui front end using Tkinter for some python scripts I've
written for some of our internal operations and I am quite pleased with
how this program works.
I wonder if it is possible to also get this gui to run R functions
through the use of RPy. Going e...
2007 Jan 30
2
R crashes when used from within rpy (PR#9481)
Full_Name: Jose Gaetan Pierre
Version: 2.4.1
OS: Fedora Core 6
Submission from: (NULL) (196.27.87.14)
I have been using R from within rpy for a while because I am more familiar with
Python syntax. I first noticed this bug with R-2.4.0.
Screendump: ------------------------------
>>> from rpy import *
>>> beer = r.scan()
1: 3 4 1 1 3 4 3 3 1 3 2 1 2 1 2 3 2 3 1 1 1 1 4 3 1
26:
Read 25 items
>>> c = r.table(...
2004 Aug 05
1
R interface to Python (in Windows)
...Ph: 503-986-4104
-----Original Message-----
From: Peter Wilkinson [mailto:pwilkinson at videotron.ca]
Sent: Thursday, August 05, 2004 1:00 PM
To: Hector Villafuerte; tutor at python.org; r-help at stat.math.ethz.ch
Subject: Re: [R] R interface to Python (in Windows)
Hi there,
This is because rpy that is currently available was compiled for R1.8.1,
and they have not released a compile for R1.9.1
There is an rpy mailing list where you can post your concern. you can get
to it fromt he rpy pages as sourceforge.
You will need to find a copy of R 1.8.1 to use with that version. I will
let y...
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", "credits" or "license" for more information.
>>> import rpy
Trac...
2003 Sep 09
1
No joy installing R with shared libs
>> Can some kind soul please give me a fool proof recipe for building R
>> and RSPython so that it actually works?
> I don't have a recipe, but one thought to help debug the process: Try
> installing RPy [1]. RPy also provides access to R via Python and uses
> the libR.so library. If you can install and "import rpy" without
> problem then it must be an issue with RSPython.
Hi,
I had problems of the same kind recently and finally gave up.
I tried to install Rpy without success,...
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...
2020 Jul 01
2
Debian Buster RPi Louis'-repos
I have two DC's. One on an Intel based box and the other on a Raspberry
Pi (2B?) both using Louis' repos running Samba 4.12.3.
In comparing "samba-debug-info.txt" (generated by Louis'
"samba-collect-debug-info.sh" script) I see that the RPi
/etc/nsswitch.conf (file) does NOT include /systemd/ in the 'passwd' &
'group' lines like the Intel
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:
export CPPFLAGS=-I/opt/app/include
export LDFLAGS='-L/opt/ap...