Skip to content

Commit

Permalink
Remove extra argument for ?vars_select
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Mar 11, 2024
1 parent dd9038f commit 09be19a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# tidyselect (development version)

* Fix for CRAN checks.

* `eval_select()` out-of-bounds errors now use the verb "select" rather than
"subset" in the error message for consistency with `dplyr::select()` (#271).


# tidyselect 1.2.0

## New features
Expand Down
2 changes: 1 addition & 1 deletion R/lifecycle-deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' `vignette("tidyselect")` to get started.
#'
#' @param .vars A character vector of existing column names.
#' @param ...,args Selection inputs. See the help for [selection
#' @param ... Selection inputs. See the help for [selection
#' helpers][language].
#' @param .include,.exclude Character vector of column names to always
#' include/exclude.
Expand Down
10 changes: 4 additions & 6 deletions man/faq-external-vector.Rd

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

15 changes: 6 additions & 9 deletions man/faq-selection-context.Rd

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

2 changes: 1 addition & 1 deletion man/vars_select.Rd

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

0 comments on commit 09be19a

Please sign in to comment.