Package: edgebundleR Title: Circle Plot with Bundled Edges Version: 0.1.5 Date: 2016-05-28 Authors@R: c( person("Garth", "Tarr", email = "garth.tarr@gmail.com", 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 = "ellis.patrick@sydney.edu.au", role = "aut"), person("Kent", "Russell", role = c("ctb"), email = "kent.russell@timelyportfolio.com") ) 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 for more information on D3. License: GPL (>= 3) 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 Config/pak/sysreqs: cmake libglpk-dev make libuv1-dev libxml2-dev zlib1g-dev Repository: https://garthtarr.r-universe.dev Date/Publication: 2023-03-23 05:58:14 UTC RemoteUrl: https://github.com/garthtarr/edgebundler RemoteRef: HEAD RemoteSha: 8f5cc8b1bc5665ab0851865533d3e005f6377869 NeedsCompilation: no Packaged: 2026-07-05 00:58:35 UTC; root Author: Garth Tarr [aut, cre], Mike Bostock [aut, cph] (d3.js library and much of edgebundle code in htmlwidgets/lib, http://d3js.org), Ellis Patrick [aut], Kent Russell [ctb] Maintainer: Garth Tarr