Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.02 KB

NEWS.md

File metadata and controls

41 lines (27 loc) · 2.02 KB

nascar.data 2.2.0

Enhancements

  • Added missing races. The Cup Series season finale was omitted for a number of years from 2002 to 2022. Thank you to Nick Triplett for the catching the mistake!
  • Seg Points has been removed. Instead, S1 & S2 variables correspond to the driver's finishing position during each segment.
  • Updated missing track information (length, surface type) for 32 Cup races with varying years, mostly pre-2000s.

Documentation

  • Updated S1 & S2 documentation.

nascar.data 2.1.0

Enhancements

  • dev branch will be updated with the most recent racing results every Monday at 10AM during the race season (February through November).
  • New get_*_info() functions provide summary statistics on a by-race, season, or career format.
  • Fuzzy matching has been included to search across the database in the respective series

Bug Fixes

  • None

Documentation

  • Updated README and vignette reflecting package changes.

Internal Changes

  • Error handling for placeholder race. The "DriverAverages.com" site will sometimes have one row for the upcoming race. This has routinely caused issues for the weekly scraping functions accidentally "recognizing" that as having been a completed race. The oversight has been addressed by removing that (essentially) blank row, decreasing the index, and continuing to scrape for new race data.
  • Fuzzy finding is used within the functions returning the driver, team, or manufacturer information. There is room for improvement: "Chris Bell" would find "Christopher Bell" instead of "Chris Miller" as it does now. Improvements would include a stronger focus on the driver or owner's last name, but this will take some trial and error to really dial in.

nascaR.data 2.0.0

  • BREAKING CHANGES:
    • Web data scraped using R packages & removed existing Python scripts.
    • Reduced number of datasets for Cup, Xfinity, & Truck series results by series only.
  • Integrated GitHub Actions for auto-updating all series results

nascaR.data 1.0.0

  • Initial CRAN submission.