Package: officedown
Type: Package
Title: Enhanced 'R Markdown' Format for 'Word' and 'PowerPoint'
Version: 0.3.0
Authors@R: c(
    person("David", "Gohel", role = c("aut", "cre", "cph"),
    email = "david.gohel@ardata.fr"),
    person(given = "ArData", role = "cph"),
    person(given = "Institut für Qualitätssicherung und Transparenz im Gesundheitswesen", role = c("fnd")),
    person("Noam", "Ross", role = c("aut"), email = 'noam.ross@gmail.com', 
    comment = "rmarkdown implementation for rvg"),
    person(given = "ArData", role = "cph"),
    person("Martin", "Camitz", role = c("ctb"), email = 'martin.camitz@gmail.com') 
    )
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
Encoding: UTF-8
Imports: knitr, rmarkdown, officer (>= 0.5.1), xml2, rlang, uuid,
        grDevices, yaml, utils, memoise, rvg (>= 0.2.2)
Suggests: ggplot2, flextable (>= 0.7.0), bookdown (>= 0.13), testthat
        (>= 3.0.0), doconv (>= 0.3.0)
URL: https://ardata-fr.github.io/officeverse/,
        https://davidgohel.github.io/officedown/
BugReports: https://github.com/davidgohel/officedown/discussions
RoxygenNote: 7.2.3
SystemRequirements: pandoc (>= 2.0) - http://pandoc.org
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-01-06 12:39:52 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: 2023-01-06 16:20:02 UTC
Built: R 4.1.2; ; 2023-01-07 12:25:24 UTC; unix
