Re: [Rpy] data.frames in rpy2

2008-07-07 Thread Laurent Gautier
With the new alpha, z.subset('y')[0] can also be written as z.r['y'][0] I am sometimes checking with R-devel and Python-2.6, and last time I did it was doing ok. Thanks for reporting any error you would notice. To run the automated tests (and see that there are still issues with the current R an

Re: [Rpy] data.frames in rpy2

2008-06-26 Thread Sean Davis
On Wed, Jun 25, 2008 at 5:30 PM, Laurent Gautier <[EMAIL PROTECTED]> wrote: > 2008/6/25 Sean Davis <[EMAIL PROTECTED]>: >> First, Laurent, I am giving rpy2 a try and REALLY like what I see so >> far. It is very much more intuitive, both from the point-of-view of >> an R programmer as well as for p

Re: [Rpy] data.frames in rpy2

2008-06-25 Thread Laurent Gautier
2008/6/25 Sean Davis <[EMAIL PROTECTED]>: > First, Laurent, I am giving rpy2 a try and REALLY like what I see so > far. It is very much more intuitive, both from the point-of-view of > an R programmer as well as for python programmers. > > Data frames are very nice R data structures, so I would li

[Rpy] data.frames in rpy2

2008-06-25 Thread Sean Davis
First, Laurent, I am giving rpy2 a try and REALLY like what I see so far. It is very much more intuitive, both from the point-of-view of an R programmer as well as for python programmers. Data frames are very nice R data structures, so I would like to capitalize on them and the changes included i