history.RdUse your version control system to find prior versions of the renv.lock
file that have been used in your project.
history(project = NULL)
| project | The project directory. If |
|---|
An R data.frame, summarizing the commits in which renv.lock
has been mutated.
The history() function is currently only implemented for projects using
git for version control.