View source: R/pkg_roxygenise.R
pkg_roxygenise | R Documentation |
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
pkg_roxygenise(pkg_path, force = FALSE, quiet = FALSE, ...)
force |
if force(d), do not use the md5-based system to detect package changes |
quiet |
whether to be quiet/silent |
... |
passed to |
N.B: has the side-effect of loading the package
if the roxygenation has been performed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.