Skip to content

Commit d8fe8ed

Browse files
committed
prefix utils
1 parent 02a6cde commit d8fe8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utilities.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ deprecate <- function(when, ..., id = NULL, always = FALSE, user_env = NULL,
789789

790790
defunct <- "3.0.0"
791791
full <- "3.4.0"
792-
soft <- packageVersion("ggplot2")
792+
soft <- utils::packageVersion("ggplot2")
793793

794794
version <- as.package_version(when)
795795
if (version < defunct || identical(escalate, "abort")) {

0 commit comments

Comments
 (0)