-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
44 lines (44 loc) · 1.21 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
Package: ffsimulator
Title: Simulate Fantasy Football Seasons
Version: 1.2.3.02
Authors@R:
person(given = "Tan",
family = "Ho",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8388-5155"))
Description: Uses bootstrap resampling to run fantasy football season
simulations supported by historical rankings and 'nflfastR' data,
calculating optimal lineups, and returning aggregated results.
License: MIT + file LICENSE
URL: https://ffsimulator.ffverse.com,
https://github.com/ffverse/ffsimulator
BugReports: https://github.com/ffverse/ffsimulator/issues
Depends:
R (>= 3.5.0)
Imports:
checkmate (>= 2.0.0),
cli (>= 3.0.0),
data.table (>= 1.14.0),
ffscrapr (>= 1.4.6),
glue (>= 1.3.0),
magrittr (>= 1.0.0),
nflreadr (>= 1.2.0),
Rglpk (>= 0.6.0),
rlang (>= 0.4.0)
Suggests:
ggplot2 (>= 3.4.0),
ggridges (>= 0.5.4),
scales (>= 1.0.0),
progressr (>= 0.8.0),
knitr (>= 1.0.0),
rmarkdown (>= 2.6),
testthat (>= 3.0.0),
vdiffr (>= 1.0.2)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3