Package: fastRhockey
Title: Functions to Access Premier Hockey Federation and National
        Hockey League Play by Play Data
Version: 0.4.0
Authors@R: c(
    person(given = "Ben", family = "Howell", email = "benhowell71@gmail.com", role = c("aut")),
    person(given = "Saiem", family = "Gilani", email = "saiem.gilani@gmail.com", role = c("cre", "aut")),
    person(given = "Alyssa", family = "Longmuir", email = "aklongmuir@gmail.com", role = c("ctb"))
  )
Description: A utility to scrape and load play-by-play data
    and statistics from the Premier Hockey Federation (PHF) <https://www.premierhockeyfederation.com/>, formerly
    known as the 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.0.0)
Imports: cli (>= 3.0.0), data.table, dplyr, glue, httr, janitor,
        jsonlite, lubridate, magrittr, progressr (>= 0.6.0), purrr (>=
        0.3.0), Rcpp, RcppParallel, rlang, 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, qs (>= 0.25.1), rmarkdown, RSQLite, stringi, stats,
        testthat, usethis (>= 1.6.0), xml2 (>= 1.3)
Encoding: UTF-8
RoxygenNote: 7.2.1
Config/testthat/edition: 3
LazyData: true
NeedsCompilation: no
Packaged: 2022-10-25 20:38:20 UTC; saiem
Author: Ben Howell [aut],
  Saiem Gilani [cre, aut],
  Alyssa Longmuir [ctb]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-25 20:55:15 UTC
Built: R 4.6.0; ; 2025-11-13 05:01:15 UTC; windows
