Package: edgebundle
Title: Algorithms for Bundling Edges in Networks and Visualizing Flow
        and Metro Maps
Version: 1.0.0
Authors@R: c(
    person(given = "David",
           family = "Schoch",
           role = c("aut", "cre"),
           email = "david@schochastics.net",
           comment = c(ORCID = "0000-0003-2952-4812")),
    person(given = "Jose Luis",
           family = "Blanco-Claraco",
           role = "cph",
           comment = "Author of the bundled nanoflann C++ library"))
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>.
URL: https://github.com/schochastics/edgebundle,
        https://schochastics.github.io/edgebundle/
BugReports: https://github.com/schochastics/edgebundle/issues
License: MIT + file LICENSE
Suggests: testthat (>= 3.0.0), network, tidygraph, interp
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
Imports: Rcpp, igraph
Depends: R (>= 3.5)
Config/roxygen2/version: 8.0.0.9000
NeedsCompilation: yes
Packaged: 2026-07-24 14:37:15 UTC; david
Author: David Schoch [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-2952-4812>),
  Jose Luis Blanco-Claraco [cph] (Author of the bundled nanoflann C++
    library)
Maintainer: David Schoch <david@schochastics.net>
Repository: CRAN
Date/Publication: 2026-07-24 15:10:02 UTC
