Re: [R] AsciiDoc and R

2009-09-30 Thread Steve Lianoglou
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 distribut

Re: [R] AsciiDoc and R

2009-09-30 Thread David Winsemius
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

Re: [R] AsciiDoc and R

2009-09-30 Thread David Hajage
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 d

[R] AsciiDoc and R

2009-09-30 Thread johannes rara
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