-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
57 lines (57 loc) · 2.95 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
49
50
51
52
53
54
55
56
57
Package: unigd
Type: Package
Title: Universal Graphics Device
Version: 0.1.2
Authors@R:
c(
person(given = "Florian", family = "Rupprecht", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1795-8624")),
person(given = "Kun", family = "Ren", role = "ctb", email = "[email protected]"),
person(given = "Tatsuya", family = "Shima", role = "ctb", email = "[email protected]"),
person("Jeroen", "Ooms", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-4035-0289")),
person("Hadley", "Wickham", email = "[email protected]", role = "cph", comment = "Author of included svglite code"),
person("Lionel", "Henry", email = "[email protected]", role = "cph", comment = "Author of included svglite code"),
person("Thomas Lin", "Pedersen", email = "[email protected]", role = "cph", comment = "Author and creator of included svglite code"),
person("T Jake", "Luciani", email = "[email protected]", role = "cph", comment = "Author of included svglite code"),
person("Matthieu", "Decorde", email = "[email protected]", role = "cph", comment = "Author of included svglite code"),
person("Vaudor", "Lise", email = "[email protected]", role = "cph", comment = "Author of included svglite code"),
person("Tony", "Plate", role = "cph", comment = "Contributor to included svglite code"),
person("David", "Gohel", role = "cph", comment = "Contributor to included svglite code"),
person("Yixuan", "Qiu", role = "cph", comment = "Contributor to included svglite code"),
person("Håkon", "Malmedal", role = "cph", comment = "Contributor to included svglite code"),
person("RStudio", role = "cph", comment = "Copyright holder of included svglite code"),
person("Brett", "Robinson", role = "cph", comment = "Author of included belle library"),
person("Google", role = "cph", comment = "Copyright holder of included material design icons"),
person("Victor", "Zverovich", role = "cph", comment = "Author of included fmt library"),
person("Andrzej", "Krzemienski", role = "cph", comment = "Author of included std::experimental::optional library")
)
Description: A unified R graphics backend. Render R graphics fast and easy to many common file formats.
Provides a thread safe 'C' interface for asynchronous rendering of R graphics.
License: GPL (>= 2)
Depends:
R (>= 3.2.0)
Imports:
systemfonts (>= 1.0.0)
LinkingTo:
cpp11 (>= 0.2.4),
systemfonts
Encoding: UTF-8
SystemRequirements:
libpng,
cairo,
freetype2,
fontconfig
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
URL: https://github.com/nx10/unigd,
https://nx10.github.io/unigd/
BugReports: https://github.com/nx10/unigd/issues
Suggests:
testthat (>= 3.0.0),
xml2 (>= 1.0.0),
fontquiver (>= 0.2.0),
covr,
knitr,
rmarkdown
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
VignetteBuilder: knitr