Package: edgebundle
Title: Algorithms for Bundling Edges in Networks and Visualizing Flow
        and Metro Maps
Version: 0.2.1
Authors@R: 
    person(given = "David",
           family = "Schoch",
           role = c("aut", "cre"),
           email = "david.schoch@manchester.ac.uk",
           comment = c(ORCID = "0000-0003-2952-4812"))
Description: Implements several algorithms for bundling edges in networks and flow and metro map layouts. This includes force directed edge bundling <doi:10.1111/j.1467-8659.2009.01450.x>, a flow algorithm based on Steiner trees<doi:10.1080/15230406.2018.1437359> and a multicriteria optimization method for metro map layouts <doi:10.1109/TVCG.2010.24>.
License: MIT + file LICENSE
Suggests: testthat (>= 2.0.0), network, tidygraph
Config/testthat/edition: 2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
LinkingTo: Rcpp
Imports: Rcpp, igraph, reticulate, interp
Depends: R (>= 2.10)
NeedsCompilation: yes
Packaged: 2021-08-06 19:27:38 UTC; david
Author: David Schoch [aut, cre] (<https://orcid.org/0000-0003-2952-4812>)
Maintainer: David Schoch <david.schoch@manchester.ac.uk>
Repository: CRAN
Date/Publication: 2021-08-09 13:40:07 UTC
