Skip to content

wehoop 2.1.0

Latest
Compare
Choose a tag to compare
@saiemgilani saiemgilani released this 21 Jul 21:39

Additions

  • wnba_homepagewidget() function added to replace the following homepage functions being deprecated.

Deprecations

  • 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 (use wnba_scoreboardv3()).
  • wnba_teaminfocommon() function deprecated due to WNBA Stats API deprecation (use wnba_teamdetails()).

Under the hood

  • Now printing errors and warnings explicitly for all functions which use a tryCatch clause.