Displaying 2 results from an estimated 2 matches for "sweavefiles".
Did you mean:
sweavefile
2012 Aug 21
1
patchDVI: how to pass encoding of the .Rnw file?
...eviewer that knows Synctex; the stylepath and encoding
arguments are passed to Sweave. Because I chose encoding="utf8", Sweave
will assume that encoding as the default for files. Another encoding
can be
explicitly declared.
When I have multi-file projects, I make use of .TexRoot and .SweaveFiles
in each of the files so I can make the whole project each time;
see the patchDVI vignette (section 6) for details of how they work.
I think you also asked how to do this in Emacs; I've got no idea about that.
Duncan Murdoch
2008 Oct 16
1
Rscript -e, Sweave and tempdir()
Hello R-Help
I have a question about the "behind the scenes" behaviour of the Rscript -e command and particularly its interaction with Sweave and tempdir().
We are trying to deploy R as a web service to do water quality analyses and have been writing software to call Sweave via Rscript eg:
cmd> Rscript -e Sweave('sweavefile.Rnw')
One problem we have been having is that