Skip to content

nflreadr 1.3.2

Compare
Choose a tag to compare
@tanho63 tanho63 released this 06 Jan 12:33
· 71 commits to main since this release
805c819

Minor changes and patch CRAN-related example issue.

Changes

  • .clear_cache() now re-exported without dot prefix as clear_cache(). Hopefully more obvious.
  • join_coalesce() is now added as a utility to join two dataframes and coalesce any shared columns.
  • load_teams() now uses the argument current (TRUE/FALSE) to standardize which rows are returned - this aligns with nflreadr::clean_team_abbrs and nflreadr::team_abbr_mapping
  • dictionary_participation added (thank you @Josephhero!)
  • clean_homeaway() now preserves neutral site location as well as input class and input attributes
  • load_ff_rankings() URL bug corrected (thank you @kharigardner)
  • test and example for clean_homeaway() resolved for CRAN failure

Thank you to @ak47twq, @bachlaw, @brunomioto, @guga31bb, @Josephhero, @kharigardner, @mrcaseb, @MysteryPollster, @numbersinfigures, and @ohri for their questions, feedback, and contributions towards this release.


New Contributors

Full Changelog: v1.3.1...v1.3.2