Re: [R] How do I set the Windows temporary directory in R?

2009-03-18 Thread Darren Norris
As far as I know setwd() does not influence where temporay files (TMPDIR, TMP, TEMP) are located - at least not for me on windows vista. As mentioned before setting environment variable should work. Also I carry R on a USB, so I don't want temporary files being written to the PC / laptop where I c

Re: [R] How do I set the Windows temporary directory in R?

2009-03-17 Thread Steven McKinney
p@r-project.org Subject: [R] How do I set the Windows temporary directory in R? I'm trying to redirect where temporary files go under R to D:\temp\somerandomname from its default (C:\Documents and Settings\username\Temp\somerandomname) -- how do I go about doing this? --j -- Jonathan A. G

Re: [R] How do I set the Windows temporary directory in R?

2009-03-17 Thread stephen sefick
?setwd() I don't have a windows machine to work on, but this should work. On Tue, Mar 17, 2009 at 10:14 PM, andrew wrote: > setwd > > On Mar 18, 12:42 pm, Jonathan Greenberg wrote: >> I'm trying to redirect where temporary files go under R to >> D:\temp\somerandomname from its default (C:\Docume

Re: [R] How do I set the Windows temporary directory in R?

2009-03-17 Thread andrew
setwd On Mar 18, 12:42 pm, Jonathan Greenberg wrote: > I'm trying to redirect where temporary files go under R to > D:\temp\somerandomname from its default (C:\Documents and > Settings\username\Temp\somerandomname) -- how do I go about doing this? > > --j > > -- > > Jonathan A. Greenberg, PhD > P

[R] How do I set the Windows temporary directory in R?

2009-03-17 Thread Jonathan Greenberg
I'm trying to redirect where temporary files go under R to D:\temp\somerandomname from its default (C:\Documents and Settings\username\Temp\somerandomname) -- how do I go about doing this? --j -- Jonathan A. Greenberg, PhD Postdoctoral Scholar Center for Spatial Technologies and Remote Sensin