Skip to content

nflreadr 1.1.3

Compare
Choose a tag to compare
@tanho63 tanho63 released this 28 Jan 13:52
052f5d7

This release adds functions and arguments to access new data, along with some backend changes.

New data and functions

  • load_ff_opportunity() downloads expected fantasy points data from the ffopportunity package
  • load_ff_rankings() gains an "all" parameter to return all available rankings data (weekly archives since 2019)
  • load_pfr_advstats() gains a "summary_level" parameter to return season-level data, which has some fields that are not available at the week-level.

Backend

  • options(nflreadr.verbose) replaces options(nflreadr.cache_warning) as the best way to silence nflreadr messages.
  • Improved data dictionaries for ESPN QBR, Injuries, Trades, Depth Charts, and Combine
  • Exported most_recent_season() function
  • Updated documentation with improved linking and where to file data issues.
  • Sitrep functions have ffopportunity and nflverse packages.
  • Pkgdown site upgraded to Bootstrap 5.

Thank you to @armstjc, @Grayhawk34, @john-b-edwards, @mrcaseb, @pranavrajaram, @rogers1000, and @tanho63 for their contributions and feedback on this release!