Rdocumentation
powered by
Learn R Programming
packrat (version 0.4.8-1)
disable: Disable the use of Packrat in a Project
Description
Disable packrat within a project, reverting to the use of standard user package libraries.
Usage
disable(project = NULL, restart = TRUE)
Arguments
project
The directory in which packrat will be disabled (defaults to the current working directory)
restart
If
TRUE
, restart the R session after disabling packrat.