-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
79 lines (79 loc) · 2.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: hoopR
Title: Access Men's Basketball Play by Play Data
Version: 2.1.0
Authors@R:
c(person(given = "Saiem",
family = "Gilani",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jason",
family = "Lee",
role = c("ctb"),
email = "[email protected]"),
person(given = "Billy",
family = "Fryer",
role = c("ctb"),
email = "[email protected]"),
person(given = "Ross",
family = "Drucker",
role = c("ctb"),
email = "[email protected]"),
person(given = "Vladislav",
family = "Shufinskiy",
role = c("ctb"),
email = "[email protected]"))
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://github.com/sportsdataverse/hoopR,
http://hoopr.sportsdataverse.org/
BugReports: https://github.com/sportsdataverse/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,
httr (>= 0.5),
janitor,
jsonlite,
lubridate,
magrittr,
progressr (>= 0.6.0),
purrr (>= 0.3.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,
qs (>= 0.25.1),
rmarkdown,
RSQLite,
stats,
stringi,
testthat,
tibble (>= 3.0),
xml2 (>= 1.3),
yaml
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3