Type: Package Package: rvg Title: R Graphics Devices for 'Office' Vector Graphics Output Version: 0.4.2 Authors@R: c( person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")), person("ArData", role = "cph"), person("Bob", "Rudis", role = "ctb", comment = "the javascript code used by function set_attr"), person("Francois", "Brunetti", , "francois.brunetti@lysis-consultants.fr", role = "ctb", 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. License: GPL-3 URL: https://ardata-fr.github.io/officeverse/, https://davidgohel.github.io/rvg/ BugReports: https://github.com/davidgohel/rvg/issues Depends: R (>= 3.0) Imports: gdtools (>= 0.5.0), grDevices, officer (>= 0.7.4), Rcpp (>= 0.12.12), rlang, systemfonts, xml2 (>= 1.0.0) Suggests: grid, testthat LinkingTo: Rcpp, systemfonts Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: libpng Config/pak/sysreqs: libcairo2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libwebp-dev libxml2-dev libssl-dev Repository: https://davidgohel.r-universe.dev Date/Publication: 2026-05-18 13:33:03 UTC RemoteUrl: https://github.com/davidgohel/rvg RemoteRef: HEAD RemoteSha: 9c82da41e6c7c63e1013ff3e9656cb2ebbf60f83 NeedsCompilation: yes Packaged: 2026-06-24 06:04:27 UTC; root Author: David Gohel [aut, cre], ArData [cph], Bob Rudis [ctb] (the javascript code used by function set_attr), Francois Brunetti [ctb] (clipping algorithms) Maintainer: David Gohel