forked from ardata-fr/mschart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 987 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: mschart
Type: Package
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint' Documents
Version: 0.2.2.0003
Authors@R: c( person("David", "Gohel", role = c("aut", "cre"), email = "[email protected]"), person("YouGov", role = "fnd") )
Description: Create native charts for 'Microsoft PowerPoint' and 'Microsoft Word' documents.
These can then be edited and annotated. Functions are provided to let users create charts, modify
and format their content. The chart's underlying data is automatically saved within the
'Word' document or 'PowerPoint' presentation. It extends package 'officer' that does
not contain any feature for 'Microsoft' native charts production.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: stats, purrr,data.table,
officer (>= 0.1.5), R6,cellranger,
writexl,grDevices, xml2 (>= 1.1.0),
htmltools
RoxygenNote: 6.0.1.9000
Suggests: knitr,
rmarkdown,magrittr
VignetteBuilder: knitr