Filter the PACKAGES
and PACKAGES.gz
files to
only list certain packages.
See also
Other staging:
freeze_dependencies()
,
rclone_includes()
,
stage_candidates()
Examples
if (FALSE) { # \dontrun{
path_meta <- tempfile()
dir.create(path_meta)
mock <- system.file(
file.path("mock", "meta"),
package = "multiverse.internals",
mustWork = TRUE
)
file.copy(mock, path_meta, recursive = TRUE)
path_staging <- tempfile()
url_staging <- "https://github.com/r-multiverse/staging"
gert::git_clone(url = url_staging, path = path_staging)
filter_meta(path_meta, path_staging)
} # }