Learn R Programming

renv (version 0.3.0-40)

upgrade: Upgrade renv

Description

Upgrade the version of renv associated with a project.

Usage

upgrade(project = NULL, version = NULL, 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.

version

The version of renv to be installed. When NULL, the latest version of renv as available on GitHub will be installed.

confirm

Boolean; confirm upgrade before proceeding?