-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.29 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
Package: nfl4th
Title: Functions to Calculate Optimal Fourth Down Decisions in the National Football League
Version: 1.0.4.9005
Authors@R:
c(person(given = "Ben",
family = "Baldwin",
role = c("aut", "cre", "cph"),
email = "bbaldwin206@gmail.com"),
person(given = "Sebastian",
family = "Carl",
role = "ctb",
email = "mrcaseb@gmail.com"))
Description: A set of functions to estimate outcomes of fourth down
plays in the National Football League and obtain fourth down plays
from <https://www.nfl.com/> and <https://www.espn.com/>.
License: MIT + file LICENSE
URL: https://www.nfl4th.com/, https://github.com/nflverse/nfl4th/, https://github.com/nflverse/nfl4th
BugReports: https://github.com/nflverse/nfl4th/issues
Depends:
R (>= 3.6)
Imports:
backports (>= 1.1.6),
curl,
dplyr,
glue,
httr,
janitor,
jsonlite,
magrittr,
mgcv,
nflfastR (>= 4.0.0),
nflreadr,
purrr,
rlang,
stringr,
tibble,
tidyr,
tidyselect,
xgboost
Suggests:
data.table,
future,
gt,
nflplotR,
rmarkdown,
tictoc,
testthat (>= 2.0.0),
withr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 2
LazyData: true