migrate {packrat} | R Documentation |
Migrate a project using the older version of packrat + packrat structure to the newer version.
migrate(project = ".", ask = TRUE)
project |
The project directory. |
ask |
Boolean, ask before removing the |
This function will:
Move the library
folder to the packrat/lib
folder,
Move the packrat.sources
folder to the packrat/src
folder,
Move the packrat.lock
file to packrat/packrat.lock
,
Remove the .Renviron
file as it is no longer needed,
Update the package .Rprofile
.