Package: mschart
Type: Package
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint'
        Documents
Version: 0.4.0
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("Jan Marvin", "Garbuszus", role = "ctb", comment = "support for openxls2"),
    person("Marlon", "Molina", role = "ctb", comment = "added table feature"),
    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.2.2
Suggests: tinytest, doconv
NeedsCompilation: no
Packaged: 2022-11-30 20:35:26 UTC; davidgohel
Author: David Gohel [aut, cre],
  ArData [cph],
  YouGov [fnd],
  Jan Marvin Garbuszus [ctb] (support for openxls2),
  Marlon Molina [ctb] (added table feature),
  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: 2022-11-30 21:20:02 UTC
Built: R 4.2.0; ; 2022-12-01 13:18:29 UTC; unix
