Re: [Rpy] rpy and mod_python problem

2008-07-07 Thread Toby Hocking
Hi all, Just thought I would post with a solution I have found to my own problem. I was getting an error: C stack size is too small (I think from R) in my shell, so I told my shell (bash) ulimit -s unlimited, which makes the C stack size unlimited, and that fixed the problem, so I can use R-2.7

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