Skip to content

Commit

Permalink
All Rd files need aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jul 7, 2023
1 parent 0e57306 commit c31d9f7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/backend-hive.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#' converting to live access database.
#'
#' @name backend-hive
#' @aliases NULL
#' @examples
#' library(dplyr, warn.conflicts = FALSE)
#'
Expand Down
1 change: 0 additions & 1 deletion R/backend-impala.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#' converting to live access database.
#'
#' @name backend-impala
#' @aliases NULL
#' @examples
#' library(dplyr, warn.conflicts = FALSE)
#'
Expand Down
1 change: 0 additions & 1 deletion R/backend-mssql.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#' @param version Version of MS SQL to simulate. Currently only, difference is
#' that 15.0 and above will use `TRY_CAST()` instead of `CAST()`.
#' @name backend-mssql
#' @aliases NULL
#' @examples
#' library(dplyr, warn.conflicts = FALSE)
#'
Expand Down
1 change: 1 addition & 0 deletions man/backend-hive.Rd

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

1 change: 1 addition & 0 deletions man/backend-impala.Rd

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

1 change: 1 addition & 0 deletions man/backend-mssql.Rd

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

0 comments on commit c31d9f7

Please sign in to comment.