-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.29 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
Package: edgebundleR
Title: Circle Plot with Bundled Edges
Version: 0.1.4
Date: 2016-03-18
Authors@R: c(
person("Mike", "Bostock", role = c("aut", "cph"), comment = "d3.js library and much of edgebundle code in htmlwidgets/lib, http://d3js.org"),
person("Ellis", "Patrick", email = "[email protected]", role = "aut"),
person("Kent", "Russell", role = c("ctb"), email = "[email protected]"),
person("Garth", "Tarr", email = "[email protected]", role = c("aut", "cre"))
)
Description: Generates interactive circle plots with the nodes around the
circumference and linkages between the connected nodes using hierarchical
edge bundling via the D3 JavaScript library. See <http://d3js.org/> for more
information on D3.
License: GPL (>= 3)
LazyData: true
Depends: R (>= 3.1.2)
Imports: htmlwidgets (>= 0.3.2), rjson, igraph, shiny
Suggests: knitr, huge
URL: https://github.com/garthtarr/edgebundleR
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-19 05:32:51 UTC; garthtarr
Author: Mike Bostock [aut, cph] (d3.js library and much of edgebundle code in
htmlwidgets/lib, http://d3js.org),
Ellis Patrick [aut],
Kent Russell [ctb],
Garth Tarr [aut, cre]
Maintainer: Garth Tarr <[email protected]>
Repository: CRAN
Date/Publication: 2016-03-19 10:14:37