build-cran-binaries/.crow
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-packages.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
build-all-versions-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
build-all-versions-arm64.yaml refactor: single source of truth for excluded packages (#79) 2026-06-08 08:30:19 +00:00
build-all-versions-install-deps-amd64.yaml refactor: single source of truth for excluded packages (#79) 2026-06-08 08:30:19 +00:00
build-all-versions-install-deps-arm64.yaml refactor: single source of truth for excluded packages (#79) 2026-06-08 08:30:19 +00:00
build-r-minor-sensitive-packages.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
process-updates-alpine-322-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-alpine-322-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-alpine-323-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-alpine-323-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-redhat-8-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-redhat-8-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-redhat-9-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-redhat-9-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-redhat-10-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-redhat-10-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-ubuntu-2204-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-ubuntu-2204-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-ubuntu-2404-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
process-updates-ubuntu-2404-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-audit-missing-alpine-321-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-alpine-321-arm64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-alpine-322-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-alpine-322-arm64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-alpine-323-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-alpine-323-arm64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-redhat-8-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-redhat-8-arm64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-redhat-9-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-redhat-9-arm64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-redhat-10-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-redhat-10-arm64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-ubuntu-2204-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-ubuntu-2204-arm64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-ubuntu-2404-amd64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-audit-missing-ubuntu-2404-arm64.yaml refactor: R_VERSION syntax 2026-05-27 22:36:09 +02:00
weekly-rebuild-missing-alpine-322-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-alpine-322-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-alpine-323-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-alpine-323-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-redhat-8-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-redhat-8-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-redhat-9-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-redhat-9-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-redhat-10-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-redhat-10-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-ubuntu-2204-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-ubuntu-2204-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-ubuntu-2404-amd64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00
weekly-rebuild-missing-ubuntu-2404-arm64.yaml chore: bump to bincraft 4.1.1 2026-05-31 09:30:02 +02:00