From ecb16f0280d700362a2b7d60c9671e55f6fa01b0 Mon Sep 17 00:00:00 2001 From: Santiago Casanova Date: Thu, 23 May 2024 15:51:09 -0600 Subject: [PATCH 1/2] Trigger rebuild --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 66e0ec9a..5499036d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -144,7 +144,7 @@ Many other functions exist, and are flexible enough to call the current `season` * `load_standings(season = "current", round = "last", type = c("driver", "constructor"))` ### Clear F1 Cache -> `clear_f1_cache()` +> `clear_f1_cache()` Clears the cache for all functions in the package. From 8961081b887204806b9d85d27a3cdc9054fda779 Mon Sep 17 00:00:00 2001 From: Santiago Casanova Date: Thu, 23 May 2024 15:51:35 -0600 Subject: [PATCH 2/2] Update gitignore for data --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 003e48a5..ea82c568 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ Rplots.pdf .DS_Store docs /doc/ +.RData \ No newline at end of file