-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.55 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: parcoords
Title: 'Htmlwidget' for 'd3.js' Parallel Coordinates Chart
Version: 1.0.1
Date: 2021-12-16
Authors@R: c(
person("Mike", "Bostock", role = c("aut", "cph"), comment =
"d3.js library in htmlwidgets/lib, http://d3js.org"),
person("Kai", "Chang",role = c( "aut","cph" ), comment = "parallel coordinates reusable chart,
https://github.com/syntagmatic/parallel-coordinates"),
person("Xing", "Yun", role = c( "aut","cph" ), comment = "'es6' parallel coordinates,
https://github.com/BigFatDog/parcoords-es"),
person("Kenton","Russell", role = c("aut","cre"), comment = "R interface",
email = "[email protected]"),
person("Anobel","Odisho", role = c("aut"), comment = "R interface guidance, suggestions, testing, review, and feedback",
email = "[email protected]"),
person("Mark","Albrecht",role = c("ctb"),comment = "Shiny output and example",
email="[email protected]")
)
Maintainer: Kenton Russell <[email protected]>
Description: Create interactive parallel coordinates charts with this 'htmlwidget'
wrapper for 'd3.js' <https://github.com/BigFatDog/parcoords-es>
{'parallel-coordinates'}.
URL: https://github.com/timelyportfolio/parcoords
BugReports: https://github.com/timelyportfolio/parcoords/issues
Depends:
R (>= 3.2.0)
License: MIT + file LICENSE
LazyData: true
Imports:
crosstalk,
htmlwidgets (>= 0.6.0),
utils
Suggests:
d3r,
ggplot2,
htmltools,
knitr,
shiny,
testthat,
rmarkdown
RoxygenNote: 6.1.1
VignetteBuilder: knitr