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
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