Displaying 3 results from an estimated 3 matches for "reproducibleresearch".
2011 Sep 22
4
How to turn a LaTeX Sweave file (Rnw) into .HTML/.odf/.docx? (under windows)
...s-word-format
The general issue of TeX to HTML was discussed also in these places:
http://tex.stackexchange.com/questions/50/how-can-i-convert-math-less-latex-documents-into-microsoft-word
And obviously the following page offers other good resources to consider:
http://cran.r-project.org/web/views/ReproducibleResearch.html
p.s: I search the R-help for this topic, but "sweave html" didn't seem to
yield good results - my apologies if this has been heavily debated before -
links would be welcomed as well.
Tal
----------------Contact
Details:-------------------------------------------------------...
2012 May 21
2
sweave tables as images?
Hello folks,
I've been on a journey trying to figure out how to manage documents that
are amenable to sharing and editing, but that contain dynamic content
generated by R. I've come to the following solution: I use Sweave to
generate labeled png & pdf figures, and I "Insert & Link" those figures
as "Pictures" in a Word 2010 doc. Thus, when data or code
2010 Dec 14
1
embed Sweave driver in .Rnw file
Hello,
Sweave lets you use alternative drivers through the driver argument, and
several packages take advantage of that and define custom Sweave driver
for various purposes. Most of them are listed on the Reproducible
Research CTV:
(http://cran.r-project.org/web/views/ReproducibleResearch.html)
The next natural step is for package developpers to take advantage of
this in their vignettes. In Rcpp we work around the way package building
works and we do:
- let R build a dummy vignette
- then use the inst/doc/Makefile to replace it with a vignette that is
processed by the driver fro...