Skip to contents
  • if the package has not changed (based on the md5sum file), does nothing

  • 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

pkg_path

the package path, as a character

force

if force(d), do not use the md5-based system to detect package changes

quiet

whether to be quiet/silent

...

passed to devtools::document()

Value

if the roxygenation has been performed

Details

  • N.B: has the side-effect of loading the package