forked from caijun/ggcorrplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 916 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
Package: ggcorrplot2
Type: Package
Title: Visualize a Correlation Matrix using ggplot2
Version: 0.1.2
Date: 2022-05-07
Authors@R: c(
person("Jun", "Cai", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0001-9495-1226")),
person("Granville", "Matheson", role = "ctb",
email= "[email protected]", comment = c(ORCID = "0000-0002-5646-4547")),
person("Samson", "Leonard Daniël", role = "ctb",
email= "[email protected]", comment = c(ORCID = "0000-0002-6252-7639"))
)
Maintainer: Jun Cai <[email protected]>
Description: An implementation of the corrplot package using ggplot2.
Depends:
R (>= 3.2)
Imports: ggplot2, dplyr, rlang
Suggests: ggforce, RColorBrewer, reshape2
License: GPL-3
URL: https://github.com/caijun/ggcorrplot2
BugReports: https://github.com/caijun/ggcorrplot2/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2