forked from nflverse/nflfastR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
80 lines (80 loc) · 2.05 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
Type: Package
Package: nflfastR
Title: Functions to Efficiently Access NFL Play by Play Data
Version: 4.4.0.9012
Authors@R:
c(person(given = "Sebastian",
family = "Carl",
role = "aut",
email = "[email protected]"),
person(given = "Ben",
family = "Baldwin",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Lee",
family = "Sharpe",
role = "ctb"),
person(given = "Maksim",
family = "Horowitz",
role = "ctb",
email = "[email protected]"),
person(given = "Ron",
family = "Yurko",
role = "ctb",
email = "[email protected]"),
person(given = "Samuel",
family = "Ventura",
role = "ctb",
email = "[email protected]"),
person(given = "Tan",
family = "Ho",
role = "ctb"),
person(given = "John",
family = "Edwards",
role = "ctb",
email = "[email protected]"))
Description: A set of functions to access National Football
League play-by-play data from <https://www.nfl.com/>.
License: MIT + file LICENSE
URL: https://www.nflfastr.com/,
https://github.com/nflverse/nflfastR
BugReports: https://github.com/nflverse/nflfastR/issues
Depends:
R (>= 3.6.0)
Imports:
cli (>= 3.0.0),
curl,
data.table (>= 1.14.0),
dplyr (>= 1.0.0),
fastrmodels (>= 1.0.1),
furrr,
future,
glue,
janitor,
mgcv,
nflreadr (>= 1.2.0),
progressr (>= 0.6.0),
rlang (>= 0.4.7),
stringr (>= 1.3.0),
tibble (>= 3.0),
tidyr (>= 1.0.0),
tidyselect (>= 1.1.0),
xgboost (>= 1.1)
Suggests:
crayon (>= 1.3.4),
DBI,
DT,
gsisdecoder,
httr,
jsonlite,
lifecycle (>= 0.2.0),
nflseedR (>= 1.0.2),
purrr (>= 0.3.0),
qs (>= 0.25.1),
rmarkdown,
RSQLite,
testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)