pkg_roxygenise {srcpkgs} | R Documentation |
roxygenize a source package if needed
Description
if the package has not changed (based on the md5sum file), does noting
otherwise roxygenise the package using roxygen2::roxygenise
and update and save the new md5sum file
Usage
pkg_roxygenise(pkg_path, force = FALSE, quiet = FALSE, ...)
Arguments
force |
if force(d), do not use the md5-based system to detect package changes |
quiet |
whether to be quiet/silent |
... |
passed to |
Details
N.B: has the side-effect of loading the package
Value
if the roxygenation has been performed
[Package srcpkgs version 0.1 Index]