-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.26 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
Package: bullseye
Title: Visualising Multiple Pairwise Variable Correlations and Other Scores
Version: 0.1.0
Authors@R:
c(person(given = "Amit", family = "Chinwan", email = "[email protected]", role = c("aut")),
person(given = "Catherine", family = "Hurley", email = "[email protected]", role = c("aut", "cre")))
Description: We provide a tidy data structure and visualisations for multiple or grouped variable correlations,
general association measures scagnostics and other pairwise scores suitable for numerical, ordinal and nominal variables.
Supported measures include distance correlation, maximal information, ace correlation, Kendall's tau, and polychoric correlation.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
stats,
dplyr,
cli,
rlang,
ggplot2,
labeling,
ggiraph,
DendSer,
tidyr,
polycor
Suggests:
DescTools,
acepack,
energy,
linkspotter,
minerva,
scagnostics,
testthat (>= 3.0.0),
knitr,
rmarkdown,
correlation,
palmerpenguins,
kableExtra,
openintro,
corrplot
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://cbhurley.github.io/bullseye/, https://github.com/cbhurley/bullseye