Sweave
Sweave is a way to do reproducible research in R and LaTeX. It embeds R code into a LaTeX document and produces the .tex file with the output of the executed R code, which can then be compiled with LaTeX into the finished product.
[edit] References
- Matt Settles' R Class -- R Programming, includes some mention of Sweave.
- Sweave and Complex Projects
- An Sweave Demo -- Yes, an, not a.
- cacheSweave (R package) -- Tools for caching Sweave computations and storing them in key-value databases
- odfWeave (R package) -- Sweave processing of Open Document Format (ODF) files