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 <johannesr...@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]] ______________________________________________ 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.