forked from sportsdataverse/cfbplotR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.2 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
Package: cfbplotR
Title: CFB Logo Plots in 'ggplot2'
Version: 0.0.0.9014
Authors@R:
c(
person(given = "Sebastian",
family = "Carl",
role = c("aut"),
email = "[email protected]"),
person(given = "Jared",
family = "Lee",
role = c("aut", "cre"),
email = "[email protected]")
)
Description: A set of functions to visualize College Football analysis in 'ggplot2'.
License: MIT + file LICENSE
URL: https://cfbplotR.sportsdataverse.org, https://github.com/sportsdataverse/cfbplotR
BugReports: https://github.com/sportsdataverse/cfbplotR/issues
Depends:
R (>= 3.5.0)
Imports:
cli (>= 3.0.0),
dplyr,
ggplot2 (>= 3.3.0),
glue,
grid,
gridtext (>= 0.1.4),
gt,
magick (>= 2.7.3),
magrittr (>= 2.0.0),
purrr (>= 0.3.0),
RCurl,
rlang (>= 0.4.11),
scales (>= 1.1.0)
Suggests:
cfbfastR,
forcats,
ggtext (>= 0.1.1),
knitr,
remotes,
rmarkdown,
rstudioapi (>= 0.13),
sjmisc (>= 2.8.7),
testthat (>= 3.0.0),
tidyr (>= 1.0.0)
Remotes:
wilkelab/gridtext
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Config/testthat/edition: 3
LazyData: true