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 and ESPN's 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 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-30 19:28:10 UTC RemoteUrl: https://github.com/sportsdataverse/wehoop RemoteRef: HEAD RemoteSha: 8e48e41f5ed1cdcc01efa1abf6bc94d706efe0db NeedsCompilation: no Packaged: 2026-06-30 19:48:43 UTC; root Author: Saiem Gilani [aut, cre, cph] (ORCID: ), Geoffery Hutchinson [aut] Maintainer: Saiem Gilani