Type: Package
Package: officedown
Title: Enhanced 'R Markdown' Format for 'Word' and 'PowerPoint'
Version: 0.4.1
Authors@R: c(
    person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre", "cph")),
    person("ArData", role = "cph"),
    person("Institut für Qualitätssicherung und Transparenz im Gesundheitswesen", role = "fnd"),
    person("Noam", "Ross", , "noam.ross@gmail.com", role = "aut",
           comment = "rmarkdown implementation for rvg"),
    person("ArData", role = "cph"),
    person("Martin", "Camitz", , "martin.camitz@gmail.com", role = "ctb")
  )
Description: Allows production of 'Microsoft' corporate documents from 'R
    Markdown' by reusing formatting defined in 'Microsoft Word' documents.
    You can reuse table styles, list styles but also add column sections,
    landscape oriented pages. Table and image captions as well as
    cross-references are transformed into 'Microsoft Word' fields,
    allowing documents edition and merging without issue with references;
    the syntax conforms to the 'bookdown' cross-reference definition.
    Objects generated by the 'officer' package are also supported in the
    'knitr' chunks.  'Microsoft PowerPoint' presentations also benefit
    from this as well as the ability to produce editable vector graphics
    in 'PowerPoint' and also to define placeholder where content is to be
    added.
License: MIT + file LICENSE
URL: https://ardata-fr.github.io/officeverse/,
        https://davidgohel.github.io/officedown/
BugReports: https://github.com/davidgohel/officedown/issues
Imports: grDevices, knitr, memoise, officer (>= 0.6.7), rlang,
        rmarkdown, rvg (>= 0.3.4), utils, uuid, xml2, yaml
Suggests: bookdown (>= 0.13), doconv (>= 0.3.0), flextable (>= 0.9.7),
        ggplot2, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
SystemRequirements: pandoc (>= 2.0) - http://pandoc.org
NeedsCompilation: no
Packaged: 2025-05-20 22:38:32 UTC; davidgohel
Author: David Gohel [aut, cre, cph],
  ArData [cph],
  Institut für Qualitätssicherung und Transparenz im Gesundheitswesen
    [fnd],
  Noam Ross [aut] (rmarkdown implementation for rvg),
  ArData [cph],
  Martin Camitz [ctb]
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2025-05-20 23:30:02 UTC
Built: R 4.3.3; ; 2025-05-21 01:48:21 UTC; unix
