Skip to content

Commit

Permalink
Merge pull request #244 from pbulsink/release-prep
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
SCasanova committed Mar 12, 2024
2 parents 60b4a07 + 0b13a5c commit bf2f498
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -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", , "santiago.casanova@yahoo.com", role = c("aut", "cre", "cph")),
person("Philip", "Bulsink", , "bulsinkp@gmail.com", role = "aut",
Expand Down Expand Up @@ -45,6 +45,6 @@ Suggests:
testthat (>= 3.0.0),
usethis
VignetteBuilder: knitr
URL: https://scasanova.github.io/f1dataR/, https://github.com/scasanova/f1dataR/
BugReports: https://github.com/scasanova/f1dataR/issues
URL: https://scasanova.github.io/f1dataR/, https://github.com/SCasanova/f1dataR
BugReports: https://github.com/SCasanova/f1dataR/issues
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion NEWS.md
@@ -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
6 changes: 4 additions & 2 deletions cran-comments.md
@@ -1,7 +1,9 @@
## Resubmission
This is a major version update.
This is a bugfix requested by CRAN after some failures of automated testing due to internet resource unavailability.

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.
The package has been updated to fail gracefully if the web resource is unavailable (previous action was a warning or error, case dependent). Further, flexibility on incomplete responses from the web API have been drastically improved.

This version update was requested by 17 March, should there be any issues with this submission please extend this deadline.

## R CMD check results

0 comments on commit bf2f498

Please sign in to comment.