Is there a way to automatically update the documentation in an R package?

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-11-04T18:30:48Z Indexed on 2011/01/01 6:54 UTC
Read the original article Hit count: 288

Filed under:
|
|
|
|

I used 'package.skeleton()' to generate .Rd help files a few months ago. I have edited these files, and I have also changed the functions, removed some functions, added others. Is there a function that automates updating the Rd files?

update

A nice package was just released called Rd2roxygen, it is described by the author Yihui Xie on his blog.

As the name implies, this package allows one to retroactively insert documentation currently contained in .Rd into .R files. Sounds like a promising approach for both learning roxygen and for converting packages currently in development to R packages. Woo hoo. Thanks Yihui!

© Stack Overflow or respective owner

Related posts about r

    Related posts about Development