Re: [Roxygen-devel] Roxygen3 ready for review

2012-09-24 Thread Hadley Wickham
> Is there any chance Roxygen3 could support a bit of markdown syntax? Yes, that's definitely on the to do list - but I'm waiting on support from the RMarkdown package. Hadley -- RStudio / Rice University http://had.co.nz/ ___ Roxygen-devel mailing li

Re: [Roxygen-devel] Roxygen3 ready for review

2012-09-24 Thread Carl Boettiger
Hi All, Is there any chance Roxygen3 could support a bit of markdown syntax? Being a literate programming technique, Roxygen syntax is clearly designed to be easily readable in raw format. As such, having to add \code\link, \item and other approximately LaTeX syntax of the .Rd files feels wrong.

[Roxygen-devel] Roxygen3 ready for review

2012-09-17 Thread Hadley Wickham
Hi all, Roxygen3 (which will eventually get merged back into roxygen2) is at a state where your comments on the design and implementation would be appreciated. The code is at https://github.com/hadley/roxygen3/, and there's a brief introduction to the structure in the readme. The code is fairly c