Package: wehoop
Title: Functions to Access Women's Basketball Play by Play Data
Version: 1.2.1
Authors@R: c(person('Saiem', 'Gilani', email = 'saiem.gilani@gmail.com',role = c('aut','cre')),
             person('Geoff','Hutchinson', email = 'geoffery.hutchinson@gmail.com', role = c('aut')))
Description: A utility for working with women's basketball data. A scraping and aggregating interface for ESPN's<https://www.espn.com> women's college basketball and WNBA statistics. It provides users with the capability to access the ESPN API's 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/saiemgilani/wehoop
BugReports: https://github.com/saiemgilani/wehoop/issues
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: data.table (>= 1.14.0), dplyr, furrr, future, glue, janitor,
        jsonlite, magrittr, progressr (>= 0.6.0), Rcpp (>= 1.0.7),
        RcppParallel (>= 5.1.4), rlang (>= 0.4.0), rvest (>= 1.0.0),
        stringr (>= 1.3.0), tidyr (>= 1.0.0), usethis (>= 1.6.0)
Suggests: crayon (>= 1.3.4), curl, DBI, ggplot2, ggrepel, httr (>=
        0.5), purrr (>= 0.3.0), rmarkdown, RSQLite, stats, stringi,
        testthat, tibble (>= 3.0), xml2 (>= 1.3)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-11-08 23:38:37 UTC; saiem
Author: Saiem Gilani [aut, cre],
  Geoff Hutchinson [aut]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2021-11-09 08:50:02 UTC
Built: R 4.0.2; ; 2021-11-10 12:36:10 UTC; unix
