Permalink
Cannot retrieve contributors at this time
20 lines (18 sloc)
657 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #' @description | |
| #' To learn more about dplyr, start with the vignettes: | |
| #' `browseVignettes(package = "dplyr")` | |
| #' @useDynLib dplyr, .registration = TRUE | |
| #' @keywords internal | |
| #' @import rlang | |
| #' @rawNamespace import(vctrs, except = data_frame) | |
| #' @importFrom glue glue glue_collapse glue_data | |
| #' @importFrom tibble new_tibble is_tibble | |
| #' @importFrom stats setNames update | |
| #' @importFrom utils head tail | |
| #' @importFrom methods is | |
| #' @importFrom lifecycle deprecated | |
| #' @importFrom R6 R6Class | |
| "_PACKAGE" | |
| # We're importing vctrs without `data_frame()` because we currently | |
| # reexport the deprecated `tibble::data_frame()` function | |
| on_load(local_use_cli()) |