Package: PantaRhei
Title: Plots Sankey Diagrams
Version: 0.1.2
Authors@R: 
    person(given = "Patrick",
           family = "Bogaart",
           role = c("aut", "cre"),
           email = "pwbogaart@gmail.com",
           comment = c(ORCID = "https://orcid.org/0000-0002-8612-1289"))
Description: Sankey diagrams are a powerfull and visually attractive way
  to visualize the flow of conservative substances through a system.
  They typically consists of a network of nodes, and fluxes between them,
  where the total balance in each internal node is 0, i.e. input equals output.
  Sankey diagrams are typically used to display energy systems, material flow accounts etc.
  Unlike so-called alluvial plots, Sankey diagrams also allow for cyclic flows:
  flows originating from a single node can, either direct or indirect, contribute to the input of that same node.
  This package, named after the Greek aphorism Panta Rhei (everything flows),
  provides functions to create publication-quality diagrams, using data in tables (or spread sheets)
  and a simple syntax.
Depends: R (>= 3.5.0)
License: EUPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: grid, grDevices, utils
Suggests: knitr, rmarkdown, tibble
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-12-15 21:33:13 UTC; patrick
Author: Patrick Bogaart [aut, cre] (<https://orcid.org/0000-0002-8612-1289>)
Maintainer: Patrick Bogaart <pwbogaart@gmail.com>
Repository: CRAN
Date/Publication: 2020-12-18 10:20:05 UTC
Built: R 4.1.0; ; 2021-05-26 07:53:38 UTC; unix
