Create DB table with all CRAN packages and their tags #32

Closed
opened 2025-06-16 17:37:01 +00:00 by pat-s · 1 comment
Owner

To avoid having to query GitHubs CRAN mirrors over and over again to get the tags of all packages which should be built (for a full rebuild).

After the initial parsing, process_cran_updates() should add new tags to this table.

This then also allows for better parallelization of the packages which need to be built rather than assigning each worker a predefined slice of the packages vector.

To avoid having to query GitHubs CRAN mirrors over and over again to get the tags of all packages which should be built (for a full rebuild). After the initial parsing, `process_cran_updates()` should add new tags to this table. This then also allows for better parallelization of the packages which need to be built rather than assigning each worker a predefined slice of the packages vector.
Author
Owner
Solved via script: https://git.devxy.io/devxy/build-cran-binaries/src/branch/main/local/packages-to-build.R
pat-s closed this issue 2025-06-17 11:54:46 +00:00
Sign in to join this conversation.
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#32
No description provided.