Package: ggh4x Title: Hacks for 'ggplot2' Version: 0.3.1.9000 Authors@R: person(given = "Teun", family = "van den Brand", role = c("aut", "cre"), email = "tahvdbrand@gmail.com", comment = c(ORCID = "0000-0002-9335-7468")) Description: A 'ggplot2' extension that does a variety of little helpful things. The package extends 'ggplot2' facets through customisation, by setting individual scales per panel, resizing panels and providing nested facets. Also allows multiple colour and fill scales per plot. Also hosts a smaller collection of stats, geoms and axis guides. License: MIT + file LICENSE URL: https://github.com/teunbrand/ggh4x, https://teunbrand.github.io/ggh4x/ BugReports: https://github.com/teunbrand/ggh4x/issues Depends: ggplot2 (>= 4.0.0) Imports: grid, gtable, scales, vctrs (>= 0.5.0), rlang (>= 1.1.0), lifecycle, stats, cli, S7 Suggests: covr, fitdistrplus, ggdendro, vdiffr, knitr, MASS, rmarkdown, testthat (>= 3.0.0), utils VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.3.2 Config/testthat/edition: 3 Collate: 'at_panel.R' 'borrowed_ggplot2.R' 'conveniences.R' 'ggh4x_extensions.R' 'coord_axes_inside.R' 'deprecated.R' 'element_part_rect.R' 'facet_grid2.R' 'facet_wrap2.R' 'facet_manual.R' 'facet_nested.R' 'facet_nested_wrap.R' 'facetted_pos_scales.R' 'force_panelsize.R' 'geom_box.R' 'geom_outline_point.R' 'geom_pointpath.R' 'geom_polygonraster.R' 'geom_rectrug.R' 'geom_text_aimed.R' 'ggh4x-package.R' 'guide_stringlegend.R' 'help_secondary.R' 'position_disjoint_ranges.R' 'position_lineartrans.R' 'save.R' 'scale_facet.R' 'scale_listed.R' 'scale_manual.R' 'scale_multi.R' 'stat_difference.R' 'stat_funxy.R' 'stat_rle.R' 'stat_roll.R' 'stat_theodensity.R' 'strip_vanilla.R' 'strip_themed.R' 'strip_nested.R' 'strip_split.R' 'strip_tag.R' 'themes.R' 'utils.R' 'utils_grid.R' 'utils_gtable.R' Roxygen: list(markdown = TRUE) Repository: https://teunbrand.r-universe.dev Date/Publication: 2025-10-02 17:52:30 UTC RemoteUrl: https://github.com/teunbrand/ggh4x RemoteRef: HEAD RemoteSha: 63c91b78676eb005ac948fe3498fea5d29013539 NeedsCompilation: no Packaged: 2026-07-05 06:04:04 UTC; root Author: Teun van den Brand [aut, cre] (ORCID: ) Maintainer: Teun van den Brand