wehoop 2.1.0
CRAN release: 2024-07-21
-
wnba_homepagewidget()function added to replace the following homepage functions being deprecated. -
wnba_homepageleaders()function deprecated due to WNBA Stats API deprecation. -
wnba_homepagev2()function deprecated due to WNBA Stats API deprecation. -
wnba_leaderstiles()function deprecated due to WNBA Stats API deprecation. -
wnba_scoreboard()function deprecated due to WNBA Stats API deprecation (usewnba_scoreboardv3()). -
wnba_teaminfocommon()function deprecated due to WNBA Stats API deprecation (usewnba_teamdetails()).
wehoop 2.0.0
CRAN release: 2023-11-25
-
load_wnba_*()functions now usesportsdataverse-datareleases url instead ofwehoop-datarepository URL -
load_wbb_*()functions now usesportsdataverse-datareleases url instead ofwehoop-datarepository URL -
wnba_pbp()function and newwnba_pbps()function added withon_court(defaultTRUE) parameter to return on court players for each play event
wehoop 1.9.0
WNBA Stats API Live Endpoints
-
wnba_live_pbp()function added. -
wnba_live_boxscore()function added. -
wnba_todays_scoreboard()function added.
WNBA Boxscore V3 (and V3-styled) Endpoints Added
-
wnba_scoreboardv3()function added. -
wnba_boxscoretraditionalv3()function added. -
wnba_boxscoreadvancedv3()function added. -
wnba_boxscoremiscv3()function added. -
wnba_boxscorescoringv3()function added. -
wnba_boxscoreusagev3()function added. -
wnba_boxscorefourfactorsv3()function added. -
wnba_boxscoreplayertrackv3()function added. -
wnba_boxscorehustlev2()function added.
Other WNBA Stats API functions added
-
wnba_shotchartlineupdetail()function added. -
wnba_franchiseleaderswrank()function added. -
wnba_leaderstiles()function added. -
wnba_leagueleaders()function added. -
wnba_videodetailsasset()function added. -
wnba_infographicfanduelplayer()function added.
Other Functions Added
-
ncaa_wbb_teams()function added.
Proxy Capability Added and Other Notes
- Add rlang dots option for passing
httr::use_proxy()option townba_*()functions - Returns documentation added for all working WNBA Stats API endpoints and ESPN functions
- Tests added for all working WNBA Stats API endpoints and ESPN functions, over 750 tests when run locally
wehoop 1.8.0
- Add proxy rlang dots option for passing httr::use_proxy() option to wnba_stats_*() functions
- Improved output for
espn_wbb_team_box(),espn_wbb_player_box(),espn_wnba_team_box(),espn_wnba_player_box()
wehoop 1.7.0
-
espn_wbb_game_rosters()function added. -
espn_wnba_game_rosters()function added. -
wnba_teams()function added. Useful for cross-walking between ESPN and WNBA Stats API
wehoop 1.6.0
- Updates tidyr and dplyr statements to use quotations on columns instead of data masking per tidyselect deprecation notice.
wehoop 1.5.0
CRAN release: 2022-06-17
~106 WNBA Stats API functions added
Adds 4 ESPN WBB and WNBA functions
wehoop::espn_wbb_player_stats()function added.wehoop::espn_wbb_team_stats()function added.wehoop::espn_wnba_player_stats()function added.wehoop::espn_wnba_team_stats()function added.Removes
furrrandfuturedependencies and replaces withpurrr (>= 0.3.0)
wehoop 1.2.0
CRAN release: 2021-11-03
- 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 todata.table::rbindlist()functions for loaders.
wehoop 1.1.0
Add schedule loaders
-
wehoop::load_wbb_schedule()function added -
wehoop::load_wnba_schedule()function added
wehoop 1.0.0
Add team box score loaders
-
wehoop::load_wbb_team_box()function added -
wehoop::load_wnba_team_box()function added
Add player box score loaders
-
wehoop::load_wbb_player_box()function added -
wehoop::load_wnba_player_box()function added
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 only -
wehoop::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 added -
wehoop::load_wnba_pbp()andwehoop::update_wnba_db()functions added
wehoop 0.3.0
Dependencies
-
Rversion 3.5.0 or greater dependency added -
purrrversion 0.3.0 or greater dependency added -
rvestversion 1.0.0 or greater dependency added -
progressrversion 0.6.0 or greater dependency added -
usethisversion 1.6.0 or greater dependency added -
xgboostversion 1.1.0 or greater dependency added -
tidyrversion 1.0.0 or greater dependency added -
stringrversion 1.3.0 or greater dependency added -
tibbleversion 3.0.0 or greater dependency added -
furrrdependency added -
futuredependency added
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()
