Is there a way to automatically update the documentation in an R package?
- by David
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.
…