-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 934 Bytes
/
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
Package: ggDoubleHeat
Type: Package
Title: A Heatmap-Like Visualization Tool
Version: 0.1.2
Authors@R:
c(person(given = "Youzhi",
family = "Yu",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Trent",
family = "Buskirk",
role = c("aut", "ths")))
Description: A data visualization design that provides comparison between
two (Double) data sources (usually on a par with each other) on one
reformed heatmap, while inheriting 'ggplot2' features.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
rlang,
grid,
ggplot2 (>= 3.0.0),
ggnewscale (>= 0.4.5)
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr,
dplyr,
scales,
tidyr
URL: https://pursuitofdatascience.github.io/ggDoubleHeat/
BugReports: https://github.com/PursuitOfDataScience/ggDoubleHeat/issues