Package: hoopR Title: Access Men's Basketball Play by Play Data Version: 3.1.0 Authors@R: c( person("Saiem", "Gilani", , "saiem.gilani@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-7194-9067")), person("Jason", "Lee", , "Jason@aisportsfirm.com", role = "ctb"), person("Billy", "Fryer", , "billyfryer@att.net", role = "ctb"), person("Ross", "Drucker", , "ross.a.drucker@gmail.com", role = "ctb"), person("Vladislav", "Shufinskiy", , "hollywood.90210@mail.ru", role = "ctb") ) 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 with shot locations when available. It is also a full NBA Stats API wrapper. It is also a scraping and aggregating interface for Ken Pomeroy's men's college basketball statistics website. 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://github.com/sportsdataverse/hoopR, https://hoopR.sportsdataverse.org/ BugReports: https://github.com/sportsdataverse/hoopR/issues Depends: R (>= 4.1.0) Imports: cli (>= 1.1.0), data.table (>= 1.14.0), dplyr, glmnet, httr2 (>= 1.0.0), janitor, jsonlite, lifecycle, lubridate, magrittr, Matrix, progressr (>= 0.6.0), purrr (>= 1.0.0), Rcpp (>= 1.0.7), RcppParallel (>= 5.1.4), rlang (>= 0.4.0), rvest (>= 1.0.0), stringdist (>= 0.9.0), stringi (>= 1.7.0), stringr (>= 1.3.0), tidyr (>= 1.0.0) Suggests: chromote, crayon (>= 1.3.4), curl, DBI, furrr (>= 0.3.0), future (>= 1.24.0), ggplot2, ggrepel, glue, rmarkdown, RSQLite, stats, testthat, tibble (>= 3.0), usethis (>= 1.6.0), xml2 (>= 1.3), yaml Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc Config/pak/sysreqs: make libicu-dev libxml2-dev libssl-dev Repository: https://sportsdataverse.r-universe.dev Date/Publication: 2026-06-30 19:28:13 UTC RemoteUrl: https://github.com/sportsdataverse/hoopr RemoteRef: HEAD RemoteSha: 33712bc99777be892524682eb41ed6a0e53ceaa3 NeedsCompilation: no Packaged: 2026-06-30 19:49:13 UTC; root Author: Saiem Gilani [aut, cre, cph] (ORCID: ), Jason Lee [ctb], Billy Fryer [ctb], Ross Drucker [ctb], Vladislav Shufinskiy [ctb] Maintainer: Saiem Gilani