Package: ggalluvial
Type: Package
Title: Alluvial Diagrams in 'ggplot2'
Version: 0.9.1
Date: 2018-10-21
Authors@R: person('Jason Cory', 'Brunson', email = 'cornelioid@gmail.com',
    role = c('aut', 'cre'))
Maintainer: Jason Cory Brunson <cornelioid@gmail.com>
Description: Alluvial diagrams use x-splines, sometimes augmented with stacked
    histograms, to visualize multi-dimensional or repeated-measures data with
    categorical or ordinal variables. They can be viewed as simplified and
    standardized Sankey diagrams; see Riehmann, Hanfler, and Froehlich (2005)
    <doi:10.1109/INFVIS.2005.1532152> and Rosvall and Bergstrom (2010)
    <doi:10.1371/journal.pone.0008694>. This package provides ggplot2 layers
    to produce alluvial diagrams from tidy data.
Depends: R (>= 3.3.0), ggplot2 (>= 2.2.0)
Imports: stats, dplyr (>= 0.7.0), tidyr (>= 0.7.0), lazyeval, rlang,
        tidyselect
Suggests: grid, alluvial, testthat, knitr, babynames, sessioninfo,
        ggrepel, ggfittext (>= 0.6.0)
License: GPL-3
URL: http://corybrunson.github.io/ggalluvial/
BugReports: https://github.com/corybrunson/ggalluvial/issues
VignetteBuilder: knitr
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-10-21 19:24:42 UTC; corybrunson
Author: Jason Cory Brunson [aut, cre]
Repository: CRAN
Date/Publication: 2018-10-21 21:10:03 UTC
