Package: wehoop
Title: Access Women's Basketball Play by Play Data
Version: 3.0.0
Authors@R: c(
    person("Saiem", "Gilani", , "saiem.gilani@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-7194-9067")),
    person("Geoffery", "Hutchinson", , "geoffery.hutchinson@gmail.com", role = "aut")
  )
Description: A utility for working with women's basketball data. A
    scraping and aggregating interface for the WNBA Stats API
    <https://stats.wnba.com/> and ESPN's <https://www.espn.com> women's
    college basketball and WNBA statistics. It provides users with the
    capability to access the game play-by-plays, box scores, standings and
    results to analyze the data for themselves.
License: MIT + file LICENSE
URL: https://wehoop.sportsdataverse.org,
        https://github.com/sportsdataverse/wehoop
BugReports: https://github.com/sportsdataverse/wehoop/issues
Depends: R (>= 4.1.0)
Imports: cli (>= 3.0.0), data.table (>= 1.15.0), dplyr (>= 1.0.0),
        httr2 (>= 1.0.0), janitor, jsonlite, lifecycle, lubridate,
        glmnet, magrittr, Matrix, progressr (>= 0.6.0), purrr (>=
        1.0.0), Rcpp (>= 1.0.7), RcppParallel (>= 5.1.4), rlang (>=
        1.0.0), rvest (>= 1.0.0), stringdist (>= 0.9.0), stringi (>=
        1.7.0), stringr (>= 1.4.0), tidyr (>= 1.2.0)
Suggests: arrow (>= 6.0.0), cachem (>= 1.0.0), crayon (>= 1.3.4), curl
        (>= 4.3.0), DBI, DT, ggplot2, ggrepel, gh (>= 1.0.0), glue (>=
        1.4.0), knitr, memoise (>= 2.0.0), piggyback (>= 0.1.2),
        rmarkdown (>= 2.6.0), RSQLite, stats, testthat (>= 3.0.0),
        tibble (>= 3.0), tictoc, usethis (>= 1.6.0), xml2 (>= 1.3)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-08-24 16:35:24 UTC; saiem
Author: Saiem Gilani [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-7194-9067>),
  Geoffery Hutchinson [aut]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-24 18:40:02 UTC
Built: R 4.6.0; ; 2026-08-24 20:05:31 UTC; unix
