diff --git a/R/scan_data.R b/R/scan_data.R index f7ace0f04..b55edc9b8 100644 --- a/R/scan_data.R +++ b/R/scan_data.R @@ -222,7 +222,7 @@ scan_data <- function( if (any(c("interactions", "correlations") %in% sections)) { rlang::check_installed( - c("ggforce", "ggplot2"), + c("ggforce", "ggplot2 (>= 3.5.0)"), "to use the `interactions` and `correlations` sections." ) }