From 60cfc4acca9c584caa15899c827888be990d777f Mon Sep 17 00:00:00 2001 From: Alejandro Palacio <64808307+apalacio9502@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:55:41 -0500 Subject: [PATCH] Update the required version of nanoparquet (>3.0.1) (#619) --- DESCRIPTION | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6faffd9a..64d05146 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,7 +29,7 @@ Imports: prettyunits, rlang (>= 1.1.0), tibble, - nanoparquet (>= 0.3.0) + nanoparquet (> 0.3.1) Suggests: blob, covr, @@ -41,6 +41,8 @@ Suggests: testthat (>= 3.1.5), wk (>= 0.3.2), withr +Remotes: + r-lib/nanoparquet LinkingTo: cli, cpp11, @@ -51,7 +53,7 @@ Config/testthat/parallel: TRUE Config/testthat/start-first: bq-table, dplyr Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 Collate: 'bigrquery-package.R' 'bq-auth.R'