-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
38 lines (38 loc) · 1.12 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
Package: sankeyD3
Type: Package
Title: D3 JavaScript Sankey Graphs from R
Description: Creates 'D3' 'JavaScript' Sankey graphs from 'R'.
Version: 0.3.2
Date: 2017-03-21
Authors@R: c(
person("Florian","Breitwieser", email = "[email protected]", role = c("aut","cre")),
person("Christopher", "Gandrud", role = "aut"),
person("J.J.", "Allaire", role = "aut"),
person("Kenton", "Russell", role = "aut"),
person("Mike", "Bostock", role = c("aut", "cph")
, comment = "d3.js library, http://d3js.org"
),
person("B.W.", "Lewis", role = "ctb"),
person("Kevin", "Kuo", role = "ctb"),
person("Charles", "Sese", role = "ctb"),
person("Peter", "Ellis", role = "ctb"),
person("Jonathan", "Owen", role = "ctb"),
person("Jennifer","Rogers", role = "ctb")
)
URL: https://github.com/fbreitwieser/sankeyD3
BugReports: https://github.com/fbreitwieser/sankeyD3/issues
License: GPL (>= 3)
Depends:
R (>= 3.0.0)
Imports:
d3r,
htmlwidgets (>= 0.3.2),
shiny,
magrittr
Suggests:
htmltools (>= 0.2.6),
igraph,
jsonlite
Enhances: knitr, shiny
LazyData: true
RoxygenNote: 6.0.1