-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathDESCRIPTION
113 lines (113 loc) · 3.67 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Type: Package
Package: officer
Title: Manipulation of Microsoft Word and PowerPoint Documents
Version: 0.6.8.004
Authors@R: c(
person("David", "Gohel", , "[email protected]", role = c("aut", "cre")),
person("Stefan", "Moog", , "[email protected]", role = "aut"),
person("Mark", "Heckmann", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0736-7417")),
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("Majid", "Eismann", role = "ctb"),
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/issues
Imports:
cli,
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
Collate:
'core_properties.R'
'custom_properties.R'
'defunct.R'
'dev-utils.R'
'docx_add.R'
'docx_comments.R'
'docx_cursor.R'
'docx_part.R'
'docx_replace.R'
'docx_section.R'
'docx_settings.R'
'empty_content.R'
'formatting_properties.R'
'fortify_docx.R'
'fortify_pptx.R'
'knitr_utils.R'
'officer.R'
'ooxml.R'
'ooxml_block_objects.R'
'ooxml_run_objects.R'
'openxml_content_type.R'
'openxml_document.R'
'pack_folder.R'
'ph_location.R'
'post-proc.R'
'ppt_class_dir_collection.R'
'ppt_classes.R'
'ppt_notes.R'
'ppt_ph_dedupe_layout.R'
'ppt_ph_manipulate.R'
'ppt_ph_rename_layout.R'
'ppt_ph_with_methods.R'
'pptx_informations.R'
'pptx_layout_helper.R'
'pptx_matrix.R'
'utils.R'
'pptx_slide_manip.R'
'read_docx.R'
'read_docx_styles.R'
'read_pptx.R'
'read_xlsx.R'
'relationship.R'
'rtf.R'
'shape_properties.R'
'shorcuts.R'