Package: fastRhockey
Title: Functions to Access Premier Hockey Federation and National
        Hockey League Play by Play Data
Version: 0.3.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://benhowell71.github.io/fastRhockey/,
        https://github.com/benhowell71/fastRhockey
BugReports: https://github.com/benhowell71/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.1.2
Config/testthat/edition: 3
LazyData: true
NeedsCompilation: no
Packaged: 2022-03-24 16:57:40 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-03-25 14:10:02 UTC
