Skip to content

Commit

Permalink
Update to roxygen2 7.0.1 (tidyverse#4630)
Browse files Browse the repository at this point in the history
* Re-document

* Eliminate unnused inheritParam tags
  • Loading branch information
hadley authored and romainfrancois committed Nov 27, 2019
1 parent a3f3c65 commit df84364
Show file tree
Hide file tree
Showing 43 changed files with 323 additions and 175 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ VignetteBuilder: knitr
Encoding: UTF-8
LazyData: yes
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 6.1.1
RoxygenNote: 7.0.1
Remotes:
tidyverse/tibble,
r-lib/pillar,
Expand Down
1 change: 0 additions & 1 deletion R/compute-collect.r
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#' @param x A tbl
#' @param name Name of temporary table on database.
#' @param ... Other arguments passed on to methods
#' @inheritParams copy_to.src_sql
#' @seealso [copy_to()], the opposite of `collect()`: it takes a local data
#' frame and uploads it to the remote source.
#' @export
Expand Down
1 change: 0 additions & 1 deletion R/distinct.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#' @param .keep_all If `TRUE`, keep all variables in `.data`.
#' If a combination of `...` is not distinct, this keeps the
#' first row of values.
#' @inheritParams filter
#' @export
#' @examples
#' df <- tibble(
Expand Down
1 change: 0 additions & 1 deletion R/do.r
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#' means that `summarise()` applied to the result of `do()` can
#' act like `ldply()`.
#'
#' @inheritParams filter
#' @param .data a tbl
#' @param ... Expressions to apply to each group. If named, results will be
#' stored in a new column. If unnamed, should return a data frame. You can
Expand Down
2 changes: 0 additions & 2 deletions R/group-by.r
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
#' `add = TRUE`.
#' @param .drop When `.drop = TRUE`, empty groups are dropped. See [group_by_drop_default()] for
#' what the default value is for this argument.
#' @inheritParams filter
#'
#' @return A [grouped data frame][grouped_df()], unless the combination of `...` and `add`
#' yields a non empty set of grouping columns, a regular (ungrouped) data frame
#' otherwise.
Expand Down
2 changes: 0 additions & 2 deletions R/reexport-tidyselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ select_vars <- function(vars = chr(), ..., include = chr(), exclude = chr()) {
tidyselect::vars_select(.vars = vars, ..., .include = include, .exclude = exclude)
}
#' @rdname select_vars
#' @inheritParams tidyselect::vars_rename
#' @export
rename_vars <- function(vars = chr(), ..., strict = TRUE) {
warn_deprecated(paste_line(
Expand All @@ -70,7 +69,6 @@ rename_vars <- function(vars = chr(), ..., strict = TRUE) {
tidyselect::vars_rename(.vars = vars, ..., .strict = strict)
}
#' @rdname select_vars
#' @inheritParams tidyselect::vars_pull
#' @export
select_var <- function(vars, var = -1) {
warn_deprecated(paste_line(
Expand Down
22 changes: 17 additions & 5 deletions man/all_equal.Rd

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

9 changes: 6 additions & 3 deletions man/arrange.Rd

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

22 changes: 14 additions & 8 deletions man/as.tbl_cube.Rd

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

23 changes: 16 additions & 7 deletions man/backend_dbplyr.Rd

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

3 changes: 1 addition & 2 deletions man/bench_compare.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/case_when.Rd

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

3 changes: 1 addition & 2 deletions man/copy_to.Rd

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

6 changes: 3 additions & 3 deletions man/dplyr-package.Rd

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

9 changes: 6 additions & 3 deletions man/filter.Rd

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

15 changes: 10 additions & 5 deletions man/group_by.Rd

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

44 changes: 33 additions & 11 deletions man/group_by_all.Rd

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

5 changes: 2 additions & 3 deletions man/group_by_prepare.Rd

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

15 changes: 10 additions & 5 deletions man/group_data.Rd

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

15 changes: 10 additions & 5 deletions man/group_indices.Rd

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

Loading

0 comments on commit df84364

Please sign in to comment.