capture arch in metadata table

This commit is contained in:
Patrick Schratz 2024-09-24 08:13:08 +02:00
commit 66b0a1046a
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -13,7 +13,9 @@ archive_package(
endpoint = "https://s3.eu-central-003.backblazeb2.com",
region = "eu-central-003",
bucket = "devxy-arm64-r-binaries",
pause = NULL
pause = NULL,
arch = NULL,
debug = FALSE
)
}
\description{
@ -21,5 +23,6 @@ Archive packages in CRAN-like repositories
}
\examples{
archive_package("AATtools", codename = "rhel9")
archive_package("adw", codename = "rhel8", arch = "amd64")
}