-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: ggragged
Title: Ragged Grids for 'ggplot2'
Version: 0.2.0
Authors@R:
person("Mikko", "Marttila", , "[email protected]", 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
Roxygen: list(markdown = TRUE)
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'