forked from davidgohel/officer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.27 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
Package: officer
Type: Package
Title: Manipulation of Microsoft Word and PowerPoint Documents
Version: 0.1.1.9000
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"))
Description: Manipulate 'Microsoft Word' and 'Microsoft PowerPoint' documents from R.
The package focus on tabular and graphical reporting from R. 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 product to be able to write Microsoft files.
License: GPL-3
LazyData: TRUE
LinkingTo: Rcpp,
gdtools
Imports:
Rcpp (>= 0.12.3),
purrr,dplyr,R6,tibble,lazyeval,ggplot2,
R.utils,utils,grDevices,
gdtools,
base64enc,
digest,
magrittr,
xml2 (>= 1.1.0)
URL: https://davidgohel.github.io/officer
BugReports: https://github.com/davidgohel/officer/issues
RoxygenNote: 6.0.1
Suggests: testthat, ionicons, devEMF,
knitr,htmltools,
rmarkdown
VignetteBuilder: knitr