forked from davidgohel/officer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
28 lines (16 loc) · 776 Bytes
/
NEWS
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
# officer 0.1.2
## new features
* new function `fortify_docx` will import content of a Word document into a tody data.frame.
## Issues
* cast all columns of data.frame as character when using ph_with_table and body_add_table
* fix pptx when more than 9 slides
## Changes
* cast all columns of data.frame as character when using ph_with_table and body_add_table
* fix pptx when more than 9 slides
# officer 0.1.1
## Enhancement
* argument `style` of functions `body_add*` and `slip_in*` now will use docx default style if not specified
* new function body_add_gg to add ggplots to Word documents
* new function test_zip for diagnostic purpose
## API changes
* classes `docx` and `pptx` have been renamed `rdocx` and `pptx` to avoid conflict with package ReporteRs.