Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Suggests:
broom (>= 1.0.6),
car (>= 3.0-13),
dplyr (>= 1.0.5),
flextable (>= 0.9.5),
flextable (>= 0.9.6),
knitr (>= 1.42),
officer (>= 0.5.0),
officer (>= 0.6.6),
r2rtf (>= 0.3.2),
rmarkdown (>= 2.23),
survival (>= 3.3-1),
Expand Down
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ export(rtable)
export(rtablel)
export(sanitize_table_struct)
export(section_div)
export(section_properties_landscape)
export(section_properties_portrait)
export(section_properties_default)
export(select_all_levels)
export(simple_analysis)
export(sort_at_path)
Expand Down Expand Up @@ -197,6 +196,7 @@ export(value_at)
export(value_formats)
export(value_names)
export(vars_in_layout)
export(word_mm_to_pt)
exportClasses(ContentRow)
exportClasses(CumulativeCutSplit)
exportClasses(DataRow)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## rtables 0.6.9.9010
### Features
* Modified `reorder_split_levels()` to cover more edge cases and be more stringent in the allowed inputs.
* Removed `tt` input from `theme_docx_default()` and added internal handling for row classes and number of columns.
* Reworked padding and spacing in default theme `theme_docx_default()`.
* Added top left information handling (now bold and bottom aligned).

### Bug Fixes
* Fixed `"\n"` newline issues in `as_html` by relying onto output devices for newline handling. Added `expand_newlines = FALSE` default to allow previous behavior.
Expand Down
Loading