Skip to content

Commit 9260dbc

Browse files
committed
bump qplot()
1 parent 979d5eb commit 9260dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/quick-plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ qplot <- function(x, y, ..., data, facets = NULL, margins = FALSE,
6262
xlab = NULL, ylab = NULL,
6363
asp = NA, stat = deprecated(), position = deprecated()) {
6464

65-
deprecate_soft0("3.4.0", "qplot()")
65+
deprecate_warn0("3.4.0", "qplot()")
6666

6767
caller_env <- parent.frame()
6868

0 commit comments

Comments
 (0)