Package: hoopR
Title: Functions to Access Men's Basketball Play by Play Data
Version: 1.5.0
Authors@R: 
    c(person(given = "Saiem",
           family = "Gilani",
           role = c("aut", "cre"),
           email = "saiem.gilani@gmail.com"))
Description: A utility to quickly obtain clean and tidy men's
    basketball play by play data. Provides functions to access
    live play by play and box score data from ESPN<https://www.espn.com> with shot locations
    when available. It is also a full NBA Stats API<https://www.nba.com/stats/> wrapper.
    It is also a scraping and aggregating interface for Ken Pomeroy's 
    men's college basketball statistics website<https://kenpom.com>. It provides users with an
    active subscription the capability to scrape the website tables and
    analyze the data for themselves.
License: MIT + file LICENSE
URL: https://saiemgilani.github.io/hoopR/,
        https://github.com/saiemgilani/hoopR
BugReports: https://github.com/saiemgilani/hoopR/issues
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
Depends: R (>= 4.0.0)
Imports: cli (>= 1.1.0), 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), qs (>= 0.25.1), rmarkdown, RSQLite,
        stats, stringi, testthat, tibble (>= 3.0), xml2 (>= 1.3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-09 22:58:33 UTC; saiem
Author: Saiem Gilani [aut, cre]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2021-11-10 13:30:05 UTC
Built: R 4.0.5; ; 2022-04-21 14:09:36 UTC; windows
