-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 2.53 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
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
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'
NeedsCompilation: no
Packaged: 2024-12-13 04:55:40 UTC; trevorld
Author: Mike FC [aut],
Trevor L. Davis [aut, cre] (<https://orcid.org/0000-0001-6341-4639>),
ggplot2 authors [aut]
Maintainer: Trevor L. Davis <[email protected]>
Repository: CRAN
Date/Publication: 2024-12-13 17:00:02 UTC