forked from r-lib/ragg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.58 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
Type: Package
Package: ragg
Title: Graphic Devices Based on AGG
Version: 1.3.0.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5147-4711")),
person("Maxim", "Shemanarev", role = c("aut", "cph"),
comment = "Author of AGG"),
person("Tony", "Juricic", , "[email protected]", role = c("ctb", "cph"),
comment = "Contributor to AGG"),
person("Milan", "Marusinec", , "[email protected]", role = c("ctb", "cph"),
comment = "Contributor to AGG"),
person("Spencer", "Garrett", role = "ctb",
comment = "Contributor to AGG"),
person("Posit, PBC", role = c("cph", "fnd"))
)
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: Anti-Grain Geometry (AGG) is a high-quality and
high-performance 2D drawing library. The 'ragg' package provides a set
of graphic devices based on AGG to use as alternative to the raster
devices provided through the 'grDevices' package.
License: MIT + file LICENSE
URL: https://ragg.r-lib.org, https://github.com/r-lib/ragg
BugReports: https://github.com/r-lib/ragg/issues
Imports:
systemfonts (>= 1.0.3),
textshaping (>= 0.3.0)
Suggests:
covr,
graphics,
grid,
testthat (>= 3.0.0)
LinkingTo:
systemfonts,
textshaping
Config/Needs/website: ggplot2, devoid, magick, bench, tidyr, ggridges,
hexbin, sessioninfo, pkgdown, tidyverse/tidytemplate
Encoding: UTF-8
RoxygenNote: 7.3.1
SystemRequirements: freetype2, libpng, libtiff, libjpeg
Config/testthat/edition: 3