-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.3 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
Package: gg1d
Title: Exploratory Data Analysis using Tiled One-Dimensional Graphics
Version: 0.1.0.9000
Authors@R:
c(
person("Sam", "El-Kamand", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2270-8088")),
person("Children's Cancer Institute Australia", role = c("cph"))
)
Description: Streamlines exploratory data analysis by providing a turnkey approach
to visualising n-dimensional data which graphically reveals correlative or associative relationships
between 2 or more features. Represents all dataset features as distinct, vertically
aligned bar or tile plots, with plot types auto-selected based on whether variables are categorical or numeric.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/selkamand/gg1d, https://selkamand.github.io/gg1d/
BugReports: https://github.com/selkamand/gg1d/issues
Imports:
assertions (>= 0.2.0),
cli,
ggiraph (>= 0.8.11),
ggplot2,
ggtext,
grDevices,
patchwork (>= 1.3.0),
rank (>= 0.1.1),
rlang
Suggests:
covr,
infotheo,
knitr,
rmarkdown,
testthat (>= 3.0.0),
TSP
Config/Needs/website: uwot, datarium, palmerpenguins
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true