disable | R Documentation |
Disable packrat within a project, reverting to the use of standard user package libraries.
disable(project = NULL, restart = TRUE)
project |
The directory in which packrat will be disabled (defaults to the current working directory) |
restart |
If |
Disabling packrat for a project removes the packrat initialization code
from the .Rprofile file, resulting in the use of standard user package
libraries. Note that the packrat
directory is not deleted, but remains
unused.
To re-enable the use of packrat for a project you can call the
init
function.
The restart
parameter will only result in a restart of R when the R
environment packrat is running within makes available a restart function via
getOption("restart")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.