Package: ggstackplot
Title: Create Overlapping Stacked Plots
Version: 0.4.1
Authors@R: 
  c(person(
      given = "Sebastian", family = "Kopf", 
      email = "sebastian.kopf@colorado.edu", 
      role = c("aut", "cre", "cph"), 
      comment = c(ORCID = "0000-0002-2044-0201")),
  person(
      given = "Tristan", family = "Caro", 
      email = "tristan.caro@colorado.edu", 
      role = c("aut"), 
      comment = c(ORCID = "0000-0001-6177-7444")),
  person(
      given = "Jamie", family = "McFarlin", 
      email = "jamie.mcfarlin@uwyo.edu", 
      role = c("aut"), 
      comment = c(ORCID = "0000-0002-8185-8185")),
  person(
      given = "Jon", family = "Raberg", 
      email = "Jonathan.Raberg@colorado.edu", 
      role = c("aut"), 
      comment = c(ORCID = "0000-0003-2959-3631"))
  )
Description: 
  Easily create overlapping grammar of graphics plots for scientific data visualization. 
  This style of plotting is particularly common in climatology and oceanography research communities.
License: MIT + file LICENSE
URL: https://ggstackplot.kopflab.org/,
        https://github.com/kopflab/ggstackplot
BugReports: https://github.com/kopflab/ggstackplot/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: rlang, cli, methods, lifecycle, tidyselect, dplyr, tidyr,
        ggplot2, cowplot, RColorBrewer
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vdiffr, scales,
        pangaear
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-31 08:40:12 UTC; sk
Author: Sebastian Kopf [aut, cre, cph]
    (<https://orcid.org/0000-0002-2044-0201>),
  Tristan Caro [aut] (<https://orcid.org/0000-0001-6177-7444>),
  Jamie McFarlin [aut] (<https://orcid.org/0000-0002-8185-8185>),
  Jon Raberg [aut] (<https://orcid.org/0000-0003-2959-3631>)
Maintainer: Sebastian Kopf <sebastian.kopf@colorado.edu>
Repository: CRAN
Date/Publication: 2025-01-31 09:00:02 UTC
Built: R 4.3.3; ; 2025-02-15 14:38:35 UTC; unix
