-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1.08 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
Type: Package
Package: rsvg
Title: Render SVG Images into PDF, PNG, (Encapsulated) PostScript, or Bitmap Arrays
Version: 2.6.1
Authors@R: c(
person("Jeroen", "Ooms", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4035-0289")),
person("Salim", "Brüggemann", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-5329-5987")))
Description: Renders vector-based svg images into high-quality custom-size
bitmap arrays using 'librsvg2'. The resulting bitmap can be written to
e.g. png, jpeg or webp format. In addition, the package can convert
images directly to various formats such as pdf or postscript.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/rsvg/, https://github.com/ropensci/rsvg
BugReports: https://github.com/ropensci/rsvg/issues
Suggests:
ggplot2,
knitr,
magick,
rmarkdown,
spelling,
svglite,
testthat (>= 3.0.0),
webp,
png
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
SystemRequirements: librsvg2
Config/testthat/edition: 3