-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.18 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
Type: Package
Package: ggalignment
Title: Plots 'D&D'-Style Alignment Charts
Version: 1.0.2
Authors@R:
c(person(given = "Afton",
family = "Coombs",
role = c("aut", "cre", "cph"),
email = "aftoncoombs@gmail.com"),
person(given = "Tan",
family = "Ho",
role = c("ctb"),
email = "tan@tanho.ca",
comment = c(ORCID = "0000-0001-8388-5155")))
Description: 'D&D' alignment charts show 9 boxes with values for good
through evil and values for chaotic through lawful. This package
easily creates these alignment charts from user-provided image paths
and alignment values.
License: MIT + file LICENSE
Depends:
R (>= 3.4)
Imports:
dplyr (>= 1.0.0),
ggimage (>= 0.2.0),
ggplot2 (>= 3.3.0),
magrittr (>= 1.0.0),
rlang (>= 0.1.2)
Suggests:
rmarkdown (>= 2.0.0),
knitr (>= 1.0),
testthat (>= 3.0.0),
vdiffr (>= 1.0.0),
roxygen2
VignetteBuilder: knitr
URL: https://github.com/aftonsteps/ggalignment
BugReports: https://github.com/aftonsteps/ggalignment/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3