From c4c2895d477877fa659e09fcfc30a98b503b7544 Mon Sep 17 00:00:00 2001 From: "Brenton M. Wiernik" Date: Thu, 31 Aug 2023 07:06:34 -0400 Subject: [PATCH] Use .data pronoun instead of deprecated ..sample.. syntax --- R/plot.check_normality.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plot.check_normality.R b/R/plot.check_normality.R index e14b304ec..aaeac522d 100644 --- a/R/plot.check_normality.R +++ b/R/plot.check_normality.R @@ -236,7 +236,7 @@ plot.see_check_normality <- function(x, } , ggplot2::geom_qq( - mapping = if (detrend) ggplot2::aes(y = ggplot2::after_stat(..sample..) - ggplot2::after_stat(..theoretical..)), + mapping = if (detrend) ggplot2::aes(y = ggplot2::after_stat(.data$sample) - ggplot2::after_stat(.data$theoretical)), shape = 16, na.rm = TRUE, stroke = 0,