forked from ardata-fr/mschart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.23 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
Package: mschart
Type: Package
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint' Documents
Version: 0.2.5
Authors@R: c( person("David", "Gohel", role = c("aut", "cre"), email = "[email protected]"),
person("YouGov", role = "fnd"),
person("David", "Camposeco", role = "ctb", email = "[email protected]", comment = "chart_data_smooth function")
)
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, data.table,
officer (>= 0.3.6), R6,cellranger,
writexl,grDevices, xml2 (>= 1.1.0),
htmltools
URL: https://ardata-fr.github.io/mschart/
BugReports: https://github.com/ardata-fr/mschart/issues
RoxygenNote: 7.0.0
Suggests: knitr,
rmarkdown,magrittr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)