-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.05 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
Package: nflplotR
Title: NFL Logo Plots in 'ggplot2' and 'gt'
Version: 1.4.0.9001
Authors@R:
person("Sebastian", "Carl", , "[email protected]", role = c("aut", "cre"))
Description: A set of functions to visualize National Football League
analysis in 'ggplot2' plots and 'gt' tables.
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:
backports (>= 1.1.6),
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),
rlang (>= 0.4.11),
scales (>= 1.1.0)
Suggests:
base64enc (>= 0.1-3),
covr,
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.2