Displaying 1 result from an estimated 1 matches for "rtmp9chsnx".
2006 Oct 30
3
Problem setting TMPDIR on the fly
...ession, the change is not detected/respected:
> Sys.getenv("TMPDIR")
TMPDIR
""
> Sys.putenv(TMPDIR = "/eurotempest/tmp/R/")
> Sys.getenv("TMPDIR")
TMPDIR
"/eurotempest/tmp/R/"
> tempdir()
[1] "/tmp/Rtmp9chsNX"
Any ideas?
Cheers, Ben
> R.Version()
$platform
[1] "i686-redhat-linux-gnu"
$arch
[1] "i686"
$os
[1] "linux-gnu"
$system
[1] "i686, linux-gnu"
$status
[1] ""
$major
[1] "2"
$minor
[1] "3.0"
$yea...