Skip to contents

This function checks the versions of packages in an `renv` lockfile against a list of known packages which are incompatible with the upgraded version of R. If any problem packages are found, they are replaced with appropriate versions in your lock file.

Usage

update_renv(lockfile_path = "renv.lock")

Arguments

lockfile_path

Character. The path to the `renv` lockfile. Defaults to `"renv.lock"`, the lockfile in your current project..

Value

A message indicating which problem packages were identified, and their updated versions