Package: ggragged
Title: Ragged Grids for 'ggplot2'
Version: 0.1.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 in rows of
    (potentially) varying lengths, facet_ragged_cols() does the same 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: gtable, rlang, vctrs
Suggests: covr, ragg, testthat (>= 3.0.0), vdiffr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate: 'facet_ragged.R' 'facet_ragged_rows.R' 'facet_ragged_cols.R'
        'ggragged-package.R' 'grid.R' 'gtable.R' 'layout.R' 'utils.R'
NeedsCompilation: no
Packaged: 2023-04-19 21:08:05 UTC; Mikko
Author: Mikko Marttila [aut, cre, cph]
Maintainer: Mikko Marttila <mikkmart@protonmail.com>
Repository: CRAN
Date/Publication: 2023-04-20 16:42:32 UTC
