-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1021 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
26
27
28
29
30
31
32
33
34
35
Package: ggpcp
Type: Package
Title: Parallel Coordinate Plots in the ggplot2 Framework
Version: 0.1.0
Authors@R: c(
person("Yawei", "Ge", , "[email protected]", c("aut", "cre")),
person("Heike", "Hofmann", , "[email protected]", role = c("aut")))
Maintainer: Yawei Ge <[email protected]>
Description: Modern Parallel Coordinate Plots have been introduced in the 1980s as
a way to visualize arbitrarily many numeric variables. This implementation
additionally allows categorical variables into the plots. We also make use of
the ggplot2 layer system.
License: GPL-3
Imports:
ggplot2 (>= 3.3.5),
dplyr (>= 1.0.0),
tidyselect (>= 1.1.1),
tidyr (>= 1.1.3),
assertthat,
rlang (>= 0.4.0),
stringr (>= 1.4.0)
Depends:
R (>= 4.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
purrr,
testthat,
vdiffr
VignetteBuilder: knitr
URL: https://github.com/yaweige/ggpcp
BugReports: https://github.com/yaweige/ggpcp/issues