Package: edgebundle Title: Algorithms for Bundling Edges in Networks and Visualizing Flow and Metro Maps Version: 0.4.2 Authors@R: person(given = "David", family = "Schoch", role = c("aut", "cre"), email = "david@schochastics.net", 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 , a flow algorithm based on Steiner trees and a multicriteria optimization method for metro map layouts . URL: https://github.com/schochastics/edgebundle, https://schochastics.github.io/edgebundle/ BugReports: https://github.com/schochastics/edgebundle/issues License: MIT + file LICENSE Suggests: testthat (>= 2.0.0), network, tidygraph Config/testthat/edition: 2 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 LinkingTo: Rcpp Imports: Rcpp, igraph, reticulate, interp Depends: R (>= 3.5) Config/pak/sysreqs: libglpk-dev libpng-dev libxml2-dev python3 Repository: https://schochastics.r-universe.dev Date/Publication: 2024-09-23 18:54:25 UTC RemoteUrl: https://github.com/schochastics/edgebundle RemoteRef: HEAD RemoteSha: 40c76121a487c57459cc4caf93bc1524895adf5a NeedsCompilation: yes Packaged: 2026-06-11 07:04:52 UTC; root Author: David Schoch [aut, cre] (ORCID: ) Maintainer: David Schoch