-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
45 lines (45 loc) · 1.87 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
Package: mschart
Type: Package
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint' Documents
Version: 0.4.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("Jan Marvin", "Garbuszus", role = "ctb", comment = "support for openxls2"),
person("Stefan", "Moog", role = "ctb", email = '[email protected]', comment = "support to set chart and plot area color and border"),
person("Eli", "Daniels", role = "ctb", email = '[email protected]'),
person("Marlon", "Molina", role = "ctb", comment = "added table feature"),
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,
scales
URL: https://ardata-fr.github.io/officeverse/, https://ardata-fr.github.io/mschart/
BugReports: https://github.com/ardata-fr/mschart/issues
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests: tinytest, doconv