Skip to contents

Runs renv status(dev = TRUE), clean(), and optionally update()

Usage

check_renv(update = rlang::is_interactive())

Arguments

update

run renv::update()

Examples

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