Skip to content

Commit 575bfb4

Browse files
committed
add importFrom for utils modifyList
1 parent a86e94d commit 575bfb4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ import(teal)
3232
import(teal.transform)
3333
importFrom(dplyr,"%>%")
3434
importFrom(lifecycle,deprecated)
35+
importFrom(utils,modifyList)

R/utils.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ select_decorators <- function(decorators, scope) {
371371
#' it will only change `chunk_output` objects.
372372
#' @param inner_classes (`character`) classes within `chunk_output` that should be modified.
373373
#' This can be used to only change `recordedplot`, `ggplot2` or other type of objects.
374+
#' @importFrom utils modifyList
374375
#' @keywords internal
375376
modify_last_chunk_outputs_attributes <- function(teal_card,
376377
attributes,

0 commit comments

Comments
 (0)