On Mon, 24 Nov 2003 11:09:17 -0800, David Kelly <[EMAIL PROTECTED]>
wrote:


>So: Is there someway I can change the value of tempdir() so I can 
>influence Hmisc?  

Not after R has started, but if you set the TMP or TEMP environment
variable to the name of an existing directory, that will be used as
the base of temp directories.  You can do this on the R command line,
e.g. set the Target field in the R shortcut to 

C:\R\rw1081\bin\Rgui.exe TMP=c:/junk

More on this is in ?tempdir and ?Startup.

Duncan Murdoch

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to