-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.18 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: rvg
Type: Package
Title: R Graphics Devices for 'Office' Vector Graphics Output
Version: 0.3.5.001
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
person(given = "ArData", role = "cph"),
person("Bob", "Rudis", role = c("ctb"),
comment = "the javascript code used by function set_attr"),
person("Francois", "Brunetti", role = c("ctb"),
email = "[email protected]",
comment = "clipping algorithms")
)
Description: Vector Graphics devices for 'Microsoft PowerPoint' and
'Microsoft Excel'. Functions extending package 'officer' are provided to
embed 'DrawingML' graphics into 'Microsoft PowerPoint' presentations and
'Microsoft Excel' workbooks.
SystemRequirements: libpng
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 3.0)
Imports:
grDevices,
Rcpp (>= 0.12.12),
officer (>= 0.6.2),
gdtools (>= 0.3.3),
xml2 (>= 1.0.0), rlang
LinkingTo: Rcpp, gdtools
Suggests: testthat, grid
URL: https://ardata-fr.github.io/officeverse/, https://davidgohel.github.io/rvg/
BugReports: https://github.com/davidgohel/rvg/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)