forked from davidgohel/officer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 2.53 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Type: Package
Package: officer
Title: Manipulation of Microsoft Word and PowerPoint Documents
Version: 0.6.7.004
Authors@R: c(
person("David", "Gohel", , "[email protected]", role = c("aut", "cre")),
person("Stefan", "Moog", , "[email protected]", role = "aut"),
person("ArData", role = "cph"),
person("Frank", "Hangler", , "[email protected]", role = "ctb",
comment = "function body_replace_all_text"),
person("Liz", "Sander", , "[email protected]", role = "ctb",
comment = "several documentation fixes"),
person("Anton", "Victorson", , "[email protected]", role = "ctb",
comment = "fixes xml structures"),
person("Jon", "Calder", , "[email protected]", role = "ctb",
comment = "update vignettes"),
person("John", "Harrold", , "[email protected]", role = "ctb",
comment = "function annotate_base"),
person("John", "Muschelli", , "[email protected]", role = "ctb",
comment = "google doc compatibility"),
person("Bill", "Denney", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-5759-428X", "function as.matrix.rpptx")),
person("Nikolai", "Beck", , "[email protected]", role = "ctb",
comment = "set speaker notes for .pptx documents"),
person("Greg", "Leleu", , "[email protected]", role = "ctb",
comment = "fields functionality in ppt"),
person("Hongyuan", "Jia", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-0075-8183"))
)
Description: Access and manipulate 'Microsoft Word', 'RTF' 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. The package does not require any installation of
Microsoft products to be able to write Microsoft files.
License: MIT + file LICENSE
URL: https://ardata-fr.github.io/officeverse/,
https://davidgohel.github.io/officer/
BugReports: https://github.com/davidgohel/officer/discussions
Imports:
graphics,
grDevices,
openssl,
R6,
ragg,
stats,
utils,
uuid,
xml2 (>= 1.1.0),
zip (>= 2.1.0)
Suggests:
devEMF,
doconv (>= 0.3.0),
ggplot2,
knitr,
magick,
rmarkdown,
rsvg,
testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2