Skip to content
Prev 169668 / 398506 Next

updating contents of a package

On Sun, Feb 8, 2009 at 4:26 AM, Dieter Menne
<dieter.menne at menne-biomed.de> wrote:
Also check out the roxygen package, which allows you to build the
documentation from comments in your source files.  This makes
documentation much easier to keep up-to-date, as it's right next to
the code that you're changing.  It also takes care of some of the
tediousness of Rdoc by copying across the usage etc directly from the
function definition.

Hadley