Package: mschart
Type: Package
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint'
        Documents
Version: 0.3.1
Authors@R: c(
    person("David", "Gohel", role = c("aut", "cre"), 
      email = "david.gohel@ardata.fr"),
    person(given = "ArData", role = "cph"),
    person("YouGov", role = "fnd"),
    person("Rokas", "Klydzia", role = "ctb", comment = "custom labels"),
    person("David", "Camposeco", role = "ctb", 
      email = "david.camposeco.paulsen@gmail.com", 
      comment = "chart_data_smooth function"),
    person("Dan", "Joplin", role = "ctb", 
      comment = "fix scatter plot data structure") 
    )
Description: Create native charts for 'Microsoft PowerPoint' and 'Microsoft Word' documents. 
 These can then be edited and annotated. Functions are provided to let users create charts, modify 
 and format their content. The chart's underlying data is automatically saved within the 
 'Word' document or 'PowerPoint' presentation. It extends package 'officer' that does 
 not contain any feature for 'Microsoft' native charts production. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: stats, data.table, officer (>= 0.3.6), cellranger, writexl,
        grDevices, xml2 (>= 1.1.0), htmltools, utils
URL: https://ardata-fr.github.io/officeverse/,
        https://ardata-fr.github.io/mschart/
BugReports: https://github.com/ardata-fr/mschart/issues
RoxygenNote: 7.1.1
Suggests: tinytest
NeedsCompilation: no
Packaged: 2021-09-02 12:09:07 UTC; davidgohel
Author: David Gohel [aut, cre],
  ArData [cph],
  YouGov [fnd],
  Rokas Klydzia [ctb] (custom labels),
  David Camposeco [ctb] (chart_data_smooth function),
  Dan Joplin [ctb] (fix scatter plot data structure)
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2021-09-02 20:00:02 UTC
