Package: rvg
Type: Package
Title: R Graphics Devices for Vector Graphics Output
Version: 0.1.4
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 'SVG', 'DrawingML' for Microsoft Word, 
  PowerPoint and Excel. Functions extending package 'officer' are provided to 
  embed 'DrawingML' graphics into 'Microsoft PowerPoint' documents.
License: GPL-3
Depends: R (>= 3.0)
Imports: grDevices, Rcpp, xml2 (>= 1.0.0), gdtools (>= 0.1.0), officer
        (>= 0.1.1)
LinkingTo: Rcpp, gdtools
Suggests: htmltools, testthat, covr, grid
URL: https://github.com/davidgohel/rvg
BugReports: https://github.com/davidgohel/rvg/issues
RoxygenNote: 6.0.1.9000
NeedsCompilation: yes
Packaged: 2017-06-23 16:02:55 UTC; davidgohel
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: 2017-06-23 19:10:48 UTC
