forked from davidgohel/officer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 2.7 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
Type: Package
Package: officer
Title: Manipulation of Microsoft Word and PowerPoint Documents
Version: 0.6.8.002
Authors@R: c(
person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")),
person("Stefan", "Moog", , "moogs@gmx.de", role = "aut"),
person("Mark", "Heckmann", , "heckmann.mark@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-0736-7417")),
person("ArData", role = "cph"),
person("Frank", "Hangler", , "frank@plotandscatter.com", role = "ctb",
comment = "function body_replace_all_text"),
person("Liz", "Sander", , "lsander@civisanalytics.com", role = "ctb",
comment = "several documentation fixes"),
person("Anton", "Victorson", , "anton@victorson.se", role = "ctb",
comment = "fixes xml structures"),
person("Jon", "Calder", , "jonmcalder@gmail.com", role = "ctb",
comment = "update vignettes"),
person("John", "Harrold", , "john.m.harrold@gmail.com", role = "ctb",
comment = "function annotate_base"),
person("John", "Muschelli", , "muschellij2@gmail.com", role = "ctb",
comment = "google doc compatibility"),
person("Bill", "Denney", , "wdenney@humanpredictions.com", role = "ctb",
comment = c(ORCID = "0000-0002-5759-428X", "function as.matrix.rpptx")),
person("Nikolai", "Beck", , "beck.nikolai@gmail.com", role = "ctb",
comment = "set speaker notes for .pptx documents"),
person("Greg", "Leleu", , "gregoire.leleu@gmail.com", role = "ctb",
comment = "fields functionality in ppt"),
person("Majid", "Eismann", role = "ctb"),
person("Hongyuan", "Jia", , "hongyuanjia@cqust.edu.cn", 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