Synchronize a boosterpak project
Usage
sync(mode = c("apply", "restore"), root = ".", hydrate = TRUE, verbose = NULL)Arguments
- mode
"apply"installs packages declared byboosters.tomland writesboosters/attach.R;"restore"restores fromrenv.lock.- root
Project root.
- hydrate
Whether additive apply mode should reuse packages from renv-discoverable local libraries before downloading with pak. Restore mode ignores this option and remains lockfile-exact.
- verbose
Whether to print routine summaries.