On 27.04.2008, at 19:29, baptiste auguie wrote:
I've been tempted for a while to try Sweave, but it still feels like a lot of pain to write and read this mixture of LaTeX and R chunks syntax. I think there is an html driver now, but this is not pretty either. What about (Multi)Markdown? It seems to me it would be a nice way to write reports about R projects. Has it been tried by any of you TM users?
Hmm. Do you mean something like: write a Markdown doc containing let's say a key tag @RCODE@; while converting the doc to HTML, LaTeX, etc. a parser would execute the @RCODE@ chunks and inserts the result in Markdown style before it will be post-processed?
--Hans