On Mon, 24 Nov 2003 10:53:48 +0000 (GMT)
Prof Brian Ripley <[EMAIL PROTECTED]> wrote:

> This is a question about Hmisc, I believe, although you certainly did
> not mention it.  Looking at the source code I see
> 
>     sys(paste("cd", tempdir(), sc, optionsCmds("latex"), tmp))
> 
> do my guess is that it is writing .dvi files in tempdir().
> If you look up help on tempdir() you will see how to avoid this,
> 
> Moral: don't guess, and don't make your readers guess either.
> 
> And to Frank Harrell as author of Hmisc: spaces are valid in file names 
> even on Unix/Linux, so it would be nice if this could be corrected.

I've resisted this until now.  The fix appears to be to surround tempdir()
and tmp by dQuote( ). This will be in the next release.  I'm assuming that
superfluous quotes never hurt.   -Frank
---
Frank E Harrell Jr    Professor and Chair            School of Medicine
                      Department of Biostatistics    Vanderbilt University

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

Reply via email to