Displaying 4 results from an estimated 4 matches for "rtxt3dbb65870ad4".
2017 Apr 21
3
tempdir() may be deleted during long-running R session
...t;
## 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:
# In file(out, "wt") :
# cannot open file '/tmp/user/1069138/RtmpGc9M5z/Rtxt3dbb65870ad4': No
such file or directory
b <- print(tempdir())
# [1] "/tmp/user/1069138/RtmpGc9M5z"
identical(a, b)
# [1] TRUE
dir.exists(b)
# [1] FALSE
--
Mikko Korpela
Department of Geosciences and Geography
University of Helsinki
2017 Apr 21
1
tempdir() may be deleted during long-running R session
...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:
>> # In file(out, "wt") :
>> # cannot open file '/tmp/user/1069138/RtmpGc9M5z/Rtxt3dbb65870ad4': No
>> such file or directory
>> b <- print(tempdir())
>> # [1] "/tmp/user/1069138/RtmpGc9M5z"
>> identical(a, b)
>> # [1] TRUE
>> dir.exists(b)
>> # [1] FALSE
>>
>>
>
> --
> Brian D. Ripley, ripley at...
2017 Apr 21
0
tempdir() may be deleted during long-running R session
...u 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:
> # In file(out, "wt") :
> # cannot open file '/tmp/user/1069138/RtmpGc9M5z/Rtxt3dbb65870ad4': No
> such file or directory
> b <- print(tempdir())
> # [1] "/tmp/user/1069138/RtmpGc9M5z"
> identical(a, b)
> # [1] TRUE
> dir.exists(b)
> # [1] FALSE
>
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Emeritus Professor of Applied Statist...
2017 Apr 21
2
tempdir() may be deleted during long-running R session
...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:
>> # In file(out, "wt") :
>> # cannot open file '/tmp/user/1069138/RtmpGc9M5z/Rtxt3dbb65870ad4': No
>> such file or directory
>> b <- print(tempdir())
>> # [1] "/tmp/user/1069138/RtmpGc9M5z"
>> identical(a, b)
>> # [1] TRUE
>> dir.exists(b)
>> # [1] FALSE
>>
--
Mikko Korpela
Department of Geosciences and Geography
University...