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()