From 9746fd1aceef8e4ae58b5a714f81e9ff69c74048 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 31 Jan 2024 21:23:55 +0100 Subject: [PATCH] fix --- R/data_plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/data_plot.R b/R/data_plot.R index e9de62cc2..c88c21d5a 100644 --- a/R/data_plot.R +++ b/R/data_plot.R @@ -179,7 +179,7 @@ add_plot_attributes <- function(x) { #' @keywords internal .dynGet <- function(x, - ifnotfound = stop(gettextf("%s not found", sQuote(x)), domain = NA, .call = FALSE), + ifnotfound = stop(gettextf("%s not found", sQuote(x)), domain = NA, call. = FALSE), minframe = 1L, inherits = FALSE) { x <- insight::safe_deparse(x)