Displaying 1 result from an estimated 1 matches for "rtmpfergay".
2012 Feb 21
1
tempdir() documentation or real bug ?
...he first found which points to a
writable directory is used: if none succeeds ?/tmp? is used.
Unfortunately, it doesn't seem to work as advertised.
> Sys.setenv(TMPDIR='/home/brian/')
> Sys.getenv('TMPDIR')
[1] "/home/brian/"
> tempdir()
[1] "/tmp/RtmpfERGay"
> Sys.setenv(TEMP='/home/brian/')
> Sys.getenv('TEMP')
[1] "/home/brian/"
> tempdir()
[1] "/tmp/RtmpfERGay"
> Sys.setenv(TMP='/home/brian/')
> Sys.getenv('TMP')
[1] "/home/brian/"
> tempdir()
[1] "/tmp/Rt...