Skip to contents

Runs renv status(), clean(), vulns() (using renv_vulns()), and optionally update()

Usage

check_renv(update = rlang::is_interactive(), cooldown = 7)

Arguments

update

run renv::update()

cooldown

Number of days ago to set the PPM snapshot date.

Examples

if (FALSE) { # \dontrun{
check_renv()
check_renv(update = FALSE)
} # }