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.
Breaking changes
Changed Functions
Deprecated the arguments source and pp all across the package. Using them will cause a
warning. Parallel processing has to be activated by choosing an appropriate future::plan() before
calling the relevant functions. For more information please see the package documentation.
The function build_nflfastR_pbp() will now run decode_player_ids() by default (can be deactivated with the argument decode = FALSE).
The function build_nflfastR_pbp() will now run add_xpass() by default and add the new variables xpass and pass_oe.
The functions fast_scraper() and build_nflfastR_pbp() now allow the output of fast_scraper_schedules() directly as input so it's not necessary anymore to pull the game_id first.
New Functions and Variables
Added the new function load_pbp() that loads complete seasons into memory for fast access of the play-by-play data.
Added the new variables rushing_yards, lateral_rushing_yards, passing_yards, receiving_yards, lateral_receiving_yards to fix an old bug where yards_gained gets overwritten on plays with laterals (#115).
Added columns vegas_wpa and vegas_home_wpa which contain Win Probability Added from the spread-adjusted WP model
Added column out_of_bounds
Added columns fantasy, fantasy_id, fantasy_player_name, and fantasy_player_id that indicate the rusher or receiver on the play