Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: C++11
RoxygenNote: 7.3.0
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# tidyr (development version)

* `pivot_wider` now uses `.by` and `|>` syntax for the dplyr helper message to identify duplicates (@boshek, #1516)
* `pivot_wider` now uses `.by` and `|>` syntax for the dplyr helper message to
identify duplicates (@boshek, #1516)

# tidyr 1.3.0

Expand Down
1 change: 0 additions & 1 deletion R/dep-lazyeval.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ drop_na_.data.frame <- function(data, vars) {
}

#' @rdname deprecated-se
#' @param expand_cols Character vector of column names to be expanded.
#' @export
expand_ <- function(data, dots, ...) {
lifecycle::deprecate_warn("1.0.0", "expand_()", "expand()", always = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ last <- function(x) x[[length(x)]]
#' the naming strategy, otherwise you're better off adopting the new
#' tidyverse standard with `name_repair = "universal"`
#'
#' @param nm Character vector of names
#' @param nms Character vector of names
#' @param prefix prefix Prefix to use for unnamed column
#' @param sep Separator to use between name and unique suffix
#' @keywords internal
Expand Down
2 changes: 0 additions & 2 deletions man/deprecated-se.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/tidyr_legacy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.