Skip to content

Commit

Permalink
split package (#946)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhu <joe.zhu@roche.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
shajoezhu and github-actions[bot] authored Nov 14, 2024
1 parent d2cc7a0 commit 1d492c0
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 1,715 deletions.
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rtables
Title: Reporting Tables
Version: 0.6.10.9002
Version: 0.6.10.9003
Date: 2024-10-29
Authors@R: c(
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",
Expand Down Expand Up @@ -43,9 +43,7 @@ Suggests:
broom (>= 1.0.6),
car (>= 3.0-13),
dplyr (>= 1.0.5),
flextable (>= 0.9.6),
knitr (>= 1.42),
officer (>= 0.6.6),
r2rtf (>= 0.3.2),
rmarkdown (>= 2.23),
survival (>= 3.3-1),
Expand Down Expand Up @@ -88,7 +86,6 @@ Collate:
'tree_accessors.R'
'tt_afun_utils.R'
'tt_as_df.R'
'tt_as_flextable.R'
'tt_compare_tables.R'
'tt_compatibility.R'
'tt_dotabulation.R'
Expand Down
8 changes: 0 additions & 8 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export(do_base_split)
export(drop_and_remove_levels)
export(drop_facet_levels)
export(drop_split_levels)
export(export_as_docx)
export(export_as_pdf)
export(export_as_tsv)
export(export_as_txt)
Expand Down Expand Up @@ -123,8 +122,6 @@ export(make_col_df)
export(make_split_fun)
export(make_split_result)
export(manual_cols)
export(margins_landscape)
export(margins_potrait)
export(no_colinfo)
export(non_ref_rcell)
export(obj_avar)
Expand Down Expand Up @@ -158,7 +155,6 @@ export(rtable)
export(rtablel)
export(sanitize_table_struct)
export(section_div)
export(section_properties_default)
export(select_all_levels)
export(simple_analysis)
export(sort_at_path)
Expand All @@ -180,8 +176,6 @@ export(table_shell)
export(table_shell_str)
export(table_structure)
export(tail)
export(theme_docx_default)
export(theme_html_default)
export(top_left)
export(top_level_section_div)
export(tree_children)
Expand All @@ -190,14 +184,12 @@ export(trim_levels_in_group)
export(trim_levels_to_map)
export(trim_rows)
export(tt_at_path)
export(tt_to_flextable)
export(update_ref_indexing)
export(validate_table_struct)
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
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## rtables 0.6.10.9002
## rtables 0.6.10.9003

### Miscellaneous
* Split `docx` document generation to the new package [`rtables.officer`](https://github.com/insightsengineering/rtables.officer).

### New Features
* Experimental pagination is now possible in `tt_as_flextable()` and `export_as_docx()`.
Expand Down
Loading

0 comments on commit 1d492c0

Please sign in to comment.