From f207d34c86fb05e32e7c7d0514ef06ea4f73a12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 11 Oct 2023 19:17:20 +0200 Subject: [PATCH] chore: Import utils::globalVariables() --- NAMESPACE | 1 + R/duckplyr-package.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index e05052f8..7e83fd75 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/R/duckplyr-package.R b/R/duckplyr-package.R index 2b400216..5e0ff150 100644 --- a/R/duckplyr-package.R +++ b/R/duckplyr-package.R @@ -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