forked from davidgohel/officer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 2.02 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
Package: officer
Type: Package
Title: Manipulation of Microsoft Word and PowerPoint Documents
Version: 0.3.9.008
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "david.gohel@ardata.fr"),
person("Frank", "Hangler", role = "ctb", email = "frank@plotandscatter.com", comment = "function body_replace_all_text"),
person("Liz", "Sander", role = "ctb", email = 'lsander@civisanalytics.com', comment = "several documentation fixes"),
person("Anton", "Victorson", role = "ctb", email = 'anton@victorson.se',comment = "fixes xml structures"),
person("Jon", "Calder", role = "ctb", email = 'jonmcalder@gmail.com', comment = "update vignettes"),
person("John", "Harrold", role = "ctb", email = 'john.m.harrold@gmail.com', comment = "fuction annotate_base"),
person("John", "Muschelli", role = "ctb", email = 'muschellij2@gmail.com', comment = "google doc compatibility")
)
Description: Access and manipulate 'Microsoft Word' and 'Microsoft PowerPoint' documents from R.
The package focuses on tabular and graphical reporting from R; it also provides two functions
that let users get document content into data objects. A set of functions
lets add and remove images, tables and paragraphs of text in new or existing documents.
When working with 'PowerPoint' presentations, slides can be added or removed; shapes inside
slides can also be added or removed. When working with 'Word' documents, a cursor can be
used to help insert or delete content at a specific location in the document. The package
does not require any installation of Microsoft products to be able to write Microsoft files.
License: GPL-3
LazyData: TRUE
Imports:
R6,
grDevices,
zip (>= 2.0.3),
uuid,stats,
magrittr,utils,
xml2 (>= 1.1.0), graphics
URL: https://davidgohel.github.io/officer
Encoding: UTF-8
BugReports: https://github.com/davidgohel/officer/issues
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
Suggests: testthat, devEMF,tibble,ggplot2,
rmarkdown,
knitr, rsvg
VignetteBuilder: knitr