forked from r-lib/svglite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.14 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
Package: svglite
Version: 1.1.0.9000
Title: An 'SVG' Graphics Device
Description: A graphics device for R that produces 'Scalable Vector Graphics'.
'svglite' is a fork of the older 'RSvgDevice' package.
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("T Jake", "Luciani", , "[email protected]", "aut"),
person("Matthieu", "Decorde", , "[email protected]", "aut"),
person("Vaudor", "Lise", , "[email protected]", "aut"),
person("Tony", "Plate", role = "ctb", comment = "Early line dashing code"),
person("David", "Gohel", role = "ctb", comment = "Line dashing code and raster code"),
person("Yixuan", "Qiu", role = "ctb", comment = "Improved styles; polypath implementation"),
person("Håkon", "Malmedal", role = "ctb", comment = "Opacity code"),
person("RStudio", role = "cph")
)
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Imports:
Rcpp,
gdtools
LinkingTo:
Rcpp,
gdtools,
BH
Suggests:
htmltools,
testthat,
xml2,
covr
License: GPL (>= 2)
URL: https://github.com/hadley/svglite
BugReports: https://github.com/hadley/svglite/issues
RoxygenNote: 5.0.1