Nothing
get_driver_style()
, get_driver_color()
, get_team_color()
and get_driver_color_map()
(and the aliases with colour
). get_driver_abbreviation()
, get_driver_name()
, get_team_by_driver()
, get_team_name()
, get_drivers_by_team()
.constructor_data
object from package vignettes, readme, examples, etc.usethis
from Suggests (only needed when changing data)get_current_season()
(#227)load_circuit_details()
correct_track_ratio()
works. Visually the results are the same, but now any labels/annotations added to the ggplot should be kept in the right spot.load_circuit_details()
usage.httptest2
for testing no-internet scenarios (no affect on package performance)load_circuit_details
(#210)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.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.