Skip to content
Prev 24663 / 63424 Next

Sweave.sh shell script on CRAN

On 4/16/07, Gregor Gorjanc <gregor.gorjanc at bfro.uni-lj.si> wrote:
If by "Sweave in SVN" you are referring to sweave.bat in the batchfiles
distribution then its not a shell file; rather, its a Windows batch file.
Windows has a batch processor built in that directly runs Windows
batch files without any precompiling to an exe.  As stated, you
simply place sweave.bat and rcmd.bat, both files from the batchfiles
distribution, anywhere in your path to run it.  There is no further installation
required.  That was why I used Windows batch -- to eliminate dependencies,
installation procedures, precompilations setting environment variable
names, etc.