forked from GuangchuangYu/hexSticker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.23 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
Package: hexSticker
Title: Create Hexagon Sticker in R
Version: 0.4.9
Authors@R: c(person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre")),
person(given = "Laurent", family = "Gatto", email = "[email protected]", role = "ctb"),
person(given = "Johannes", family = "Rainer", email = "[email protected]", role = "ctb"),
person(given = "Sebastian", family = "Gibb", email = "[email protected]", role = "ctb"),
person(given = "Robert", family = "Corty", email = "[email protected]", role = "ctb"),
person(given = "Thomas", family = "Neitmann", email = "[email protected]", role = "ctb")
)
Description: Helper functions for creating reproducible hexagon sticker purely in R.
Depends:
R (>= 3.4.0)
Imports:
ggimage,
ggplot2,
grDevices,
hexbin,
showtext,
stats,
sysfonts,
Suggests:
magick
License: Artistic-2.0
ByteCompile: true
URL: https://github.com/GuangchuangYu/hexSticker
BugReports: https://github.com/GuangchuangYu/hexSticker/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)