Package: ggside Type: Package Title: Side Grammar Graphics Version: 0.4.2 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 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 Roxygen: list(markdown = TRUE) 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 Config/testthat/parallel: true Config/testthat/start-first: all_ggside_layers, *themes 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' Config/roxygen2/version: 8.0.0 Repository: https://jtlandis.r-universe.dev Date/Publication: 2026-05-13 19:58:51 UTC RemoteUrl: https://github.com/jtlandis/ggside RemoteRef: HEAD RemoteSha: 54129fa2c9d5c87c80b6ddc2f64e647d720366db NeedsCompilation: no Packaged: 2026-06-12 06:22:49 UTC; root Author: Justin Landis [aut, cre] (ORCID: )