Skip to content

Commit 64b61cf

Browse files
averissimom7pr
andauthored
Update R/tm_missing_data.R
Co-authored-by: Marcin <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
1 parent 33614b7 commit 64b61cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_missing_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ tm_missing_data <- function(label = "Missing data",
152152
checkmate::assert_multi_class(pre_output, c("shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE)
153153
checkmate::assert_multi_class(post_output, c("shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE)
154154

155-
available_decorators <- c("summary_plot", "summary_plot", "combination_plot", "by_subject_plot", "summary_table")
155+
available_decorators <- c("summary_plot", "combination_plot", "by_subject_plot", "summary_table")
156156
decorators <- normalize_decorators(decorators)
157157
assert_decorators(decorators, null.ok = TRUE, names = available_decorators)
158158
# End of assertions

0 commit comments

Comments
 (0)