From 6c011c07a18d373fc6cd5d4a2a7a4168cfd028f4 Mon Sep 17 00:00:00 2001 From: pvictor Date: Wed, 29 Jan 2025 17:34:49 +0100 Subject: [PATCH] import %||% from rlang --- NAMESPACE | 1 + R/export-history.R | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"),