forked from HBPMedical/ggparci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 886 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
Package: ggparci
Type: Package
Title: Parallel Coordinates Plot with Groups medians and their Confidence Intervals
Version: 0.1.0
Date: 2017-11-09
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
"[email protected]", comment = "https://www.r-statistics.com"),
person("Shay", "Yaacoby", email = "[email protected]", comment = "https://github.com/shay-y",role = "ctb"),
person("Yoav", "Benjamini", email = "[email protected]",role = "ths"))
Description: Create static\\interactive parallel coordinates plot with groups medians and their confidence Intervals
Depends:
ggplot2,
dplyr,
Imports:
tidyr
Suggests:
plotly,
testthat
License: GPL-2 | GPL-3
URL: https://github.com/talgalili/ggparci/,
https://www.r-statistics.com/tag/ggparci/
BugReports: https://github.com/talgalili/ggparci/issues
LazyData: TRUE
RoxygenNote: 6.0.1