-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.04 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.5
Date: 2016-05-28
Authors@R: c(
person("Garth", "Tarr", email = "[email protected]", role = c("aut", "cre")),
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]")
)
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,
rmarkdown
URL: https://github.com/garthtarr/edgebundleR
Roxygen: list(wrap = FALSE)
RoxygenNote: 6.0.1
VignetteBuilder: knitr