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 a330b00 commit e8db76aCopy full SHA for e8db76a
R/utils.R
@@ -399,7 +399,7 @@ set_chunk_attrs <- function(teal_card,
399
if (!inherits(teal_card[[current_ix]], "chunk_output")) {
400
if (!quiet) {
401
warning(
402
- "The ", ix,
+ "The ", ix,
403
" to last element of the `teal_card` is not a `chunk_output` object. Skipping any further modifications."
404
)
405
}
0 commit comments