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

FF1 3.4.0 API Matching #262

Closed pbulsink closed 4 weeks ago

pbulsink commented 1 month ago

Responds to #259.

Will result in f1dataR 1.6.0

pbulsink commented 1 month ago

At this point it still needs ~to pass CMD CHK~, ~tests written~, ~changes in plot_fastest~ (not needed), ~removal of fixed data-raw content~, ~updated NEWS~, and ~updated vignettes~

Done changes

pbulsink commented 1 month ago

@SCasanova This currently deletes the constructor_data object in the package. Do we want to do that or deprecate it until the end of the year? Note that it still has Sauber instead of Kick/Stake, and no one has complained about that not being updated yet this season.

pbulsink commented 1 month ago

Note the build failure for old-fastf1 is what #261 fixes...

pbulsink commented 1 month ago

Note: Should rebase after #261 is merged to ensure all tests work ok.

SCasanova commented 1 month ago

261 merged