build-cran-binaries/local
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pat-s 53da568749
All checks were successful
ci/crow/cron/process-updates-ubuntu-2204-amd64 Pipeline was successful
refactor: single source of truth for excluded packages (#79)
## Summary

`local/build-all.R` had a 75-name hardcoded `exclude <- c(...)` vector that had drifted from `local/excluded-packages.json` — `RcmdrPlugin.ROC` was in the R vector but missing from the JSON.

`.crow/weekly-rebuild-missing-*.yaml` already reads the JSON via `jsonlite::fromJSON(...)[["package"]]`. This brings `build-all.R` in line with that pattern.

Changes:

- **`local/excluded-packages.json`**: add the missing `RcmdrPlugin.ROC` entry (reason `"hang"`, matching siblings).
- **`local/build-all.R`**: replace the 16-line hardcoded vector with one `jsonlite::fromJSON(...)` call.
- **`.crow/build-all-versions-install-deps-{amd,arm}64.yaml`**: add `jsonlite` to the install-deps `pak::pak()` list so it's available in `/mnt/cache/R-pkgs` for the build step.
- **`.crow/build-all-versions-arm64.yaml`**: drop the dead base64-encoded `SKIP_PKGS` docs comment that nobody was passing as a `--var` anyway; replace with a one-line pointer to the JSON.

Reviewed-on: #79
2026-06-08 08:30:19 +00: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 (#79) 2026-06-08 08:30:19 +00: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 (#79) 2026-06-08 08:30:19 +00: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
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