-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathDESCRIPTION
37 lines (37 loc) · 884 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
35
36
37
Package: ggimage
Title: Use Image in 'ggplot2'
Version: 0.3.3
Authors@R: person("Guangchuang", "Yu",
email = "guangchuangyu@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6485-8781"))
Description: Supports image files and graphic objects to be visualized in
'ggplot2' graphic system.
Depends:
R (>= 3.4.0),
ggplot2
Imports:
ggfun,
ggplotify,
grid,
jsonlite,
magick,
methods,
scales,
tibble,
tools,
utils,
withr
Suggests:
ape,
ggtree,
gridGraphics,
httr,
rsvg
ByteCompile: true
License: Artistic-2.0
URL: https://github.com/GuangchuangYu/ggimage (devel), https://yulab-smu.top/pkgdocs/ggimage.html (vignette)
BugReports: https://github.com/GuangchuangYu/ggimage/issues
Encoding: UTF-8
RoxygenNote: 7.3.0
Roxygen: list(markdown = TRUE)