Skip to content

Commit

Permalink
document new files
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Aug 21, 2024
1 parent c670706 commit 5cb94c5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion R/propose_snapshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
#' 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.
#' @return `NULL` (invisibly)
#' Writes `snapshot.json` with an R-universe-like manifest
#' of the packages recommended for the snapshot, and a
#' `snapshot.url` file containing an R-universe snapshot API URL
#' to download those packages. Both these files are written to the
#' directory given by the `path_staging` argument.
#' @return `NULL` (invisibly). Called for its side effects.
#' [propose_snapshot()] writes `snapshot.json` with an R-universe-like
#' manifest of the packages recommended for the snapshot, and a
#' `snapshot.url` file containing an R-universe snapshot API URL
#' to download those packages. Both these files are written to the
#' directory given by the `path_staging` argument.
#' @inheritParams update_staging
#' @param repo_staging Character string, URL of the staging universe.
#' @param types Character vector, what to pass to the `types` field in the
Expand Down
12 changes: 11 additions & 1 deletion man/propose_snapshot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cb94c5

Please sign in to comment.