-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·82 lines (82 loc) · 2.65 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
80
81
82
Package: cfbfastR.data
Title: Access College Football Play by Play Data
Version: 1.9.4
Authors@R: c(
person("Saiem", "Gilani", , "[email protected]", role = c("cre", "aut")),
person("Akshay", "Easwaran", , "[email protected]", role = "aut"),
person("Jared", "Lee", , "[email protected]", role = "aut"),
person("Eric", "Hess", , "[email protected]", role = "aut"),
person("Michael", "Egle", , "[email protected]", role = "ctb"),
person("Nate", "Manzo", , "[email protected]", role = "ctb"),
person("Jason", "DeLoach", , "[email protected]", role = "ctb"),
person("Tej", "Seth", , "[email protected]", role = "ctb"),
person("Conor", "McQuiston", , "[email protected]", role = "ctb"),
person("Tan", "Ho", , "[email protected]", role = "ctb"),
person("Keegan", "Abdoo", , "[email protected]", role = "ctb"),
person("Matt", "Spencer", , "[email protected]", role = "ctb"),
person("Sebastian", "Carl", , "[email protected]", role = "ctb"),
person("John", "Edwards", , "[email protected]", role = "ctb")
)
Description: A utility to quickly obtain clean and tidy college football
data. Serves as a wrapper around the
<https://collegefootballdata.com/> API and provides functions to
access live play by play and box score data from ESPN
<https://www.espn.com> when available. It provides users the
capability to access a plethora of endpoints, and supplement that data
with additional information (Expected Points Added/Win Probability
added).
License: CC BY 4.0
URL: https://github.com/sportsdataverse/cfbfastR-data
BugReports: https://github.com/sportsdataverse/cfbfastR-data/issues
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
Depends:
R (>= 4.0.0)
Imports:
arrow (>= 5.0.0),
cli (>= 3.0.0),
data.table (>= 1.14.0),
dplyr (>= 1.0.7),
future (>= 1.21.0),
furrr (>= 0.2.2),
glue (>= 1.4.2),
httr (>= 0.5),
janitor,
jsonlite (>= 1.8.0),
lubridate,
magrittr (>= 2.0.1),
mgcv (>= 1.8-33),
nnet,
optparse (>= 1.6.2),
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),
tictoc (>= 1.0.0),
tidyr (>= 1.0.0),
usethis (>= 1.6.0)
Remotes:
sportsdataverse/cfbfastR,
sportsdataverse/sportsdataverse-data,
ropensci/piggyback
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