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"),
    person("fastRhockey authors", role = "cph")
  )
Description: A utility to scrape and load play-by-play data and statistics
    from the Professional Women's Hockey League
    <https://www.thepwhl.com/>, 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
    <https://www.nhl.com/>.
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/roxygen2/version: 8.1.0
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Packaged: 2026-08-25 11:19:28 UTC; saiem
Author: Ben Howell [aut],
  Saiem Gilani [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7194-9067>),
  Alyssa Longmuir [ctb],
  fastRhockey authors [cph]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-25 11:50:02 UTC
