Learn R Programming

renv (version 0.1.0-118)

upgrade: Upgrade renv

Description

Upgrade the version of renv associated with a project.

Usage

upgrade(project = NULL, remote = "rstudio/renv",
  confirm = interactive())

Arguments

project

The project directory. If NULL, then the active project will be used. If no project has been specifically activated, the current working directory is used.

remote

A 'remote' specification, as understood by the remotes package. (Note that not all remote specifications are yet supported by renv.) See https://cran.r-project.org/web/packages/remotes/vignettes/dependencies.html for more details. When NULL (the default), the latest version of renv available on GitHub is retrieved instead.

confirm

Boolean; confirm upgrade before proceeding?