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
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()
Examples
pkg <- setup_and_get_dummy_srcpkg()
pkg_roxygenise(pkg$path)
#> ℹ Updating dummy.srcpkg documentation
#> First time using roxygen2. Upgrading automatically...
#> ℹ Setting RoxygenNote to "7.3.3"
#> ℹ Loading dummy.srcpkg
#> Writing NAMESPACE