Migrate a project using the older version of packrat + packrat structure to the newer version.
migrate(project = ".", ask = TRUE)
The project directory.
Boolean, ask before removing the .Renviron
file?
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
.