-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 2 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 2 KB
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
46
47
48
49
50
51
52
53
54
55
Type: Package
Package: mschart
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint'
Documents
Version: 0.4.2.010
Authors@R: c(
person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")),
person("ArData", role = "cph"),
person("YouGov", role = "fnd"),
person("Jan Marvin", "Garbuszus", role = "ctb",
comment = "support for openxlsx2 and combo charts"),
person("Stefan", "Moog", , "moogs@gmx.de", role = "ctb",
comment = "support to set chart and plot area color and border, fix for line style none"),
person("Eli", "Daniels", , "eli.daniels@ardata.fr", role = "ctb"),
person("Marlon", "Molina", role = "ctb",
comment = "added table feature"),
person("Rokas", "Klydzia", role = "ctb",
comment = "custom labels"),
person("David", "Camposeco", , "david.camposeco.paulsen@gmail.com", role = "ctb",
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
URL: https://ardata-fr.github.io/officeverse/,
https://ardata-fr.github.io/mschart/
BugReports: https://github.com/ardata-fr/mschart/issues
Depends:
R (>= 3.5)
Imports:
cellranger,
data.table,
grDevices,
htmltools,
officer (>= 0.6.7),
scales,
stats,
utils,
writexl,
xml2 (>= 1.1.0)
Suggests:
doconv (>= 0.4.0),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3