Skip to content

nflfastR 4.3.0

Compare
Choose a tag to compare
@mrcaseb mrcaseb released this 06 Oct 12:25
4b3229c

Minor Changes

  • Add nflreadr to dependecies and drop lubridate and magrittr dependency
  • The functions load_pbp() and load_player_stats() now call nflreadr::load_pbp() and nflreadr::load_player_stats() respectively. Therefore the argument qs has been deprecated in both functions. It will be removed in a future release. Running load_player_stats() without any argument will now return player stats of the current season only (the default in nflreadr).
  • The deprecated arguments source and pp in the functions fast_scraper_*() and build_nflfastR_pbp() have been removed
  • Added the variables racr ("Receiver Air Conversion Ratio"), target_share, air_yards_share, wopr ("Weighted Opportunity Rating") and pacr ("Passing Air Conversion Ratio") to the output of calculate_player_stats()
  • Added the function report() which will be used by the maintainers to help users debug their problems (#274).

Bug Fixes

  • Fixed a minor bug in the console output of update_db()
  • Fix for a handful of missing receiver names (#270)
  • Fixed bug with missing return_team on interception return touchdowns (#275)
  • Fixed a rare bug where an internal object wasn't predefined (#272)