v0.6.10 cran
New Features
- Added top left information handling (now bold and bottom aligned).
- Added
section_properties_default()function to define standard portrait properties for tables. - Added default theme for
.htmloutputs. - Added parameter
bold_titlestott_to_flextable()to bold titles. - Now users can add more than one theme to
tt_to_flextable(), and/or extend themes.
Enhancements
- Modified
reorder_split_levels()to cover more edge cases and be more stringent in the allowed inputs. - Removed table tree
ttinput fromtheme_docx_default()and added code to handle row classes and number of columns internally. - Reworked padding and spacing in default theme
theme_docx_default(). - Added parameter
bold_titlestott_to_flextable()to bold titles.
Bug Fixes
- Fixed
"\n"newline issues inas_htmlby relying onto output devices for newline handling. Addedexpand_newlines = FALSEdefault to allow previous behavior. keep_split_levels()throws now an error if the user requests to keep levels that are not present in data.- Fixed issue with removal of horizontal lines in
tt_as_flextable()header when title was added. - Fixed multiple counts in header issue when exporting to
flextable. - Fixed issue with empty cells
""having larger imposed margins than filled cell. They are transformed into" "before rendering. - Fixed issue with borders appearing in
theme_docx_default()when only one line of column names is present, but top left information is on multiple lines.
Miscellaneous
- Added option to change
sep = "\t"and set other parameters via...parameter propagation inexport_as_tsv. - Added developer's guide vignette. New materials are focused on printing methods, specifically
matrix_formandtoString. - Grouped split functions documentation into one page with precise descriptions of each function and relative examples.
- Moved
simple_analysisinto utils file. - Added examples to
theme_docx_default()showing how to extend the default theme. - Added the possibility to remove internal borders from label rows in
theme_html_default(). - Split export functions into separate source files. Similarly for test files.
What's Changed
- Fix
as_htmlnewlines and add parameters toexport_as_tsvby @Melkiades in #899 - Update ISSUE_TEMPLATE.md by @shajoezhu in #900
- Reorganize, test, and document useful split functions by @Melkiades in #905
- Workflow propagations by @walkowif in #906
- add lookup-refs param to rhub workflow by @pawelru in #907
- Dev Guide printing finalization by @Melkiades in #911
- Merge simple_analysis.R into utils.R by @edelarua in #917
- Update DESCRIPTION by @pawelru in #919
- Update DESCRIPTION by @shajoezhu in #918
- update readme by @pawelru in #920
- Fix indentation bugs and a couple of other issues by @Melkiades in #912
- update green ci by @shajoezhu in #928
- skip before require by @pawelru in #931
- Workflow propagations by @walkowif in #923
- Update DESCRIPTION, upversion formatters minimal version to 0.5.9 by @shajoezhu in #934
- bug fixes and init pagination by @Melkiades in #932
- update news and description to 0.6.10, [skip vbump] by @shajoezhu in #936
Full Changelog: v0.6.9...v0.6.10