search for: rtmpgc9m5z

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

2017 Apr 21
3
tempdir() may be deleted during long-running R session
...t of roughly 10 days, the R temporary directory had been deleted by an automatic cleanup procedure, and a call to `?` failed. This StackExchange question has some answers about the Ubuntu /tmp cleanup practice: https://askubuntu.com/q/20783 a <- print(tempdir()) # [1] "/tmp/user/1069138/RtmpGc9M5z" dir.exists(a) # TRUE # [1] TRUE Sys.time() # [1] "2017-04-10 16:00:30 EEST" ## Wait for one week (Ubuntu 14.04.5 LTS) print(Sys.time()); ?regex # [1] "2017-04-20 14:17:29 EEST" # Error in file(out, "wt") : cannot open the connection # In addition: Warning message...
2017 Apr 21
1
tempdir() may be deleted during long-running R session
...d been >> deleted by an automatic cleanup procedure, and a call to `?` failed. >> This StackExchange question has some answers about the Ubuntu /tmp >> cleanup practice: https://askubuntu.com/q/20783 >> >> a <- print(tempdir()) >> # [1] "/tmp/user/1069138/RtmpGc9M5z" >> dir.exists(a) # TRUE >> # [1] TRUE >> Sys.time() >> # [1] "2017-04-10 16:00:30 EEST" >> ## Wait for one week (Ubuntu 14.04.5 LTS) >> print(Sys.time()); ?regex >> # [1] "2017-04-20 14:17:29 EEST" >> # Error in file(out, &qu...
2017 Apr 21
0
tempdir() may be deleted during long-running R session
...R temporary directory had been > deleted by an automatic cleanup procedure, and a call to `?` failed. > This StackExchange question has some answers about the Ubuntu /tmp > cleanup practice: https://askubuntu.com/q/20783 > > a <- print(tempdir()) > # [1] "/tmp/user/1069138/RtmpGc9M5z" > dir.exists(a) # TRUE > # [1] TRUE > Sys.time() > # [1] "2017-04-10 16:00:30 EEST" > ## Wait for one week (Ubuntu 14.04.5 LTS) > print(Sys.time()); ?regex > # [1] "2017-04-20 14:17:29 EEST" > # Error in file(out, "wt") : cannot open the c...
2017 Apr 21
2
tempdir() may be deleted during long-running R session
...d been >> deleted by an automatic cleanup procedure, and a call to `?` failed. >> This StackExchange question has some answers about the Ubuntu /tmp >> cleanup practice: https://askubuntu.com/q/20783 >> >> a <- print(tempdir()) >> # [1] "/tmp/user/1069138/RtmpGc9M5z" >> dir.exists(a) # TRUE >> # [1] TRUE >> Sys.time() >> # [1] "2017-04-10 16:00:30 EEST" >> ## Wait for one week (Ubuntu 14.04.5 LTS) >> print(Sys.time()); ?regex >> # [1] "2017-04-20 14:17:29 EEST" >> # Error in file(out, &qu...