Displaying 1 result from an estimated 1 matches for "ferimawi".
2008 Dec 17
1
using dvi with latex object: directory not correctly set, maybe due to error in shQuote()
...w directory and to run latex.
sys(paste("cd", shQuote(tempdir()), sc, optionsCmds("latex"),
"-interaction=scrollmode", shQuote(tmp)), output = FALSE)
Running just the piece shQuote(tempdir()) returns
> shQuote(tempdir())
[1] "\"C:\\DOKUME~1\\ferimawi\\LOKALE~1\\Temp\\Rtmpr4CG3A\""
> tempdir()
[1] "C:\\DOKUME~1\\ferimawi\\LOKALE~1\\Temp\\Rtmpr4CG3A"
Is the leading "\" causing the problem? How can I fix the problem?
The R-help dealt with a related problem some while ago but I do not think that it resolves my pro...