Skip to content

Commit

Permalink
import pipe and as_tibble from dplyr
Browse files Browse the repository at this point in the history
  • Loading branch information
AAoritz committed Feb 20, 2024
1 parent b0840f3 commit ed2ae3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ Imports:
dplyr,
glue,
lifecycle,
magrittr,
rlang,
stringr,
tibble
stringr
Suggests:
distill,
eurostat,
Expand Down
4 changes: 2 additions & 2 deletions R/nuts-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## usethis namespace: start
#' @import cli
#' @importFrom magrittr %>%
#' @import rlang
#' @import tibble
#' @importFrom dplyr as_tibble
#' @importFrom dplyr %>%
#' @importFrom dplyr anti_join
#' @importFrom dplyr arrange
#' @importFrom dplyr cross_join
Expand Down

0 comments on commit ed2ae3e

Please sign in to comment.