Skip to content

Releases: sportsdataverse/fastRhockey

fastRhockey 0.4.0

25 Oct 21:33
Compare
Choose a tag to compare
  • Updates logic to add Montreal Force to teams lists/parsing and prepare certain functions for 2023 season
  • Under the hood changes to adapt to tidyselect new version guidelines

fastRhockey 0.3.1

28 Aug 22:52
4895c8b
Compare
Choose a tag to compare
  • Updates documentation per CRAN's request

fastRhockey 0.3.0

25 Mar 14:52
Compare
Choose a tag to compare
  • Add print method for all functions with a time stamp and description of the data
    image

  • Add phf_team_logos dataset to package for reference

  • espn_nhl_teams() function added.

Hit the CRAN, get the bands

10 Dec 09:24
176d442
Compare
Choose a tag to compare

You can install the CRAN version of fastRhockey with:

install.packages("fastRhockey")

Package Summary to Date

Loader functions for PHF

  • load_phf_pbp() function added.
  • load_phf_team_box() function added.
  • load_phf_player_box() function added.
  • load_phf_schedule() function added.
  • update_phf_db() function added.

Player and Team Stats, Leaderboards

  • phf_leaders() function added.
  • phf_standings() function added.
  • phf_player_stats() function added.
  • phf_team_stats() function added.
  • phf_team_roster() function added.

Function naming convention normalization

  • load_phf_game() --> phf_game_all()

  • load_phf_pbp() --> phf_pbp()

  • load_phf_boxscore() --> phf_team_box()

  • load_phf_raw_data() --> phf_game_raw()

  • Added NHL functions from powerplay to fastRhockey