I've been following the Getting started with Sweave guide and created a new project folder called MISC with a subfolder called Sweave.
I've placed my sample .Rnw file in this folder together with a copy of the Sweave.sty file. I then changed my R working directory to MISC\Sweave. Sweave does create the TEX file without problems, but then complains:
Project output file format not set in project
I've checked the project properties and I can't quite work out where I should set it. Any ideas?
P.S.: Does this mean that I will have to set this up for every single project I want to Sweave?