-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.42 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
Package: ncaahoopR
Title: NCAA Men's Basketball Play-By-Play Functionality
Version: 1.8.7.2
Authors@R: c(person("Luke", "Benz", email = "[email protected]", role = c("aut", "cre")),
person("Ross", "Drucker", role = c("aut"), comment = c(ORCID = "0000-0002-0688-0235")),
person("Meyappan", "Subbaiah", role = c("ctb")),
person("Luke", "Morris", role = c("ctb")),
person("Jared", "Andrews", role = c("ctb")),
person("C. Ryan", "Campbell", role = c("ctb")),
person("Ty", "Walters", role = c("ctb")),
person("Jack", "Lichtenstein", role = c("ctb")),
person("Kurt", "Wirth", role = c("ctb")),
person("Jason", "Maddox", role = c("ctb")))
Maintainer: Luke Benz <[email protected]>
Description: An R package for working with NCAA Men's Basketball Play-by-Play Data.
This package allows users to scrape play-by-play data into a tidy format, create
assist networks games of their choosing, and examine in-game win probability charts.
Depends: R (>= 3.5.0),
dplyr,
ggplot2
Imports:
rlang,
stringr,
xml2,
XML,
stringdist,
igraph,
circlize,
RCurl,
cowplot,
rjson,
jsonlite,
lubridate,
tidyr,
rvest,
readr,
purrr,
ggimage,
plyr,
sportyR,
gginnards,
magrittr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3