Re: [Rpy] Subset behavior - rpy 2.1.x

2010-02-21 Thread Laurent Gautier
On 2/18/10 5:17 PM, Luca Beltrame wrote: > Hello, > > In my porting effort (using a frequently updated rpy2.1 copy from mercurial) I > found myself in the necessity of subsetting values from a DataFrame. In R I > would do this, for example > > subset(my_data_frame, Column_name> 0) > > however in

Re: [Rpy] html help

2010-02-21 Thread Laurent Gautier
The R HTML help is running a server in the background. Making R to process events requires calls to rinterface.process_revents() (there is more about that in the rpy2 documentation, and will be even more for 2.1beta) L. On 2/18/10 6:36 AM, Carson Farmer wrote: > I am attempting to retrieve t