-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
47 lines (47 loc) · 1.3 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
Package: ffopportunity
Title: Models for Fantasy Football Expected Points
Version: 0.1.0.07
Authors@R: c(
person("Joe", "Sydlowski", , "syd235@gmail.com", role = c("aut", "cre", "cph")),
person("Tan", "Ho", , "tan@tanho.ca", role = "aut", comment = c(ORCID = "0000-0001-8388-5155"))
)
Description: Downloads expected fantasy points data from 'ffverse'
repositories if available, and otherwise builds up expected points
data by applying models to 'nflverse' play-by-play data.
License: GPL (>= 3)
URL: https://ffopportunity.ffverse.com,
https://github.com/ffverse/ffopportunity
BugReports: https://github.com/ffverse/ffopportunity/issues
Depends:
R (>= 3.6.0)
Imports:
cli (>= 3.0.0),
dplyr (>= 1.0.0),
glue (>= 1.0.0),
hardhat (>= 0.1.0),
janitor (>= 1.0.0),
magrittr (>= 1.0.0),
nflreadr (>= 1.3.0),
purrr (>= 0.3.0),
rappdirs (>= 0.3.0),
recipes (>= 0.1.16),
rlang (>= 0.1.0),
stats,
stringr (>= 1.4.0),
tibble (>= 3.0.0),
tidyr (>= 1.0.0),
tidyselect (>= 1.0.0),
utils,
xgboost (>= 1.1)
Suggests:
arrow (>= 5.0.0),
covr,
curl,
piggyback (>= 0.1.1),
progressr (>= 0.8.0),
roxygen2 (>= 7.1.0),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1