Closed mrcaseb closed 9 months ago
For future reference:
I checked docs and can confirm that the r-universe repo hosts linux binaries for r-release
on ubuntu:latest
which is perfectly fine for our gh workflows
https://github.com/r-universe-org/help?tab=readme-ov-file#does-r-universe-have-linux-binaries
Arrow has been updated on CRAN so we close this (at least for now).
It is highly likely that the R package {arrow} will be (temporarily) archived on CRAN.
This has impact on all nflverse releases that include
.parquet
files as the corresponding workflows install arrow through CRAN.The least invasive solution is to add the arrow r-universe repo to the list of repos when setting up R on the runner to allow the installation of a binary. We can find the suggested repo here. The yaml should look like this
Affected tags in nflverse-data
I am not 100% sure if there are releases in other repos that require arrow to save parquet files. In nflverse-data, we can list all affected tags using this code
which outputs the following list