refactor(ci): drop redundant cranlike/desc installs #73

Merged
pat-s merged 1 commit from pr/drop-redundant-cranlike-desc into main 2026-05-28 11:51:16 +00:00
Owner

Summary

bincraft's DESCRIPTION already pulls both forks via Remotes::

Imports:
    ...
    cranlike,
    ...
Remotes:
    pat-s/cranlike@s3,
    pat-s/desc@description-from-remote

So pak::pak("git::https://codefloe.com/rpkgs/bincraft.git") resolves the forks and installs them transitively. The explicit follow-up pak::pak("pat-s/cranlike@s3") and pak::pak("pat-s/desc@description-from-remote") calls in update-package-index-*.yaml are dead weight.

Drops the two lines from all 14 update-package-index-* files.

process-updates-*.yaml already only installs bincraft — this brings the two workflows in sync.

## Summary `bincraft`'s DESCRIPTION already pulls both forks via `Remotes:`: ``` Imports: ... cranlike, ... Remotes: pat-s/cranlike@s3, pat-s/desc@description-from-remote ``` So `pak::pak("git::https://codefloe.com/rpkgs/bincraft.git")` resolves the forks and installs them transitively. The explicit follow-up `pak::pak("pat-s/cranlike@s3")` and `pak::pak("pat-s/desc@description-from-remote")` calls in `update-package-index-*.yaml` are dead weight. Drops the two lines from all 14 `update-package-index-*` files. `process-updates-*.yaml` already only installs `bincraft` — this brings the two workflows in sync.
bincraft's DESCRIPTION declares 'Imports: cranlike' and
'Remotes: pat-s/cranlike@s3, pat-s/desc@description-from-remote', so
pak::pak("git::.../bincraft.git") already resolves and installs both
forks via Remotes. The explicit follow-up pak::pak() calls in
update-package-index-* were redundant.
pat-s merged commit e620bb1c33 into main 2026-05-28 11:51:16 +00:00
pat-s deleted branch pr/drop-redundant-cranlike-desc 2026-05-28 11:51:17 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
devxy/build-cran-binaries!73
No description provided.