Skip to content

Commit 98e1fe1

Browse files
authored
Upkeep 2024-01 (#1537)
* Drop SystemRequirements * Re-document * Fix documented arguments not present in usage * Polish news
1 parent e03c25e commit 98e1fe1

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ Config/testthat/edition: 3
5050
Encoding: UTF-8
5151
LazyData: true
5252
Roxygen: list(markdown = TRUE)
53-
RoxygenNote: 7.2.3
54-
SystemRequirements: C++11
53+
RoxygenNote: 7.3.0

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# tidyr (development version)
22

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

56
# tidyr 1.3.0
67

R/dep-lazyeval.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ drop_na_.data.frame <- function(data, vars) {
5050
}
5151

5252
#' @rdname deprecated-se
53-
#' @param expand_cols Character vector of column names to be expanded.
5453
#' @export
5554
expand_ <- function(data, dots, ...) {
5655
lifecycle::deprecate_warn("1.0.0", "expand_()", "expand()", always = TRUE)

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ last <- function(x) x[[length(x)]]
3737
#' the naming strategy, otherwise you're better off adopting the new
3838
#' tidyverse standard with `name_repair = "universal"`
3939
#'
40-
#' @param nm Character vector of names
40+
#' @param nms Character vector of names
4141
#' @param prefix prefix Prefix to use for unnamed column
4242
#' @param sep Separator to use between name and unique suffix
4343
#' @keywords internal

man/deprecated-se.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tidyr_legacy.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)