Render the template of the covrpage in the package directory.
covrpage(
path = getwd(),
preview = TRUE,
auto_push = FALSE,
update_badge = TRUE,
vignette = FALSE
)
path to package
boolean, to open the output in viewer, Default: TRUE
boolean, push to remote repo on exit, Default: FALSE
boolean, locate badge in README and update with testthat results, Default: TRUE
boolean, if TRUE then the covrpage README will be copied as a vignette of the package, Default: FALSE
Other invoke:
covrpage_ci()
,
covrpage_snapshot()