R Under development (unstable) (2024-01-20 r85814 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 92 | PASS 113 ] ══ Skipped tests (92) ══════════════════════════════════════════════════════════ • 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 (60): '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:146:3', 'test-bq-table.R:165:3', 'test-bq-table.R:174:3', 'test-dplyr.R:2:3', 'test-dplyr.R:11:3', 'test-dplyr.R:24:3', 'test-dplyr.R:34:3', 'test-dplyr.R:55:3', 'test-dplyr.R:79:3', 'test-dplyr.R:148:3', 'test-dplyr.R:188: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:158:3', 'test-bq-download.R:175:3', 'test-bq-download.R:199:3', 'test-bq-download.R:208:3', 'test-bq-download.R:229:3', 'test-bq-download.R:237:3', 'test-bq-perform.R:4:3', 'test-bq-perform.R:20:3', 'test-bq-perform.R:39:3', 'test-bq-perform.R:63:3', 'test-bq-perform.R:79:3', 'test-bq-perform.R:89:3', 'test-bq-perform.R:99:3', 'test-bq-project.R:11:3', 'test-bq-parse.R:130: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:81:3', 'test-dbi-connection.R:51:3', 'test-dbi-connection.R:68:3', 'test-dbi-connection.R:90:3', 'test-dbi-connection.R:102:3', 'test-dbi-connection.R:109:3', 'test-dbi-connection.R:125:3', 'test-dbi-connection.R:142:3', 'test-dbi-connection.R:196:3', 'test-dbi-connection.R:204:3' • On CRAN (22): 'test-bq-auth.R:9:3', 'test-bq-auth.R:14:3', 'test-dplyr.R:174: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-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-query.R:2:3', 'test-bq-query.R:13:3', 'test-bq-test.R:20:3', 'test-gs-object.R:16:3', 'test-utils.R:4:3', 'test-dbi-connection.R:20:3', 'test-dbi-connection.R:47:3', 'test-dbi-connection.R:82:3', 'test-dbi-connection.R:153:3', 'test-dbi-connection.R:189:3' • bq_authable() is not TRUE (2): 'test-bq-project.R:2:3', 'test-bq-request.R:38:3' [ FAIL 0 | WARN 0 | SKIP 92 | PASS 113 ] > > proc.time() user system elapsed 3.46 0.37 6.51