Update the norman package --- a wrapper for remotes::install_github

update(build_opts = "--no-build-vignettes", ...)

Arguments

build_opts

Character; options for R CMD build. Default is "--no-build-vignettes".

...

Other arguments to pass to remotes::install_github

Examples

if (FALSE) { norman::update() norman::update(force = TRUE) }