wehoop 1.2.0
- Add returns for all the functions
- Update a handful of field names from the scoreboard functions and to also include neutral_site and conference_competition columns for the women's college basketball scoreboard function.
wehoop 1.1.1
- Change functions from furrr::future_map_dfr functions to data.table::rbindlist functions for loaders.
wehoop 1.1.0
Add schedule loaders#
wehoop::load_wbb_schedule()function addedwehoop::load_wnba_schedule()function added
wehoop 1.0.0
Add team box score loaders#
wehoop::load_wbb_team_box()function addedwehoop::load_wnba_team_box()function added
Add player box score loaders#
wehoop::load_wbb_player_box()function addedwehoop::load_wnba_player_box()function added
Standings functions#
Getting Started vignette#
wehoop 0.9.2
Quick fix for update db functions#
Dependency pruning#
This update is a non-user facing change to package dependencies to shrink the list of dependencies.
wehoop 0.9.1
Clean names and team returns#
- All functions have now been given the
janitor::clean_names()treatment wehoop::espn_wbb_teams()has updated the returns to be more identity information related onlywehoop::espn_wnba_teams()to be more identity information related only- All tests were updated
wehoop 0.9.0
Loading capabilities added to the package#
wehoop::load_wbb_pbp()andwehoop::update_wbb_db()functions addedwehoop::load_wnba_pbp()andwehoop::update_wnba_db()functions added
wehoop 0.3.0
Dependencies#
Rversion 3.5.0 or greater dependency addedpurrrversion 0.3.0 or greater dependency addedrvestversion 1.0.0 or greater dependency addedprogressrversion 0.6.0 or greater dependency addedusethisversion 1.6.0 or greater dependency addedxgboostversion 1.1.0 or greater dependency addedtidyrversion 1.0.0 or greater dependency addedstringrversion 1.3.0 or greater dependency addedtibbleversion 3.0.0 or greater dependency addedfurrrdependency addedfuturedependency added
Test coverage#
- Added tests for all ESPN functions
Function Naming Convention Change#
- Similarly, data and metrics sourced from ESPN will begin with
espn_as opposed towbb_orwnba_. - Data sourced directly from the NCAA website will start the function with
ncaa_
wehoop 0.2.0
- Added support for ESPN's play-by-play endpoints with the addition of the following functions:
wehoop::espn_wnba_game_all()- a convenience wrapper function around the following three functions (returns the results as a list of three data frames)wehoop::espn_wnba_team_box()wehoop::espn_wnba_player_box()wehoop::espn_wnba_pbp()wehoop::espn_wnba_teams()wehoop::espn_wbb_scoreboard()
wehoop 0.1.0
- Added support for ESPN's play-by-play endpoints with the addition of the following functions:
wehoop::espn_wbb_game_all()- a convenience wrapper function around the following three functions (returns the results as a list of three data frames)wehoop::espn_wbb_team_box()wehoop::espn_wbb_player_box()wehoop::espn_wbb_pbp()wehoop::espn_wbb_teams()wehoop::espn_wbb_conferences()wehoop::espn_wbb_scoreboard()wehoop::ncaa_wbb_NET_rankings()wehoop::espn_wbb_rankings()