round
and fastest_only
argumentscorrect_track_ratio()
to ensure plotted tracks have proper x & y ratios (#89, #179)
plot_fastest()
to use correct_track_ratio()
"memory"
) (#181, #183)fastf1
installation (#187).
options("f1dataR.cache" = [dir])
there will be no change. If you had previously not specified a cache directory, the package used to use the result of getwd()
, so you can force that directory. New users can specify a default file cache location by setting options("f1dataR.cache" = "filesystem")
or specify any other (existing) directory by setting the option.Cache will otherwise use memory as a default until the end of the R session or for 24h (whichever comes first). Caching can be turned off by setting the option to “off”
load_schedule()
to show Sprint Race date.fastf1
connection.laps
parameter, allowing for a choice of ‘fastest’, ‘all’, or a numbered lap. Note a numbered lap requires fastf1
version 3.0 or greater (#78)NEWS.md
file to track changes to the package.