Skip to content

Commit

Permalink
Build package.
Browse files Browse the repository at this point in the history
  • Loading branch information
niup0 committed Oct 31, 2024
1 parent e78ffe7 commit 5d1f54a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export(prepare_exp_duration)
export(prepare_sl_summary)
export(prepare_trt_compliance)
export(react_base_char)
export(react_disposition)
export(rtf_base_char)
export(rtf_base_char_subgroup)
export(rtf_disposition)
Expand Down
1 change: 1 addition & 0 deletions R/react_disposition.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ react_disposition <- function(

reactable::reactable(
tbl_sl,
sortable = F,
groupBy = "var_label",
width = width,
columns = col_defs,
Expand Down
51 changes: 51 additions & 0 deletions man/react_disposition.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d1f54a

Please sign in to comment.