Create DB table with all CRAN packages and their tags #32
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Solved via script: https://git.devxy.io/devxy/build-cran-binaries/src/branch/main/local/packages-to-build.R