We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef79bf1 commit da07b9fCopy full SHA for da07b9f
R/utils.R
@@ -433,7 +433,9 @@ set_chunk_attrs <- function(teal_card,
433
#'
434
#' @keywords internal
435
set_chunk_dims <- function(pws, decorated_output_q, inner_classes = NULL) {
436
- checkmate::assert_class(pws, "plot_widget")
+ checkmate::assert_list(pws)
437
+ checkmate::assert_names(names(pws), must.include = "dim")
438
+ assert_reactive(pws$dim)
439
checkmate::assert_class(decorated_output_q, "reactive")
440
checkmate::assert_character(inner_classes, null.ok = TRUE)
441
0 commit comments