Package: ggragged
Title: Ragged Grids for 'ggplot2'
Version: 0.2.0
Authors@R: 
    person("Mikko", "Marttila", , "mikkmart@protonmail.com", role = c("aut", "cre", "cph"))
Description: Extend 'ggplot2' facets to panel layouts arranged in a grid
    with ragged edges. facet_ragged_rows() groups panels into rows that
    can vary in length, facet_ragged_cols() does the same but for columns.
    These can be useful, for example, to represent nested or partially
    crossed relationships between faceting variables.
License: MIT + file LICENSE
URL: https://github.com/mikmart/ggragged,
        https://mikmart.github.io/ggragged/
BugReports: https://github.com/mikmart/ggragged/issues
Depends: ggplot2
Imports: grid, gtable, rlang, vctrs
Suggests: covr, knitr, nlme, ragg, rmarkdown, roxygen2, testthat (>=
        3.0.0), vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Collate: 'facet_ragged.R' 'facet_ragged_rows.R' 'facet_ragged_cols.R'
        'ggragged-package.R' 'grid.R' 'gtable.R' 'layout.R'
NeedsCompilation: no
Packaged: 2024-10-09 16:56:09 UTC; Mikko
Author: Mikko Marttila [aut, cre, cph]
Maintainer: Mikko Marttila <mikkmart@protonmail.com>
Repository: CRAN
Date/Publication: 2024-10-09 17:10:02 UTC
Built: R 4.6.0; ; 2025-11-02 03:54:24 UTC; windows
