-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.04 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
Package: corrmorant
Type: Package
Title: Flexible Correlation Matrices Based on 'ggplot2'
Version: 0.0.0.9007
Date: 2020-04-09
Authors@R:
person(
given = "Roman M.",
family = "Link",
role = c("aut", "cre"),
email = "roman.link@uni-wuerzburg.de"
)
Description:
Extends ggplot2 by an automated framework for plots of correlation matrices
that can be easily modified via regular ggplot2 syntax. In addition, it
provides a large set of visualization tools for exploratory data analysis
based on correlation matrices.
Depends:
R (>= 3.6.0),
ggplot2 (>= 3.2.1)
Imports:
rlang,
grid,
scales,
utils,
dplyr (>= 0.8.3),
tidyr (>= 1.0.0),
magrittr,
stats,
methods,
MASS
License: GPL-2 | file LICENSE
URL: http://github.com/r-link/corrmorant
BugReports: http://github.com/r-link/corrmorant/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
cowplot
VignetteBuilder: knitr