diff --git a/NAMESPACE b/NAMESPACE index 1e787f1..6d903eb 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -117,6 +117,7 @@ importFrom(htmltools,validateCssUnit) importFrom(jsonlite,base64_enc) importFrom(jsonlite,toJSON) importFrom(phosphoricons,ph) +importFrom(rlang,"%||%") importFrom(rlang,as_name) importFrom(rlang,call2) importFrom(rlang,eval_tidy) diff --git a/R/export-history.R b/R/export-history.R index 7b33fb4..76907b2 100644 --- a/R/export-history.R +++ b/R/export-history.R @@ -400,7 +400,7 @@ download_multi_plot_handler <- function(input, } - +#' @importFrom rlang %||% paste_code <- function(plot_list, .input = list()) { Reduce( function(...) paste(..., sep = "\n\n\n"),