Re: [Rpy] memory mangement in rpy2.0.8

2011-01-15 Thread Anup Parikh
garbage collector is sometimes needed. Example of a > discussion around that: > http://stackoverflow.com/questions/1740394/python-behavior-of-the-garbage-collector > > > L. > > PS: rpy2 under MSWindows is not very well supported. > > > > On 08/01/11 20:34, Anup Parikh

Re: [Rpy] memory mangement in rpy2.0.8

2011-01-08 Thread Anup Parikh
ndows RGui.exe== for( x in 1:200){ print(x) a<-rnorm(50000000) gc() } Any suggestions?? Thanks, Anup On Sun, Jan 2, 2011 at 11:13 PM, Anup Parikh wrote: > I am using rpy2.0.8 on windows and finding that the following script > keeps taking memory as it processes the loop.

[Rpy] memory mangement in rpy2.0.8

2011-01-02 Thread Anup Parikh
I am using rpy2.0.8 on windows and finding that the following script keeps taking memory as it processes the loop. since the call to rnorm is never assigned, i'm not sure how to release the memory? Is this a bug in 2.0.8? Any suggestions would be helpful. import os os.environ['R_HOME'] = 'C:/User

[Rpy] compiling rpy for windows

2010-08-17 Thread Anup Parikh
I have been using rpy for a project for over a year now and would like to help maintain it for newer versions of R and python. I followed the instructions for compiling under windows without much luck. To start with I just want to compile rpy 1.0.3 with python 2.6 and R 2.9.1. Any help in setting