search for: ltgd

Displaying 4 results from an estimated 4 matches for "ltgd".

Did you mean: ltd
2017 Apr 21
3
tempdir() may be deleted during long-running R session
Hi Mikko, I was bitten by this recently and I think some of the replies are missing the point. As I understand it, the problem consists of these elements: 1. When R starts, it creates a directory like /tmp/RtmpVIeFj4 2. Right after R starts I can create files in this directory with no error 3. After some hours or days I can no longer create files in this directory, because it has been
2017 Apr 23
0
tempdir() may be deleted during long-running R session
...y like /tmp/RtmpVIeFj4 | | 2. Right after R starts I can create files in this directory with no | error | | 3. After some hours or days I can no longer create files in this | directory, because it has been deleted Nope. That is local to your system. Witness eg at my workstation: /tmp$ ls -ltGd Rtmp* drwx------ 3 edd 4096 Apr 21 16:12 Rtmp9K6bSN drwx------ 3 edd 4096 Apr 21 11:48 RtmpRRbaMP drwx------ 3 edd 4096 Apr 21 11:28 RtmpFlguFy drwx------ 3 edd 4096 Apr 20 13:06 RtmpWJDF3U drwx------ 3 edd 4096 Apr 18 15:58 RtmpY7ZIS1 drwx------ 3 edd 4096 Apr 18 12:12 Rtmpzr9W0v drwx------ 2 edd...
2017 Apr 24
1
tempdir() may be deleted during long-running R session
...er R starts I can create files in this directory with no > | error > | > | 3. After some hours or days I can no longer create files in this > | directory, because it has been deleted > > Nope. That is local to your system. Witness eg at my workstation: > > /tmp$ ls -ltGd Rtmp* > drwx------ 3 edd 4096 Apr 21 16:12 Rtmp9K6bSN > drwx------ 3 edd 4096 Apr 21 11:48 RtmpRRbaMP > drwx------ 3 edd 4096 Apr 21 11:28 RtmpFlguFy > drwx------ 3 edd 4096 Apr 20 13:06 RtmpWJDF3U > drwx------ 3 edd 4096 Apr 18 15:58 RtmpY7ZIS1 > drwx------ 3 edd 4096 Apr 18 12:...
2017 Apr 25
4
tempdir() may be deleted during long-running R session
...gt; | 3. After some hours or days I can no longer create files in this > | directory, because it has been deleted > Nope. That is local to your system. Correct. OTOH, Mikko and Frederik have a point in my view (below). > Witness eg at my workstation: > /tmp$ ls -ltGd Rtmp* > drwx------ 3 edd 4096 Apr 21 16:12 Rtmp9K6bSN > drwx------ 3 edd 4096 Apr 21 11:48 RtmpRRbaMP > drwx------ 3 edd 4096 Apr 21 11:28 RtmpFlguFy > drwx------ 3 edd 4096 Apr 20 13:06 RtmpWJDF3U > drwx------ 3 edd 4096 Apr 18 15:58 RtmpY7ZIS1 > drwx----...