Releases: SCasanova/f1dataR
Releases · SCasanova/f1dataR
f1dataR 1.2.0
Breaking Changes
- Deprecated
fastest_only
as an argument fromload_driver_telemetry()
. Nowlaps
is the correct argument withall
,fastest
or and integer as options.
Big Changes
- New vignettes
- Updated license
- Moving towards a CRAN release (cleaner code)
- Sprint weekend indicator in
load_schedule
- Better error handling
All Changes
- Fix missing figure in introduction by @SCasanova in #87
- Fixing introduction.RMD build failure on old ff1? by @pbulsink in #88
- Change error handling to
{cli}
+ tests and import by @SCasanova in #94 - Docs by @pbulsink in #98
- Introduction update and
pkgdown
re-build by @SCasanova in #99 - Update License by @SCasanova in #101
- Update plot_fastest.R by @pbulsink in #102
- Telem improve by @pbulsink in #103
- Added additional tests to improve coverage by @pbulsink in #104
- Added a test to ensure loaded session by @pbulsink in #106
- Fixes issue with get_current_season when no network by @pbulsink in #107
- Fix error in plot_fastest error + format Introduction by @SCasanova in #108
- Re-knit introduction by @SCasanova in #109
- Update docs for 1.1.0 by @SCasanova in #111
- Update test to include offline get_season by @pbulsink in #114
- Checks before cran by @pbulsink in #116
- Remove fastest_only from exmaples and docs by @SCasanova in #117
- Re build pkgdown by @SCasanova in #118
- Highlight packaage name in vignette by @SCasanova in #120
- Check for and make cache dir if not exists by @pbulsink in #122
- PR styling/documenting test PR by @pbulsink in #125
- Setup_fastf1 + vignette by @pbulsink in #126
- Trying to Improve when various GH actions run by @pbulsink in #128
- New documentation for release (while workflows aren't 100%) by @SCasanova in #129
- Ergast vignette by @pbulsink in #131
- load_schedule shows Sprint Race date by @pbulsink in #133
Full Changelog: v1.0.0...v1.2.0
f1dataR 1.0.0
This is the first official release after beta status!
Breaking Changes!
- Some column names have changed to follow snake case
get_driver_telemetry()
has initiated deprecation process in favour ofload_driver_telemetry()
race
argument has initiated deprecation process in favour ofround
for all functions
Other changes
- Increase the coverage of functions with the new release of fastf1 by @pbulsink
- Create code testing and code coverage tests for the package by @pbulsink
- Standardize outputs, parameters, and function names for consistency using
{lifecycle}
by @SCasanova - Reduce dependencies from other packages by @pbulsink
- Fix seeeeeeveral typos
- Include more examples in the introduction vignette
- Cleaned up the reference page (by making dot-* functions internal)
Note: Future versioning will be more consistent and release notes more detailed to reflect changes
Huge thanks to all our contributors
Contributors
Full Changelog: v.0.2.0-beta...v.1.0.0
F1 Data R Beta
v.0.2.0-beta Fix README
F1 Data R
First package release. Set of 4 functions and 1 data frame.