Propose a Production snapshot of Staging.
Usage
propose_snapshot(path_staging, types = c("src", "win", "mac"))
Value
NULL
(invisibly). Called for its side effects.
propose_snapshot()
writes a
snapshot.url
file containing an R-universe snapshot API URL
to download packages ready for Production.
This file is written to the
directory given by the path_staging
argument.
Details
propose_snapshot()
proposes a snapshot of Staging
to migrate to Production. The recommended snapshot is the list of
packages for which (1) the build and check results of the current
release are in Staging, and (2) there are no issues.
Writes a snapshot.url
file containing an R-universe snapshot API URL
to download those packages. This files is written to the
directory given by the path_staging
argument.
See also
Other staging:
update_staging()