forked from thomasp85/patchwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.22 KB
/
Copy pathDESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.22 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
Package: patchwork
Type: Package
Title: The Composer of ggplots
Version: 0.0.1.9000
Authors@R:
person(given = "Thomas Lin",
family = "Pedersen",
role = c("cre", "aut"),
email = "thomasp85@gmail.com",
comment = c(ORCID = "0000-0002-5147-4711"))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
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 providing mathmatical operators
for combining multiple plots. Other packages that addresses this need (but
with a different approach) are 'gridExtra' and 'cowplot'.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2 (>= 3.0.0),
gtable,
grid,
stats,
grDevices,
utils,
graphics
RoxygenNote: 6.1.1
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
VignetteBuilder: knitr