-
Notifications
You must be signed in to change notification settings - Fork 51
/
DESCRIPTION
76 lines (76 loc) · 2 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
Type: Package
Package: nflfastR
Title: Functions to Efficiently Access NFL Play by Play Data
Version: 5.0.0
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.15.0),
dplyr (>= 1.0.0),
fastrmodels (>= 1.0.1),
furrr,
future,
glue,
janitor,
lifecycle,
mgcv,
nflreadr (>= 1.2.0),
progressr (>= 0.6.0),
rlang (>= 0.4.7),
stringr (>= 1.4.0),
tibble (>= 3.0),
tidyr (>= 1.0.0),
tidyselect (>= 1.1.0),
xgboost (>= 1.1)
Suggests:
DBI,
gsisdecoder,
nflseedR (>= 1.0.2),
purrr (>= 0.3.0),
rmarkdown,
RSQLite,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3