-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathDESCRIPTION
More file actions
92 lines (92 loc) · 2.14 KB
/
Copy pathDESCRIPTION
File metadata and controls
92 lines (92 loc) · 2.14 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
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)