-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
45 lines (45 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
42
43
44
45
Package: ggasym
Type: Package
Title: Asymmetric Matrix Plotting in 'ggplot2'
Version: 0.1.6
Authors@R: person(c("Joshua", "H"), "Cook", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9815-6879"))
URL: https://github.com/jhrcook/ggasym https://jhrcook.github.io/ggasym/
Description: Plots a symmetric matrix with three different fill
aesthetics for the top-left and bottom-right triangles and along the
diagonal. It operates within the Grammar of Graphics paradigm implemented
in 'ggplot2'.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.6.0)
Imports:
dplyr (>= 1.0.0),
ggplot2 (>= 3.3.0),
magrittr (>= 2.0.0),
purrr (>= 0.3.0),
rlang (>= 0.4.0),
scales (>= 1.1.0),
stringr (>= 1.4.0),
tibble (>= 3.1.0),
tidyr (>= 1.1.0)
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat,
spelling,
covr,
broom (>= 0.7.0),
corrr (>= 0.4.0)
VignetteBuilder: knitr
Language: en-US
BugReports: https://github.com/jhrcook/ggasym/issues
Collate:
'asymmetrise.R'
'asymmetrise_stats.R'
'geom_asymmat.R'
'ggasym.R'
'scale_continuous_asym.R'
'scale_fill_gradient.R'
'utils.R'