Skip to content

Commit

Permalink
chore: Import utils::globalVariables()
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 11, 2023
1 parent 437df69 commit f207d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ importFrom(tibble,is_tibble)
importFrom(tibble,new_tibble)
importFrom(tibble,tibble)
importFrom(tidyselect,everything)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(vctrs,new_data_frame)
importFrom(vctrs,new_rcrd)
Expand Down
1 change: 1 addition & 0 deletions R/duckplyr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#' @importFrom tibble new_tibble
#' @importFrom tibble tibble
#' @importFrom tidyselect everything
#' @importFrom utils globalVariables
#' @importFrom utils head
#' @importFrom vctrs new_data_frame
#' @importFrom vctrs new_rcrd
Expand Down

0 comments on commit f207d34

Please sign in to comment.