Skip to content

Commit bf2f498

Browse files
authored
Merge pull request #244 from pbulsink/release-prep
Release prep
2 parents 60b4a07 + 0b13a5c commit bf2f498

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: f1dataR
22
Title: Access Formula 1 Data
3-
Version: 1.5.0.9000
3+
Version: 1.5.1
44
Authors@R: c(
55
person("Santiago", "Casanova", , "santiago.casanova@yahoo.com", role = c("aut", "cre", "cph")),
66
person("Philip", "Bulsink", , "bulsinkp@gmail.com", role = "aut",
@@ -45,6 +45,6 @@ Suggests:
4545
testthat (>= 3.0.0),
4646
usethis
4747
VignetteBuilder: knitr
48-
URL: https://scasanova.github.io/f1dataR/, https://github.com/scasanova/f1dataR/
49-
BugReports: https://github.com/scasanova/f1dataR/issues
48+
URL: https://scasanova.github.io/f1dataR/, https://github.com/SCasanova/f1dataR
49+
BugReports: https://github.com/SCasanova/f1dataR/issues
5050
Config/testthat/edition: 3

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# f1dataR (development version)
1+
# f1dataR 1.5.1
22

33
* Added (very soft) deprecation warning to Ergast functions in advance of the Ergast API being defunct in less than 12 months.
44
* 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)

cran-comments.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## Resubmission
2-
This is a major version update.
2+
This is a bugfix requested by CRAN after some failures of automated testing due to internet resource unavailability.
33

4-
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.
4+
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.
5+
6+
This version update was requested by 17 March, should there be any issues with this submission please extend this deadline.
57

68
## R CMD check results
79

0 commit comments

Comments
 (0)