-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.15 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
Package: mlbplotR
Type: Package
Title: Create 'ggplot2' and 'gt' Visuals with Major League Baseball Logos
Version: 1.1.0.9007
Authors@R:
c(
person(given = "Sebastian",
family = "Carl",
role = c("aut"),
email = "mrcaseb@gmail.com"),
person(given = "Camden",
family = "Kay",
role = c("aut", "cre", "cph"),
email = "camden.kay23@gmail.com")
)
Description: Tools to help visualize Major League Baseball analysis in 'ggplot2'
and 'gt'. You provide team/player information and 'mlbplotR' will transform
that information into team colors, logos, or player headshots for graphics.
URL: https://github.com/camdenk/mlbplotR,
https://camdenk.github.io/mlbplotR/
BugReports: https://github.com/camdenk/mlbplotR/issues
Imports:
cli,
data.table,
ggplot2,
gt,
lifecycle,
magick,
magrittr,
rlang,
scales
Suggests:
base64enc,
dplyr,
ggtext,
gridtext,
knitr,
rsvg,
rmarkdown,
rstudioapi,
sjmisc
Encoding: UTF-8
LazyData: true
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)