Package: ggmosaic2
Title: Mosaic Plots in the 'ggplot2' Framework, Extended
Version: 0.5.1
Date: 2026-09-15
Authors@R: 
    c(person(given = "Michael",
             family = "Friendly",
             role = c("aut", "cre", "cph"),
             email = "friendly@yorku.ca",
             comment = c(ORCID = "0000-0002-3237-0941")),
      person(given = "Gavin",
             family = "Klorfine",
             role = "aut",
             email = "gklorfin@yorku.ca",
             comment = c(ORCID = "0009-0003-0395-4512")),
      person(given = "Haley",
             family = "Jeppson",
             role = "aut",
             email = "hjeppson@iastate.edu",
             comment = c(ORCID = "0000-0003-2524-4063")),
      person(given = "Heike",
             family = "Hofmann",
             role = "aut",
             email = "hofmann@iastate.edu",
             comment = c(ORCID = "0000-0001-6216-5183")),
      person(given = "Di",
             family = "Cook",
             role = "aut",
             email = "dicook@monash.edu",
             comment= c(ORCID = "0000-0002-3813-7155")),
      person(given = "Hadley",
             family = "Wickham",
             role = "ctb",
             email = "hadley@posit.co",
             comment = c(ORCID="0000-0003-4757-117X")))
Description: Mosaic plots in the 'ggplot2' framework. Mosaic
    plot functionality is provided in a single 'ggplot2' layer by calling
    the geom 'mosaic'. This extends the now-defunct 'ggmosaic' package by allowing fitted loglinear models which can be used to
    show patterns of association among variables in frequency tables.
License: GPL (>= 2)
Language: en-US
URL: https://friendly.github.io/ggmosaic2/,
        https://github.com/friendly/ggmosaic2
BugReports: https://github.com/friendly/ggmosaic2/issues
Depends: ggplot2 (>= 4.0.0), R (>= 4.1.0)
Imports: productplots, dplyr, plotly (>= 4.9.3), purrr, rlang, tidyr,
        ggrepel, scales, withr (>= 2.5.0)
Suggests: gridExtra, knitr, rmarkdown, shiny (>= 1.1.0), patchwork,
        vcdExtra
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-15 14:27:34 UTC; friendly
Author: Michael Friendly [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-3237-0941>),
  Gavin Klorfine [aut] (ORCID: <https://orcid.org/0009-0003-0395-4512>),
  Haley Jeppson [aut] (ORCID: <https://orcid.org/0000-0003-2524-4063>),
  Heike Hofmann [aut] (ORCID: <https://orcid.org/0000-0001-6216-5183>),
  Di Cook [aut] (ORCID: <https://orcid.org/0000-0002-3813-7155>),
  Hadley Wickham [ctb] (ORCID: <https://orcid.org/0000-0003-4757-117X>)
Maintainer: Michael Friendly <friendly@yorku.ca>
Repository: CRAN
Date/Publication: 2026-09-16 12:30:02 UTC
