-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
34 lines (34 loc) · 1.45 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: mschart
Type: Package
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint' Documents
Version: 0.3.1.002
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
person(given = "ArData", role = "cph"),
person("YouGov", role = "fnd"),
person("Rokas", "Klydzia", role = "ctb", comment = "custom labels"),
person("David", "Camposeco", role = "ctb",
email = "[email protected]",
comment = "chart_data_smooth function"),
person("Dan", "Joplin", role = "ctb",
comment = "fix scatter plot data structure")
)
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), cellranger,
writexl, grDevices, xml2 (>= 1.1.0),
htmltools, utils
URL: https://ardata-fr.github.io/officeverse/, https://ardata-fr.github.io/mschart/
BugReports: https://github.com/ardata-fr/mschart/issues
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests: tinytest