-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.97 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: officedown
Type: Package
Title: Enhanced 'R Markdown' Format for 'Word' and 'PowerPoint'
Version: 0.4.0.003
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre", "cph"),
email = "[email protected]"),
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 = '[email protected]',
comment = "rmarkdown implementation for rvg"),
person(given = "ArData", role = "cph"),
person("Martin", "Camitz", role = c("ctb"), email = '[email protected]')
)
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.6.7),
xml2, rlang, uuid,
grDevices, yaml, utils, memoise,
rvg (>= 0.3.4)
Suggests:
ggplot2,
flextable (>= 0.9.7),
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.3.2
Roxygen: list(markdown = TRUE)
SystemRequirements: pandoc (>= 2.0) - http://pandoc.org
VignetteBuilder: knitr
Config/testthat/edition: 3