forked from davidgohel/officedown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 943 Bytes
/
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
Package: officedown
Type: Package
Title: Convert from an R Markdown to a Microsoft Word Document or a Microsoft PowerPoint Presentation
Version: 0.0.5.003
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
person("Noam", "Ross", role = c("aut"), email = '[email protected]',
comment = "rvg for rmarkdown implementation"))
Description: Format function for converting from an 'R Markdown' document to an 'Microsoft Word' document.
A set of macro is provided to let users add sections, break pages, table of contents and
several other formatting features. The function is handling also tables created with package 'flextable'
that contains images.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: knitr,
rmarkdown,
bookdown (>= 0.13),
officer (>= 0.3.6),
xml2, rlang,
stringr,
grDevices, yaml, utils, memoise,
rvg (>= 0.2.2)
RoxygenNote: 7.0.2