-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.11 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: 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 = "[email protected]",
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>.
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)