Skip to content

Commit

Permalink
provide correct versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Oct 7, 2022
1 parent 157afff commit 62a826d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/quick-plot.r
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ qplot <- function(x, y, ..., data, facets = NULL, margins = FALSE,

caller_env <- parent.frame()

if (lifecycle::is_present(stat)) lifecycle::deprecate_stop("3.4.0", "qplot(stat)")
if (lifecycle::is_present(position)) lifecycle::deprecate_stop("3.4.0", "qplot(position)")
if (lifecycle::is_present(stat)) lifecycle::deprecate_stop("2.0.0", "qplot(stat)")
if (lifecycle::is_present(position)) lifecycle::deprecate_stop("2.0.0", "qplot(position)")
if (!is.character(geom)) {
cli::cli_abort("{.arg geom} must be a character vector")
}
Expand Down

0 comments on commit 62a826d

Please sign in to comment.