Type: Package Package: officedown Title: Enhanced 'R Markdown' Format for 'Word' and 'PowerPoint' Version: 0.4.2.006 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.7.3), rlang, rmarkdown (>= 2.30), rvg (>= 0.3.4), utils, uuid, xml2 (>= 1.5.1), yaml Suggests: bookdown (>= 0.13), doconv (>= 0.3.0), flextable (>= 0.9.10), ggplot2 (>= 4.0.1), testthat (>= 3.0.0) VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) SystemRequirements: pandoc (>= 2.0) - http://pandoc.org Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2026-05-25 19:03:49 UTC RemoteUrl: https://github.com/davidgohel/officedown RemoteRef: HEAD RemoteSha: b292a9ded0d90072e153c1f8861581bebd0a94c6 NeedsCompilation: no Packaged: 2026-07-04 05:52:14 UTC; root 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