Package: fastRhockey Title: Functions to Access Professional Women's Hockey League and National Hockey League Play by Play Data Version: 1.0.0 Authors@R: c( person("Ben", "Howell", , "benhowell71@gmail.com", role = "aut"), person("Saiem", "Gilani", , "saiem.gilani@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7194-9067")), person("Alyssa", "Longmuir", , "aklongmuir@gmail.com", role = "ctb") ) Description: A utility to scrape and load play-by-play data and statistics from the Professional Women's Hockey League , formerly known as the Premier Hockey Federation (PHF) or National Women's Hockey League (NWHL). Additionally, allows access to the National Hockey League's stats API . License: MIT + file LICENSE URL: https://fastRhockey.sportsdataverse.org/, https://github.com/sportsdataverse/fastRhockey BugReports: https://github.com/sportsdataverse/fastRhockey/issues Depends: R (>= 4.1.0) Imports: cli (>= 3.4.1), data.table (>= 1.14.0), dplyr (>= 1.0.10), glue, httr2 (>= 1.0.0), janitor, jsonlite, lifecycle (>= 1.0.0), lubridate, magrittr, purrr (>= 1.0.0), Rcpp, RcppParallel, rlang (>= 1.0.4), rvest (>= 1.0.0), stringr (>= 1.3.0), tibble (>= 3.0), tidyr (>= 1.0.0) Suggests: crayon (>= 1.3.4), curl, DBI, furrr, future, ggplot2, ggrepel, progressr (>= 0.6.0), rmarkdown, RSQLite, stats, stringi, testthat (>= 3.0.0), usethis (>= 1.6.0), withr, xgboost, xml2 (>= 1.3) Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: make libicu-dev libxml2-dev libssl-dev Repository: https://sportsdataverse.r-universe.dev Date/Publication: 2026-06-24 01:56:14 UTC RemoteUrl: https://github.com/sportsdataverse/fastrhockey RemoteRef: HEAD RemoteSha: 30517e36266c8cad70bab19ab90680297782d68c NeedsCompilation: no Packaged: 2026-06-24 02:58:57 UTC; root Author: Ben Howell [aut], Saiem Gilani [aut, cre] (ORCID: ), Alyssa Longmuir [ctb] Maintainer: Saiem Gilani