Skip to content

Commit

Permalink
import %||% from rlang
Browse files Browse the repository at this point in the history
pvictor committed Jan 29, 2025
1 parent b564def commit 6c011c0
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion R/export-history.R
Original file line number Diff line number Diff line change
@@ -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"),

0 comments on commit 6c011c0

Please sign in to comment.