Rd2roxygen-package: Convert Rd to roxygen documentation and utilities to enhance documentation
and building packages
Description
This package contains functions to convert Rd to roxygen documentation. It
can parse an Rd file to a list (parse_file), create the roxygen
documentation (create_roxygen) and update the original R script
(e.g. the one containing the definition of the function) accordingly
(Rd2roxygen). This package also provides utilities which can
help developers build packages using roxygen more easily (rab).