[Rpy] initr() creates tempdir

2011-09-21 Thread Christian Hudon
Hi, I'm running a server process that uses rpy2, on a VM with limited disk space. Every time the process is restarted, a Rtmp directory is created under /tmp. (Example name for the directory: "RtmpFThW0A"... this looks similar to the result of calling the R tempdir() function.) This is a problem f

Re: [Rpy] initr() creates tempdir

2011-09-22 Thread Christian Hudon
On 09/21/11 17:17, Laurent Gautier wrote: > R itself _does_ create a temp directory each time it starts. You are indeed correct. I had missed that, because I hadn't looked while R was running. > > Rpy2 has placeholders for custom callback cleaners, and it might > interfere with the default cleanu