-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.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
Package: gridpattern
Type: Package
Title: 'grid' Pattern Grobs
Version: 1.3.0-1
Authors@R: c(
person("Trevor L.", "Davis", role=c("aut", "cre"), email="[email protected]",
comment = c(ORCID = "0000-0001-6341-4639")),
person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"),
person("ggplot2 authors", role = "ctb", comment = "some utility functions copied from ggplot2"))
Description: Provides 'grid' grobs that fill in a user-defined area with various patterns. Includes enhanced versions of the geometric and image-based patterns originally contained in the 'ggpattern' package as well as original 'pch', 'polygon_tiling', 'regular_polygon', 'rose', 'text', 'wave', and 'weave' patterns plus support for custom user-defined patterns.
URL: https://trevorldavis.com/R/gridpattern/, https://github.com/trevorld/gridpattern
BugReports: https://github.com/trevorld/gridpattern/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.4.0)
Imports:
glue,
grDevices,
grid,
memoise,
png,
rlang,
sf,
utils
Suggests:
ambient,
aRtsy,
ggplot2 (>= 3.5.0),
gtable,
knitr,
magick (>= 2.7.4),
ragg (>= 1.2.0),
rmarkdown,
scales,
svglite (>= 2.1.0),
testthat,
vdiffr (>= 1.0.6)
VignetteBuilder: knitr, rmarkdown