Package: graphlayouts Title: Additional Layout Algorithms for Network Visualizations Version: 1.2.4 Authors@R: person("David", "Schoch", email = "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")) Description: Several new layout algorithms to visualize networks are provided which are not part of 'igraph'. Most are based on the concept of stress majorization by Gansner et al. (2004) . Some more specific algorithms allow the user to emphasize hidden group structures in networks or focus on specific nodes. URL: https://github.com/schochastics/graphlayouts, https://schochastics.github.io/graphlayouts/ BugReports: https://github.com/schochastics/graphlayouts/issues Depends: R (>= 3.6.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: igraph (>= 2.0.0), Rcpp Suggests: testthat, ggplot2, uwot, oaqc LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://cynkra.r-universe.dev Date/Publication: 2026-06-18 18:22:49 UTC RemoteUrl: https://github.com/schochastics/graphlayouts RemoteRef: HEAD RemoteSha: 0a8d5b12bf83c6ae7a6b2b7c894b59269aba4ea9 NeedsCompilation: yes Packaged: 2026-06-23 20:48:38 UTC; root Author: David Schoch [aut, cre] (ORCID: ) Maintainer: David Schoch