update local/ scripts

This commit is contained in:
Patrick Schratz 2024-11-25 10:04:23 +01:00
commit 2588b2512f
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -1,3 +1,4 @@
### Scope: Archive packages that have more than one entry in repository root
library(bincraftR)
s3fs::s3_file_system(
aws_access_key_id = Sys.getenv("AWS_ACCESS_KEY_ID"),
@ -6,8 +7,8 @@ s3fs::s3_file_system(
region_name = "eu-central-003",
)
arch = "arm64"
os = "jammy"
arch = "amd64"
os = "noble"
files <- s3fs::s3_dir_ls(sprintf("devxy-arm64-r-binaries/%s/%s/latest/src/contrib", arch, os))
length(unique(sapply(strsplit(basename(files), "_"), function(x) x[1])))