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

2009-03-18 Thread Darren Norris
://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- View this message in context: http://www.nabble.com/How-do-I-set-the-Windows-temporary-directory-in-R--tp22571428p22578321.html Sent from the R help mailing list archive at Nabble.com

[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

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 greenb...@ucdavis.edu 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.

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 andrewjohnro...@gmail.com wrote: setwd On Mar 18, 12:42 pm, Jonathan Greenberg greenb...@ucdavis.edu wrote: I'm trying to redirect where temporary files go under R to

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

2009-03-17 Thread Steven McKinney
-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. Greenberg