-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
40 lines (40 loc) · 968 Bytes
/
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
Package: nflseedR
Title: Functions to Efficiently Simulate and Evaluate NFL Seasons
Version: 1.2.0.9901
Authors@R: c(
person("Lee", "Sharpe", role = c("aut")),
person("Sebastian", "Carl", , "[email protected]", role = c("cre", "aut", "cph"))
)
Description: A set of functions to simulate National Football League
seasons including the sophisticated tie-breaking procedures.
License: MIT + file LICENSE
URL: https://nflseedr.com, https://github.com/nflverse/nflseedR
BugReports: https://github.com/nflverse/nflseedR/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
data.table,
dplyr,
furrr,
future,
gsubfn,
magrittr,
nflreadr (>= 1.1.3),
progressr,
purrr,
rlang,
tibble,
tidyr
Suggests:
gt (>= 0.9.0),
knitr,
nflplotR (>= 1.2.0),
rmarkdown,
scales,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2