forked from tidymodels/corrr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
48 lines (48 loc) · 1.34 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
46
47
48
Package: corrr
Type: Package
Version: 0.4.3.9000
Title: Correlations in R
Description: A tool for exploring correlations.
It makes it possible to easily perform routine tasks when
exploring correlation matrices such as ignoring the diagonal,
focusing on the correlations of certain variables against others,
or rearranging and visualizing the matrix in terms of the
strength of the correlations.
Authors@R:
c(person(given = "Max",
family = "Kuhn",
email = "max@rstudio.com",
role = c("aut", "cre")),
person(given = "Simon",
family = "Jackson",
role = c("aut")),
person(given = "Jorge",
family = "Cimentada",
role = c("aut")))
Depends:
R (>= 3.3.0)
Imports:
dplyr (>= 1.0.0),
ggplot2 (>= 2.2.0),
seriation (>= 1.2-0),
purrr (>= 0.2.2),
tibble (>= 2.0),
ggrepel (>= 0.6.5),
rlang (>= 0.4.0)
Suggests:
testthat (>= 2.1.0),
knitr (>= 1.13),
rmarkdown (>= 0.9.6),
dbplyr (>= 1.2.1),
DBI,
RSQLite,
sparklyr (>= 0.9),
covr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: yes
License: MIT + file LICENSE
URL: https://github.com/tidymodels/corrr, https://corrr.tidymodels.org
BugReports: https://github.com/tidymodels/corrr/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000