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
53 stars 5 forks source link

Fixing GH Actions #189

Closed pbulsink closed 1 year ago

pbulsink commented 1 year ago

Working on #187 - It looks like reticulate requires that sudo apt-get install python3-venv be explicitly called at some point - see rstudio/reticulate#1437