build-cran-binaries/local
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pat-s 98a661faef
refactor: single source of truth for excluded packages
local/build-all.R had a 75-name hardcoded vector that drifted from
local/excluded-packages.json (RcmdrPlugin.ROC was in the R vector
but missing from the JSON). weekly-rebuild-missing-* already reads
the JSON, so this aligns build-all.R with that pattern.

- Add the missing RcmdrPlugin.ROC entry to excluded-packages.json
- Replace the hardcoded vector in build-all.R with
  jsonlite::fromJSON("local/excluded-packages.json")[["package"]]
- Pull jsonlite into the install-deps step so it's available in
  /mnt/cache/R-pkgs for the build step
- Drop the dead base64 SKIP_PKGS docs comment from
  build-all-versions-arm64.yaml; point to the JSON instead
2026-05-28 15:51:00 +02:00
..
archive-missed-pkgs.R chore: cleanup workflows 2025-06-17 21:03:49 +02:00
build-all.R refactor: single source of truth for excluded packages 2026-05-28 15:51:00 +02:00
check-cdn-cache.sh add alpine321 to scripts 2024-12-29 10:18:55 +01:00
check-NA.R update local/ scripts 2024-11-25 10:04:23 +01:00
debug-packages-writing.R feat: migrate to hel1 location 2025-04-29 16:48:57 +02:00
detect-duplicates.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
excluded-packages.json refactor: single source of truth for excluded packages 2026-05-28 15:51:00 +02:00
fetch-rebuild-packages-from-issue.R fix: audit workflows 2026-04-21 21:54:48 +02:00
label-removed-cran-packages.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
last-processed-by-platform.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
manual-package-index-update.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-cran-packages-db.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-cran-packages.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-packages-in-index.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
packages-to-build.R fix: save S3 listing in precompute step, avoid loading s3fs in build step 2026-04-17 20:05:26 +02:00
packages-without-any-binary.R dummy change 2025-01-11 12:02:12 +01:00
weekly-missing-binaries-audit.R fix: audit workflows 2026-04-21 21:54:48 +02:00