renv_disable: Disable renv for this project

View source: R/renv.R

renv_disableR Documentation

Disable renv for this project

Description

Deactivates renv integration while preserving renv.lock for future use. Removes the .framework_renv_enabled marker file.

Usage

renv_disable(keep_renv = TRUE)

Arguments

keep_renv

Logical; if TRUE (default), keep renv.lock and renv/ directory

Value

Invisibly returns TRUE on success

Examples


if (FALSE) {
renv_disable()
}


framework documentation built on Feb. 18, 2026, 1:07 a.m.