Skip to content
Open
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
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Imports:
xml2,
ggplot2,
stringi
Remotes: insightsengineering/rtables@1080_restrict_facets
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export(c_proportion_logical)
export(check_wrap_nobreak)
export(cmp_cfun)
export(cmp_split_fun)
export(col_struct_w_risk_diffs)
export(column_stats)
export(cond_rm_facets)
export(count_pruner)
Expand Down Expand Up @@ -84,6 +85,8 @@ export(lsmeans_wide_cfun)
export(lsmeans_wide_first_split_fun_fct)
export(lsmeans_wide_second_split_fun_fct)
export(make_combo_splitfun)
export(make_dflt_comp_map)
export(make_multicomp_splfun)
export(make_rbmi_cluster)
export(no_data_to_report_str)
export(or_clogit_j)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

### Added

- Added multi-comparator functionality (#271)
- Added option to switch on/off the export of the csv in both `tt_to_tlgrtf()` and `export_as_docx_j()`
- Added option to specify the output folder for the csv
- Added argument 'validate' to `export_TLG_as_docx()` and `tt_to_flextable_j()` (#213)
Expand Down
Loading