forked from nflverse/nflplotR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.06 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
Package: nflplotR
Title: NFL Logo Plots in 'ggplot2'
Version: 1.2.0.9008
Authors@R:
person("Sebastian", "Carl", , "[email protected]", role = c("aut", "cre"))
Description: A set of functions to visualize National Football League
analysis in 'ggplot2'.
License: MIT + file LICENSE
URL: https://nflplotr.nflverse.com, https://github.com/nflverse/nflplotR
BugReports: https://github.com/nflverse/nflplotR/issues
Depends:
R (>= 3.5.0)
Imports:
cachem (>= 1.0.0),
cli (>= 3.0.0),
data.table (>= 1.14.0),
ggpath (>= 1.0.1),
ggplot2 (>= 3.3.0),
grid,
gt (>= 0.8.0),
lifecycle,
magick (>= 2.7.3),
memoise (>= 2.0.0),
nflreadr (>= 1.3.2),
rappdirs (>= 0.3.0),
rlang (>= 0.4.11),
scales (>= 1.1.0)
Suggests:
base64enc (>= 0.1-3),
covr,
ggtext (>= 0.1.1),
gridtext (>= 0.1.4),
knitr,
rmarkdown,
rstudioapi (>= 0.13),
rsvg (>= 2.0),
testthat (>= 3.0.0),
vdiffr (>= 1.0.2),
webshot2 (>= 0.1.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1