nflreadr 1.3.2
Minor changes and patch CRAN-related example issue.
Changes
.clear_cache()
now re-exported without dot prefix asclear_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 argumentcurrent
(TRUE/FALSE) to standardize which rows are returned - this aligns withnflreadr::clean_team_abbrs
andnflreadr::team_abbr_mapping
dictionary_participation
added (thank you @Josephhero!)clean_homeaway()
now preserves neutral site location as well as input class and input attributesload_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
- @Josephhero made their first contribution in #166
- @kharigardner made their first contribution in #173
Full Changelog: v1.3.1...v1.3.2