- The function
calculate_standings()has been deprecated. Please usenflseedR::nfl_standings()in nflseedR v2.0 instead. (#510) - nflfastR now requires R 4.1 to allow the package to use R's native pipe
|>operator. This follows the Tidyverse R version support rules. (#511) - Fixed a bug where
calculate_stats()incorrectly countedreceiving_air_yards. (#500) - Fixed a bug where
vegas_wpvariables were broken whenspread_linedata was missing. (#503) - Fixed a bug where
calculate_stats()incorrectly calculatedtarget_shareandair_yards_sharewhensummary_level = "season". (#505) - Fixed a bug where
calculate_stats()incorrectly countedfumbles. (#514) - Compatibility improvements with xgboost. (#517)
Thank you to @ak47twq, @isaactpetersen, @jacobakaye, @johnpholden, @marvin3FF, @mrcaseb, and @tanho63 for their questions, feedback, and contributions towards this release.