Skip to content

Commit

Permalink
Require ggplot 3.5.0 in check
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Dec 2, 2024
1 parent 95d3a8a commit cfbfd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/scan_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
}
Expand Down

0 comments on commit cfbfd4b

Please sign in to comment.