Convert Rd to 'Roxygen' Documentation
Create the roxygen documentation
Parse the input Rd file and save the roxygen documentation into a file
Parse the input Rd file to a list
Convert Rd to roxygen documentation and utilities to enhance documenta...
Convert all the Rd files of a package to roxygen comments
Format the code in the usage and examples sections
Roxygenize a package, clean up and build/check the package
Functions to convert Rd to 'roxygen' documentation. It can parse an Rd file to a list, create the 'roxygen' documentation and update the original R script (e.g. the one containing the definition of the function) accordingly. This package also provides utilities that can help developers build packages using 'roxygen' more easily. The 'formatR' package can be used to reformat the R code in the examples sections so that the code will be more readable.