Skip to content

Commit

Permalink
Update R/tm_missing_data.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Signed-off-by: André Veríssimo <[email protected]>
  • Loading branch information
averissimo and m7pr authored Nov 28, 2024
1 parent 33614b7 commit 64b61cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_missing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ tm_missing_data <- function(label = "Missing data",
checkmate::assert_multi_class(pre_output, c("shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE)
checkmate::assert_multi_class(post_output, c("shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE)

available_decorators <- c("summary_plot", "summary_plot", "combination_plot", "by_subject_plot", "summary_table")
available_decorators <- c("summary_plot", "combination_plot", "by_subject_plot", "summary_table")
decorators <- normalize_decorators(decorators)
assert_decorators(decorators, null.ok = TRUE, names = available_decorators)
# End of assertions
Expand Down

0 comments on commit 64b61cf

Please sign in to comment.