Write text files to pass to the --include-from
flag
in Rclone when uploading snapshots.
See also
Other staging:
filter_meta()
,
freeze_dependencies()
,
stage_candidates()
Examples
if (FALSE) { # \dontrun{
url_staging = "https://github.com/r-multiverse/staging"
path_staging <- tempfile()
path_community <- tempfile()
gert::git_clone(url = url_staging, path = path_staging)
stage_candidates(path_staging = path_staging)
rclone_includes(path_staging)
} # }