-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
63 lines (63 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
56
57
58
59
60
61
62
63
Type: Package
Package: nuclearff
Title: NFL Utilities Core Library for Evaluating Analytics in R with Fantasy Football (NUCLEARFF)
Version: 0.0.0
Authors@R: person("Nolan", "MacDonald", email = "nolan@nuclearfantasy.football",
role = c("aut", "cre"))
Maintainer: The package maintainer <yourself@somewhere.net>
Description: NFL analytics and statistics using nflverse packages in
conjunction with fantasy football.
URL: https://github.com/NuclearAnalyticsLab/nuclearff, https://nuclearanalyticslab.github.io/nuclearff/
BugReports: https://github.com/NuclearAnalyticsLab/nuclearff/issues
License: MIT
Depends:
R (>= 3.6.0)
Imports:
DBI,
devtools,
dplyr,
gganimate,
ggplot2,
ggrepel,
glue,
gsisdecoder,
gt,
gtExtras,
lintr,
nflfastR,
nflplotR,
nflreadr,
nflseedR,
pkgdown,
purrr,
rcmdcheck,
remotes,
rlang,
rmarkdown,
roxygen2,
RSQLite,
styler,
tidyr,
tidyverse,
usethis,
webshot2
Remotes:
dynastyprocess/ffpros,
FantasyFootballAnalytics/ffanalytics,
andreweatherman/gtUtils
Suggests:
badger,
extrafont,
gitcreds,
hexSticker,
knitr,
lintr,
showtext,
sysfonts,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3