Skip to content
Prev 265723 / 398502 Next

Sweave in 2.13.1

On 11-07-16 4:08 PM, Duncan Murdoch wrote:
Yes, some fixes in R-devel got only partly ported back to 2.13.1.  I 
think this only affected Windows.

I'll commit a patch shortly.  In the meantime, you can do what

R CMD Sweave file.Rnw

does quite easily:

Rterm.exe --no-restore --slave -e utils::Sweave("file.Rnw")

should do the same thing.  In R-devel, R CMD Sweave has more options.

Duncan Murdoch