Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 9, 2024
1 parent c2a8582 commit 2029646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.check_normality.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ plot.see_check_normality <- function(x,
)
)
y_lab <- "|Std. Deviance Residuals|"
} else if (!requireNamespace("qqplotr", quietly = TRUE)) {
} else if (requireNamespace("qqplotr", quietly = TRUE)) {
gg_init <- ggplot2::ggplot(x, ggplot2::aes(sample = .data$y))
qq_stuff <- list(
qqplotr::stat_qq_band(
Expand Down

0 comments on commit 2029646

Please sign in to comment.