Skip to content
Prev 131433 / 398503 Next

Sweave problem in Windows

huang min wrote:
Simple workaround is to include the \usepackage{Sweave} in your .Rnw file,
after the \documentclass like this:

\documentclass[a4paper]{article}
\usepackage{Sweave}

Make sure you have all the .sty files you need in the same folder as your
.tex file.

cheers,  Mike