Package: ggalluvial Type: Package Title: Alluvial Plots in 'ggplot2' Version: 0.12.6 Authors@R: c( person(given = "Jason Cory", family = "Brunson", role = c("aut", "cre"), email = "cornelioid@gmail.com"), person(given = "Quentin D.", family = "Read", role = 'aut')) Maintainer: Jason Cory Brunson Description: Alluvial plots use variable-width ribbons and stacked bar plots to represent multi-dimensional or repeated-measures data with categorical or ordinal variables; see Riehmann, Hanfler, and Froehlich (2005) and Rosvall and Bergstrom (2010) . Alluvial plots are statistical graphics in the sense of Wilkinson (2006) ; they share elements with Sankey diagrams and parallel sets plots but are uniquely determined from the data and a small set of parameters. This package extends Wickham's (2010) layered grammar of graphics to generate alluvial plots from tidy data. Depends: R (>= 3.6), ggplot2 (>= 2.2) Imports: stats, dplyr (>= 0.7), tidyr (>= 0.7), lazyeval, rlang, tidyselect Suggests: grid, alluvial, testthat, knitr, rmarkdown, babynames, sessioninfo, ggrepel, shiny (>= 1.4.0.2), htmltools, sp (>= 1.4-0), ggfittext (>= 0.6), vdiffr (>= 0.2) License: GPL-3 LazyData: true URL: http://corybrunson.github.io/ggalluvial/ BugReports: https://github.com/corybrunson/ggalluvial/issues VignetteBuilder: knitr RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Config/pak/sysreqs: libicu-dev Repository: https://corybrunson.r-universe.dev Date/Publication: 2026-02-22 13:12:42 UTC RemoteUrl: https://github.com/corybrunson/ggalluvial RemoteRef: HEAD RemoteSha: 285f7346ea203852c2c06235d54d1117115149ce NeedsCompilation: no Packaged: 2026-06-23 10:34:19 UTC; root Author: Jason Cory Brunson [aut, cre], Quentin D. Read [aut]