On 25/11/2010 3:45 PM, Yihui Xie wrote:
Hi all,

Since roxygen is a great help to document R packages, I am wondering
if there exists an approach to go back from the raw Rd files to
roxygen-documentation? E.g. turn "\author{Somebody}" into "@author
Somebody". This sounds ridiculous, but I believe it helps in the long
term for me to maintain R packages.

I have no idea, but it should be reasonably straightforward to write such a thing, since there's an Rd parser in the tools package. Take a look at Rd2txt or one of the other converters that works on parsed Rd code, and write Rd2roxygen.

Duncan Murdoch

______________________________________________
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.

Reply via email to