Package: rvg
Type: Package
Title: R Graphics Devices for Vector Graphics Output
Version: 0.2.4.1
Authors@R: c(
    person("David", "Gohel", role = c("aut", "cre"),
      email = "david.gohel@ardata.fr"),
    person("Bob", "Rudis", role = c("ctb"),
      comment = "the javascript code used by function set_attr"),
    person("Francois", "Brunetti", role = c("ctb"),
      email = "francois.brunetti@lysis-consultants.fr",
      comment = "clipping algorithms")
    )
Description: Vector Graphics devices for Microsoft 
  PowerPoint and Excel. Functions extending package 'officer' are provided to 
  embed 'DrawingML' graphics into 'Microsoft PowerPoint' presentations and 
  'Microsoft Excel' workbooks.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 4.1)
Imports: grDevices, Rcpp (>= 0.12.12), officer (>= 0.3.6), gdtools (>=
        0.2.1), xml2 (>= 1.0.0), rlang
LinkingTo: Rcpp, gdtools
Suggests: htmltools, testthat, covr, grid, knitr
URL: https://davidgohel.github.io/rvg
BugReports: https://github.com/davidgohel/rvg/issues
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-06-27 07:16:35 UTC; ripley
Author: David Gohel [aut, cre],
  Bob Rudis [ctb] (the javascript code used by function set_attr),
  Francois Brunetti [ctb] (clipping algorithms)
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2020-06-28 07:07:00 UTC
