isolate {renv} | R Documentation |
Copy packages from the renv
cache directly into the project library, so
that the project can continue to function independently of the renv
cache.
isolate(project = NULL)
project |
The project directory. If |
The project directory, invisibly. Note that this function is normally called for its side effects.
## Not run: # isolate a project renv::isolate() ## End(Not run)