search for: jeroeen

Displaying 5 results from an estimated 5 matches for "jeroeen".

Did you mean: jeroen
2017 Apr 26
2
tempdir() may be deleted during long-running R session
On Tue, Apr 25, 2017 at 02:41:58PM +0000, Cook, Malcolm wrote: > Might this combination serve the purpose: > * R session keeps an open handle on the tempdir it creates, > * whatever tempdir harvesting cron job the user has be made sensitive enough not to delete open files (including open directories) Good suggestion but doesn't work with the (increasingly popular)
2017 Apr 26
0
tempdir() may be deleted during long-running R session
...$ ls /tmp/somedir/ > ls: cannot access '/tmp/somedir/': No such file or directory Some thing like your example is what I'd expect is always a possibility on some platforms, all of course depending on low things such as root/syadmin/... "permission" to clean up etc. Jeroeen mentioned the fact that tempdir()s also can disappear for other reasons {his was multicore child processes .. bugously(?) implemented}. Further reasons may be race conditions / user code bugs / user errors, etc. Note that the R process which created the tempdir on startup always has the permission...
2017 Apr 26
6
tempdir() may be deleted during long-running R session
...ls: cannot access '/tmp/somedir/': No such file or directory > > Some thing like your example is what I'd expect is always a > possibility on some platforms, all of course depending on low > things such as root/syadmin/... "permission" to clean up etc. > > Jeroeen mentioned the fact that tempdir()s also can disappear > for other reasons {his was multicore child processes > .. bugously(?) implemented}. > Further reasons may be race conditions / user code bugs / user > errors, etc. > Note that the R process which created the tempdir on startup &...
2017 Apr 26
0
tempdir() may be deleted during long-running R session
.../tmp/somedir/': No such file or directory >> >> Some thing like your example is what I'd expect is always a >> possibility on some platforms, all of course depending on low >> things such as root/syadmin/... "permission" to clean up etc. >> >> Jeroeen mentioned the fact that tempdir()s also can disappear >> for other reasons {his was multicore child processes >> .. bugously(?) implemented}. >> Further reasons may be race conditions / user code bugs / user >> errors, etc. >> Note that the R process which created the...
2017 Apr 26
1
tempdir() may be deleted during long-running R session
...uch file or directory >>> >>> Some thing like your example is what I'd expect is always a >>> possibility on some platforms, all of course depending on low >>> things such as root/syadmin/... "permission" to clean up etc. >>> >>> Jeroeen mentioned the fact that tempdir()s also can disappear >>> for other reasons {his was multicore child processes >>> .. bugously(?) implemented}. >>> Further reasons may be race conditions / user code bugs / user >>> errors, etc. >>> Note that the R proces...