On 19 March 2007 at 21:05, Joseph Perla wrote:
| Okay, https://launchpad.net/ubuntu/+source/rpy/+bug/93924 .
| Thanks,
Splendid. I just added the pertinent piece of information -- they want the
following two changelogs:
rpy (1.0~rc1-5) unstable; urgency=low
* src/rpymodule.c: Applied patch (
Okay, https://launchpad.net/ubuntu/+source/rpy/+bug/93924 .
Thanks,
j
On 3/19/07, Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote:
On Mon, Mar 19, 2007 at 02:17:05PM -0400, Joseph Perla wrote:
> No, that doesn't seem to be it. Both folders only have _rpy2040.so,
when my
> version of R is clearly 2
On Mon, Mar 19, 2007 at 02:17:05PM -0400, Joseph Perla wrote:
> No, that doesn't seem to be it. Both folders only have _rpy2040.so, when my
> version of R is clearly 2.4.1. My python2.5 site-packages actually has more
> files related to rpy than 2.4.
>
> In any case, this is a simple problem to
No, that doesn't seem to be it. Both folders only have _rpy2040.so, when my
version of R is clearly 2.4.1. My python2.5 site-packages actually has more
files related to rpy than 2.4.
In any case, this is a simple problem to remedy. Just include the
_rpy2041.so with the package. I imagine it w
No, that doesn't seem to be it. Both folders only have _rpy2040.so, when my
version of R is clearly 2.4.1. My python2.5 site-packages actually has more
files related to rpy than 2.4.
In any case, this is a simple problem to remedy. Just include the
_rpy2041.so with the package. I imagine it w
On 19 March 2007 at 11:19, Joseph Perla wrote:
| Hi everyone,
|
| Just to let you know about a little bug. On a fresh install of Ubuntu
| Feisty (7.04), I apt-get install python-rpy which installs all
| dependencies. Whet I fire up Python and import rpy, I get this error:
|
| RHOME= /usr/lib/R
Hi everyone,
Just to let you know about a little bug. On a fresh install of Ubuntu
Feisty (7.04), I apt-get install python-rpy which installs all
dependencies. Whet I fire up Python and import rpy, I get this error:
RHOME= /usr/lib/R
RVERSION= 2.4.1
RVER= 2041
RUSER= /home/joe
Loading Rpy vers
Hello,
I do not manage to properly convert a tune object from R to Python and
viceversa.
I need to manipulate the tune object so I need to have a convertion (so i
cannot use NO_CONVERSION)
In fact I need to store the object on the DB and I need to do that from Python
and not from R
here's my