SCasanova / f1dataR

An R package to access Formula 1 Data from the Ergast API and the unofficial F1 data stream via the fastf1 python library.
https://scasanova.github.io/f1dataR/
Other
52 stars 5 forks source link

Automated Build Failure #224

Closed pbulsink closed 4 months ago

pbulsink commented 6 months ago

Build Failure on the weekly check - https://github.com/SCasanova/f1dataR/actions/runs/7953526995

Seems to be failure in setup of the reticulate venv, not in our code?

pbulsink commented 6 months ago

See https://stat.ethz.ch/pipermail/r-devel/2023-July/082722.html for what's likely a related fact. Could be buried in a different package blocking renv build

SCasanova commented 6 months ago

Yeah I think that may be it. I'm ok with merging with that fail for now

pbulsink commented 6 months ago

I've raised a issue: https://github.com/rstudio/reticulate/issues/1544

SCasanova commented 6 months ago

Awesome, thanks

pbulsink commented 6 months ago

Per the advice at the issue I raised there #1544, I confirmed that running the Github Actions with dev reticulate allows everything to proceed correctly. Since this isn't our issue, I'm content to leave it as-is and we'll (hopefully) start seeing 100% passing builds again once they update CRAN.

SCasanova commented 6 months ago

Thanks for taking care of this. Great job

pbulsink commented 4 months ago

The build passes all tests (including future/now current R 4.4.0) successfully, so this is now closed (despite the reticulate issue still being open).