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) {
check_renv()
check_renv(update = FALSE)
}