[R] dvips function gives "Documents not found" error
Duncan Murdoch
dmurdoch at pair.com
Tue Nov 25 00:57:14 CET 2003
On Mon, 24 Nov 2003 11:09:17 -0800, David Kelly <dkelly at alum.mit.edu>
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
More information about the R-help
mailing list