Version 0.3.0 (CRAN Release)
Includes updates from unreleased version 0.2.0 as well.
clinify 0.3.0
- Incorporate performance improvements from {officer} package updates
- Fix issue with
clin_col_widths()where numeric precision issues could cause unexpected errors - Group labels can be formatted and by default moved above header line (#79)
- Added
make_grouped_pagenums()helper function - Added function to create
clindoc()objects specifically, and multiple tables can be passed toclindoc()(#63, #80) - Titles and footnotes now only split into two parts to avoid line wrapping (#69). This is a breaking change.
- Added
clin_group_pad()function (#72) - Updated group tracking in
clin_group_by(),clin_auto_page()andclin_group_pad()to find groups by changed values or by populated values. clin_auto_page()now has an option to drop thepage_byvariable. Does not drop variable by default. This is a breaking change.- Renamed
write_clintable()towrite_clindoc(). This is a breaking change. - New vignette on Document Objects and Saving