R/pip_sync.R
sync.Rd
Synchronises the local uv-managed environment with the dependency set specified in uv.lock.
uv.lock
sync(quiet = FALSE)
Logical; whether to suppress uv output.
A processx result object, returned invisibly.
processx
This is a thin wrapper around uv sync. It must be called from within a uv project and requires an existing uv.lock file.
uv sync