CI/CD steps for a package at the repository root

rcmd_check(name = "Check Package")

covr(name = "Run Code Coverage")

Arguments

name

[character(1)] giving additional options for the step. Multiline strings are not supported. Defaults to NULL.

Functions

See also

Other steps: checkout(), deploy_static, install_deps(), rscript()