-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
85 lines (85 loc) · 2.38 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
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
Package: ggpattern
Type: Package
Title: 'ggplot2' Pattern Geoms
Version: 1.1.3
Authors@R: c(person("Mike", "FC", role = "aut"),
person("Trevor L.", "Davis", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6341-4639")),
person("ggplot2 authors", role = "aut"))
Description: Provides 'ggplot2' geoms filled with various patterns. Includes a patterned version of every 'ggplot2' geom that has a region that can be filled with a pattern. Provides a suite of 'ggplot2' aesthetics and scales for controlling pattern appearances. Supports over a dozen builtin patterns (every pattern implemented by 'gridpattern') as well as allowing custom user-defined patterns.
URL: https://github.com/trevorld/ggpattern, https://trevorldavis.com/R/ggpattern/
BugReports: https://github.com/trevorld/ggpattern/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
cli,
ggplot2 (>= 3.5.1),
glue,
grid,
gridpattern (>= 1.2.2),
lifecycle,
rlang (>= 1.1.3),
scales,
vctrs
Suggests:
ambient,
dplyr,
gganimate,
knitr (>= 1.47),
magick,
mapproj,
maps,
png,
ragg (>= 1.2.0),
readr,
rmarkdown (>= 2.27),
sf (>= 0.7-3),
svglite (>= 2.1.3),
testthat (>= 2.1.0),
vdiffr (>= 1.0.6)
VignetteBuilder: knitr, ragg, rmarkdown
Collate:
'a-geom-docs.R'
'aaa-ggplot2-compat-plyr.R'
'aaa-ggplot2-ggplot-global.R'
'aaa-ggplot2-performance.R'
'aaa-ggplot2-scale-manual.R'
'aaa-ggplot2-utilities-grid.R'
'aaa-ggplot2-utilities.R'
'geom-.R'
'geom-rect.R'
'geom-bar.R'
'geom-bin2d.R'
'geom-boxplot.R'
'geom-col.R'
'geom-crossbar.R'
'geom-ribbon.R'
'geom-density.R'
'geom-histogram.R'
'geom-polygon.R'
'geom-map.R'
'geom-sf.R'
'geom-tile.R'
'geom-violin.R'
'ggpattern-defunct.R'
'ggpattern-deprecated.R'
'ggpattern-package.R'
'pattern.R'
'polygon_df.R'
'scale-pattern-alpha.R'
'scale-pattern-auto.R'
'scale-pattern-brewer.R'
'scale-pattern-colour.R'
'scale-pattern-gradient.R'
'scale-pattern-grey.R'
'scale-pattern-hue.R'
'scale-pattern-linetype.R'
'scale-pattern-shape.R'
'scale-pattern-size.R'
'scale-pattern-viridis.R'
'scale-pattern.R'
'zxx.r'
'zzz.R'