modify {renv} | R Documentation |
Open a project's lockfile (if any) for editing. After edit, if the lockfile edited is associated with the active project, any state-related changes (e.g. to R repositories) will be updated in the current session.
modify(project = NULL)
project |
The project directory. If |
The project directory, invisibly. Note that this function is normally called for its side effects.
## Not run: # modify an existing lockfile if (interactive()) renv::modify() ## End(Not run)