R Under development (unstable) (2025-09-02 r88773 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(bigrquery) > > test_check("bigrquery") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 97 | PASS 117 ] ══ Skipped tests (97) ══════════════════════════════════════════════════════════ • Authentication not available (8): 'test-bq-auth.R:2:3', 'test-bq-download.R:2:3', 'test-bq-download.R:13:3', 'test-bq-download.R:21:3', 'test-bq-download.R:30:3', 'test-bq-download.R:44:3', 'test-bq-request.R:23:3', 'test-gs-object.R:2:3' • No BigQuery access credentials available (64): 'test-bq-table.R:2:3', 'test-bq-table.R:19:3', 'test-bq-table.R:25:3', 'test-bq-table.R:35:3', 'test-bq-table.R:49:3', 'test-bq-table.R:62:3', 'test-bq-table.R:79:3', 'test-bq-table.R:92:3', 'test-bq-table.R:110:3', 'test-bq-table.R:134:3', 'test-bq-table.R:150:3', 'test-bq-table.R:169:3', 'test-bq-table.R:178:3', 'test-dplyr.R:2:3', 'test-dplyr.R:11:3', 'test-dplyr.R:24:3', 'test-dplyr.R:45:3', 'test-dplyr.R:55:3', 'test-dplyr.R:79:3', 'test-dplyr.R:104:3', 'test-dplyr.R:173:3', 'test-dplyr.R:218:3', 'test-bq-dataset.R:2:3', 'test-bq-dataset.R:13:3', 'test-bq-dataset.R:25:3', 'test-bq-dataset.R:36:3', 'test-bq-job.R:2:3', 'test-bq-job.R:12:3', 'test-bq-download.R:82:3', 'test-bq-download.R:108:3', 'test-bq-download.R:156:3', 'test-bq-download.R:280:3', 'test-bq-download.R:297:3', 'test-bq-download.R:321:3', 'test-bq-download.R:338:3', 'test-bq-download.R:359:3', 'test-bq-download.R:367:3', 'test-bq-parse.R:157:3', 'test-bq-perform.R:4:3', 'test-bq-perform.R:20:3', 'test-bq-perform.R:39:3', 'test-bq-perform.R:64:3', 'test-bq-perform.R:80:3', 'test-bq-perform.R:90:3', 'test-bq-perform.R:100:3', 'test-bq-project.R:11:3', 'test-bq-projects.R:2:3', 'test-bq-test.R:2:3', 'test-dbi-driver.R:10:3', 'test-dbi-result.R:2:3', 'test-dbi-result.R:14:3', 'test-dbi-result.R:24:3', 'test-dbi-result.R:49:3', 'test-dbi-result.R:63:3', 'test-dbi-result.R:80:3', 'test-dbi-connection.R:56:3', 'test-dbi-connection.R:73:3', 'test-dbi-connection.R:94:3', 'test-dbi-connection.R:106:3', 'test-dbi-connection.R:113:3', 'test-dbi-connection.R:129:3', 'test-dbi-connection.R:146:3', 'test-dbi-connection.R:208:3', 'test-dbi-connection.R:224:3' • On CRAN (22): 'test-bq-auth.R:9:3', 'test-bq-auth.R:13:3', 'test-dplyr.R:200:3', 'test-bq-field.R:27:3', 'test-bq-field.R:35:3', 'test-bq-param.R:12:3', 'test-bq-param.R:21:3', 'test-bq-query.R:2:3', 'test-bq-query.R:13:3', 'test-bq-refs.R:32:3', 'test-bq-refs.R:36:3', 'test-bq-refs.R:44:3', 'test-bq-refs.R:52:3', 'test-bq-refs.R:61:3', 'test-bq-test.R:20:3', 'test-gs-object.R:16:3', 'test-utils.R:3:3', 'test-dbi-connection.R:25:3', 'test-dbi-connection.R:52:3', 'test-dbi-connection.R:87:3', 'test-dbi-connection.R:157:3', 'test-dbi-connection.R:193:3' • bq_authable() is not TRUE (2): 'test-bq-project.R:2:3', 'test-bq-request.R:37:3' • https://github.com/meztez/bigrquerystorage/issues/54 (1): 'test-bq-download.R:128:3' [ FAIL 0 | WARN 0 | SKIP 97 | PASS 117 ] > > proc.time() user system elapsed 3.57 0.42 6.50