You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)