-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.35 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
Package: cfb4th
Type: Package
Title: Functions to Calculate Optimal Fourth Down Decisions for NCAA Football
Version: 0.1.2
Authors@R:
c(person(given = "Jared",
family = "Lee",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Ben",
family = "Baldwin",
role = c("aut"),
email = "[email protected]"),
person(given = "Sebastian",
family = "Carl",
role = "ctb",
email = "[email protected]"))
Maintainer: Jared Lee <[email protected]>
Description: A set of functions to estimate outcomes of fourth down
plays in NCAA football and obtain fourth down plays
from <https://www.espn.com/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://cfb4th.sportsdataverse.org/,
https://github.com/sportsdataverse/cfb4th,
http://cfb4th.sportsdataverse.org/
BugReports: https://github.com/sportsdataverse/cfb4th/issues
Depends:
R (>= 3.5.0)
RoxygenNote: 7.2.3
Imports:
dplyr,
glue,
httr,
janitor,
jsonlite,
magrittr,
mgcv,
nnet,
cfbfastR (>= 1.4.0),
purrr,
stringr,
tibble,
tidyr,
xgboost
Suggests:
future,
gt,
rmarkdown,
tictoc,
tidyselect,
tidyverse,
testthat (>= 3.0.0)
Config/testthat/edition: 3