diff --git a/DESCRIPTION b/DESCRIPTION index 29fc77ea..7628f36e 100644 --- a/DESCRIPTION +++ b/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", @@ -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 diff --git a/NEWS.md b/NEWS.md index 268b7a9e..9084af8a 100644 --- a/NEWS.md +++ b/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) diff --git a/cran-comments.md b/cran-comments.md index 1e265d14..72b4c6bd 100644 --- a/cran-comments.md +++ b/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