pkg_roxygenise: roxygenize a source package if needed

View source: R/pkg_roxygenise.R

pkg_roxygeniseR 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 devtools::document()

Details

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

Value

if the roxygenation has been performed


srcpkgs documentation built on May 29, 2024, 6:43 a.m.