Type: Package Package: mschart Title: Chart Generation for 'Microsoft Word', 'Microsoft Excel' and 'Microsoft PowerPoint' Documents Version: 0.5.0 Authors@R: c( person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")), person("ArData", role = "cph"), person("YouGov", role = "fnd"), person("Jan Marvin", "Garbuszus", role = "ctb", comment = "support for openxlsx2 and combo charts"), person("Stefan", "Moog", , "moogs@gmx.de", role = "ctb", comment = "support to set chart and plot area color and border, fix for line style none"), person("Eli", "Daniels", , "eli.daniels@ardata.fr", role = "ctb"), person("Marlon", "Molina", role = "ctb", comment = "added table feature"), person("Rokas", "Klydzia", role = "ctb", comment = "custom labels"), person("David", "Camposeco", , "david.camposeco.paulsen@gmail.com", role = "ctb", comment = "chart_data_smooth function"), person("Dan", "Joplin", role = "ctb", comment = "fix scatter plot data structure") ) Description: Create native charts for 'Microsoft PowerPoint', 'Microsoft Excel' and 'Microsoft Word' documents. The resulting charts can then be edited and annotated in the host application. It provides functions to create charts and to modify their content and formatting. The chart's underlying data is automatically saved within the 'Word', 'Excel' or 'PowerPoint' file. It extends the 'officer' package, which does not provide native 'Microsoft' chart production. License: MIT + file LICENSE URL: https://ardata-fr.github.io/officeverse/, https://ardata-fr.github.io/mschart/ BugReports: https://github.com/ardata-fr/mschart/issues Depends: R (>= 3.5) Imports: cellranger, data.table, grDevices, htmltools, officer (>= 0.7.5), scales, stats, utils, writexl, xml2 (>= 1.1.0) Suggests: doconv (>= 0.4.0), testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libwebp-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2026-05-16 10:12:17 UTC RemoteUrl: https://github.com/ardata-fr/mschart RemoteRef: HEAD RemoteSha: 1d5efa4ac835fc16f9e2930e6172c2a83aa6d1b0 NeedsCompilation: no Packaged: 2026-06-15 07:22:34 UTC; root Author: David Gohel [aut, cre], ArData [cph], YouGov [fnd], Jan Marvin Garbuszus [ctb] (support for openxlsx2 and combo charts), Stefan Moog [ctb] (support to set chart and plot area color and border, fix for line style none), Eli Daniels [ctb], 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