-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
41 lines (41 loc) · 1.16 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: ggalign
Title: A 'ggplot2' Extension for Consistent Axis Alignment
Version: 0.0.4.9000
Authors@R:
person("Yun", "Peng", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2801-3332"))
Description: A 'ggplot2' extension offers various tools for organizing and arranging plots.
It is designed to consistently align a specific axis across multiple 'ggplot' objects,
making it especially useful for plots requiring data order manipulation. A typical use
case includes organizing combinations like a dendrogram and a heatmap.
License: MIT + file LICENSE
URL: https://github.com/Yunuuuu/ggalign, https://yunuuuu.github.io/ggalign/
BugReports: https://github.com/Yunuuuu/ggalign/issues
Depends:
ggplot2 (>= 3.3.0)
Imports:
cli,
grid,
gtable,
lifecycle,
methods,
rlang (>= 1.1.0),
stats,
utils,
vctrs (>= 0.4.0)
Suggests:
bookdown,
ggrastr,
gridGraphics,
knitr,
patchwork,
ragg,
rmarkdown,
scales,
testthat (>= 3.0.0),
vdiffr
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr