I would like to learn AsciiDoc. Is there any good examples how to use AsciiDoc with R? I know that there is packages called ascii to do this, but it would be nice to see some examples how AsciiDoc works with R. Is there an AsciiDoc distribution for Max OS X? -Johannes
Hello, There is a webpage showing examples of asciidoc and R here : http://eusebe.github.com/ascii/ The package works with Sweave() function : Sweave("yourfile.Rnw", driver = RweaveAsciidoc) where "youfile.Rnw" is a text file with asciidoc markup and embedded R code. About asciidoc markup, the documentation is very complete: http://www.methods.co.nz/asciidoc/userguide.html For Mac OS X installation, I really have no idea, but perhaps this page may help you : http://www.lco.cl/Members/geychaner/Install%20instructions.html#asciidoc Best, David 2009/9/30 johannes rara <johannesraja@gmail.com>> I would like to learn AsciiDoc. Is there any good examples how to use > AsciiDoc with R? I know that there is packages called ascii to do > this, but it would be nice to see some examples how AsciiDoc works > with R. Is there an AsciiDoc distribution for Max OS X? > > -Johannes > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
On Sep 30, 2009, at 7:57 AM, johannes rara wrote:> I would like to learn AsciiDoc. Is there any good examples how to use > AsciiDoc with R? I know that there is packages called ascii to do > this, but it would be nice to see some examples how AsciiDoc works > with R. Is there an AsciiDoc distribution for Max OS X?http://lmgtfy.com/?q=asciidoc+mac+os+x (Google even gives you informative links if you misspell it (as I did) as ascidocs the first time.) -- David Winsemius, MD Heritage Laboratories West Hartford, CT
Hi, On Sep 30, 2009, at 7:57 AM, johannes rara wrote:> I would like to learn AsciiDoc. Is there any good examples how to use > AsciiDoc with R? I know that there is packages called ascii to do > this, but it would be nice to see some examples how AsciiDoc works > with R. Is there an AsciiDoc distribution for Max OS X?Perhaps this might help, too: http://learnr.wordpress.com/2009/09/29/wordpress-blogging-with-r-in-3-steps/ -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact