Package: ggside
Type: Package
Title: Side Grammar Graphics
Version: 0.4.0
Authors@R: 
    person(given = "Justin",
           family = "Landis",
           role = c("aut", "cre"),
           email = "jtlandis314@gmail.com",
           comment = c(ORCID = "0000-0001-5501-4934"))
Maintainer: Justin Landis <jtlandis314@gmail.com>
Description: The grammar of graphics as shown in 'ggplot2' has provided
  an expressive API for users to build plots. 'ggside' extends 'ggplot2'
  by allowing users to add graphical information about one of the main panel's
  axis using a familiar 'ggplot2' style API with tidy data. This package is
  particularly useful for visualizing metadata on a discrete axis, or summary
  graphics on a continuous axis such as a boxplot or a density distribution.
License: MIT + file LICENSE
URL: https://github.com/jtlandis/ggside
BugReports: https://github.com/jtlandis/ggside/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Depends: R (>= 4.1), ggplot2 (>= 4.0.0)
Imports: grid, gtable, rlang, scales (>= 1.3.0), cli, glue, stats,
        tibble, vctrs, S7, lifecycle
Suggests: tidyr, dplyr, testthat (>= 3.0.3), knitr, rmarkdown, vdiffr
        (>= 1.0.0), ggdendro, viridis, waldo
Config/testthat/edition: 3
Collate: 'utils-ggproto.R' 'utils-calls.R' 'utils-ggplot2-reimpl-.R'
        'utils-constructors.R' 'side-layer.R' 'constructor-.R'
        'utils-.R' 'ggside.R' 'utils-side-facet.R' 'side-facet_.R'
        'utils-side-coord.R' 'side-coord-cartesian.R' 'add_gg.R'
        'ggplot_add.R' 'side-layout-.r' 'all_classes.r'
        'geom-sideabline.r' 'geom-sidebar.r' 'geom-sideboxplot.r'
        'geom-sidecol.r' 'geom-sidedensity.r' 'geom-sidefreqpoly.r'
        'geom-sidefunction.r' 'geom-sidehistogram.r' 'geom-sidehline.r'
        'geom-sidelabel.r' 'geom-sideline.r' 'geom-sidepath.r'
        'geom-sidepoint.r' 'geom-sidesegment.r' 'geom-sidetext.r'
        'geom-sidetile.r' 'geom-sideviolin.r' 'geom-sidevline.r'
        'ggside-ggproto.r' 'ggside-package.r' 'ggside-themes.R'
        'plot-construction.R' 'position_rescale.r' 'scales-sides-.R'
        'scales-xycolour.R' 'scales-xyfill.R'
        'utils-ggplot2-reimpl-facet.R' 'side-facet-wrap.R'
        'side-facet-grid.R' 'side-facet-null.R' 'stats.r'
        'update_ggplot.R' 'z-depricated.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2025-09-13 00:00:51 UTC; justinlandis
Author: Justin Landis [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-5501-4934>)
Repository: CRAN
Date/Publication: 2025-09-13 05:10:41 UTC
Built: R 4.5.1; ; 2025-10-26 02:41:43 UTC; windows
