scaffold: Generate renv Project Infrastructure

Description Usage Arguments Details

View source: R/scaffold.R

Description

Write the renv project infrastructure for a project.

Usage

1
scaffold(project = NULL, version = NULL, repos = getOption("repos"))

Arguments

project

The project directory. If NULL, then the active project will be used. If no project is currently active, then the current working directory is used instead.

version

The version of renv to associate with this project. By default, the version of renv currently installed is used.

repos

The R repositories to associate with this project.

Details

Invoking renv::scaffold() will:


wnattt/renv documentation built on Dec. 23, 2021, 5:19 p.m.