-
Notifications
You must be signed in to change notification settings - Fork 163
/
DESCRIPTION
48 lines (48 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
42
43
44
45
46
47
48
Package: patchwork
Type: Package
Title: The Composer of Plots
Version: 1.3.0.9000
Authors@R:
person(given = "Thomas Lin",
family = "Pedersen",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5147-4711"))
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: The 'ggplot2' package provides a strong API for sequentially
building up a plot, but does not concern itself with composition of multiple
plots. 'patchwork' is a package that expands the API to allow for
arbitrarily complex composition of plots by, among others, providing
mathematical operators for combining multiple plots. Other packages that try
to address this need (but with a different approach) are 'gridExtra' and
'cowplot'.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
ggplot2 (>= 3.0.0),
gtable,
grid,
stats,
grDevices,
utils,
graphics,
rlang (>= 1.0.0),
cli,
farver
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://patchwork.data-imaginist.com, https://github.com/thomasp85/patchwork
BugReports: https://github.com/thomasp85/patchwork/issues
Suggests:
knitr,
rmarkdown,
gridGraphics,
gridExtra,
ragg,
testthat (>= 2.1.0),
vdiffr,
covr,
png,
gt (>= 0.11.0)
VignetteBuilder: knitr
Config/Needs/website: gifski