Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @keywords internal
#' @name deprecated
data_frame <- function(...) {
deprecate_warn("1.1.0", "data_frame()", "tibble()")
deprecate_stop("3.3.0", "data_frame()", details = 'Please use `tibble()` to create a tibble and `vctrs::data_frame()` to create a data frame.')

# Unquote-splice to avoid argument matching
tibble(!!!quos(...))
Expand Down
Loading