In Ubuntu, suppose /home/folder1I have one test.Rnw. To generate pdf, I will go (if this directory is mine getwd) in my console R:
Sweave(test.Rnw)
texi2pdf(test.tex)
Then there is an unnecessary waste forms test.aux, test.log, test.out, test.toc. Is there something I Sweavecan automatically get rid of this?
source
share