We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664737a commit b2e97beCopy full SHA for b2e97be
R/deprecated.R
@@ -9,7 +9,7 @@
9
#' @keywords internal
10
#' @name deprecated
11
data_frame <- function(...) {
12
- deprecate_stop("1.1.0", "data_frame()", "tibble()")
+ deprecate_stop("3.2.2", "data_frame()", "tibble()")
13
14
# Unquote-splice to avoid argument matching
15
tibble(!!!quos(...))
0 commit comments