-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 919 Bytes
/
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
Package: figpatch
Title: Easily Arrange External Figures with Patchwork Alongside 'ggplot2'
Figures
Version: 0.2
Authors@R:
person(given = "Brady",
family = "Johnston",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6301-2269"))
Description: For including external figures into an assembled
{patchwork}. This enables the creation of more complex figures that include
images alongside plots.
License: MIT + file LICENSE
URL: https://github.com/BradyAJohnston/figpatch
BugReports: https://github.com/BradyAJohnston/figpatch/issues
Imports:
ggplot2,
magick,
magrittr,
methods,
patchwork
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US