Package: wompwomp Version: 0.99.0 Date: 2026-03-30 Title: Optimizing Alluvial Plots Authors@R: c(person("Joseph", "Rich", role = c("aut", "cre"), email = "jmrich@caltech.edu", comment = c(ORCID = "0000-0003-1400-8479")), person("Conrad", "Oakes", role = "aut", email = "coakes@caltech.edu"), person("Lior", "Pachter", role = "aut", comment = c(ORCID = "0000-0002-9164-6231"))) Description: Sort k-partite graphs with node order, layer order, and node grouping optimized with a heuristic to (nearly) minimize edge crossings. Useful for improving visualizations with alluvial plots by "untangling" the graphs. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr RoxygenNote: 7.3.3 Imports: dplyr, igraph, tibble, rlang, tidyr, purrr, TSP, R6, stats, tidyselect, vctrs, utils Depends: R (>= 4.1.0) Suggests: testthat, vdiffr, magick, knitr, rmarkdown, gtools, mclust, here, stringr, reticulate, ggplot2, ggalluvial, sessioninfo Config/testthat/edition: 3 URL: https://github.com/pachterlab/wompwomp BugReports: https://github.com/pachterlab/wompwomp/issues Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://pachterlab.r-universe.dev Date/Publication: 2026-05-19 22:21:02 UTC RemoteUrl: https://github.com/pachterlab/wompwomp RemoteRef: HEAD RemoteSha: d3d815337fd666716230f9de3dddd0ceb13d4ef9 NeedsCompilation: no Packaged: 2026-06-30 09:24:55 UTC; root Author: Joseph Rich [aut, cre] (ORCID: ), Conrad Oakes [aut], Lior Pachter [aut] (ORCID: ) Maintainer: Joseph Rich