Render the template of the covrpage in the package directory.

covrpage(
  path = getwd(),
  preview = TRUE,
  auto_push = FALSE,
  update_badge = TRUE,
  vignette = FALSE
)

Arguments

path

path to package

preview

boolean, to open the output in viewer, Default: TRUE

auto_push

boolean, push to remote repo on exit, Default: FALSE

update_badge

boolean, locate badge in README and update with testthat results, Default: TRUE

vignette

boolean, if TRUE then the covrpage README will be copied as a vignette of the package, Default: FALSE

See also