Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release files #245

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ fastf1_http_cache.sqlite
tests/testthat/tst_*
f1dataR.Rproj
/Meta/
/tst_*
/tst_*go
Rplots.pdf
.DS_Store
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.4.0
Date: 2023-10-03 00:53:59 UTC
SHA: 32ebade39cf41cdbdf714bd9d5bb51ae41cc48b3
Version: 1.5.1
Date: 2024-03-12 00:43:34 UTC
SHA: e33af12967936bcac9dabd07573cbb6ff9ea05cd
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: f1dataR
Title: Access Formula 1 Data
Version: 1.5.0.9000
Version: 1.5.1
Authors@R: c(
person("Santiago", "Casanova", , "[email protected]", role = c("aut", "cre", "cph")),
person("Philip", "Bulsink", , "[email protected]", role = "aut",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# f1dataR (development version)
# f1dataR 1.5.1

* Added (very soft) deprecation warning to Ergast functions in advance of the Ergast API being defunct in less than 12 months.
* Deprecated support for FastF1 v < 3.1.0. Older FastF1 versions do not support all of the functions in use and may return different values from some data retrieval or calculation functions. Forcing use of up-to-date FastF1 allows for simpler bugfixes and code updates. (#198)
Expand Down
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ get_ergast_content <- function(url) {
# Automatically retries request up to 5 times. Back-off provided in httr2 documentation
# Automatically retries at http if https fails after retries.


ergast_raw <- httr2::request("https://ergast.com/api/f1") %>%
httr2::req_url_path_append(url) %>%
httr2::req_retry(max_tries = 5) %>%
Expand Down
2 changes: 2 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ This is a major version update.

This update includes deprecation of support for older versions of the Python package wrapped in our code. This is done as the new Python version is required for increasing numbers of the functions in use.

Reduced image quality to comply with 5MB tarball limit

## R CMD check results

Binary file added man/figures/Thumbs.db
Binary file not shown.
Binary file added plotting-turn-info-basic_track_plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotting-turn-info-relabelled_gear_plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotting-turn-info-telem_plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotting-turn-info-telem_with_corners-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/Thumbs.db
Binary file not shown.