R Under development (unstable) (2026-01-27 r89337 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > library(testthat) > library(gargle) > > test_check("gargle") [ FAIL 0 | WARN 0 | SKIP 88 | PASS 284 ] ══ Skipped tests (88) ══════════════════════════════════════════════════════════ • Not on GCE (1): 'test-credentials_gce.R:28:3' • On CRAN (87): 'test-AuthState-class.R:1:1', 'test-AuthState-class.R:96:1', 'test-AuthState-class.R:112:1', 'test-AuthState-class.R:128:1', 'test-AuthState-class.R:144:1', 'test-Gargle-class.R:27:1', 'test-Gargle-class.R:32:1', 'test-Gargle-class.R:62:1', 'test-Gargle-class.R:76:1', 'test-Gargle-class.R:91:1', 'test-Gargle-class.R:113:1', 'test-Gargle-class.R:131:1', 'test-aaa.R:2:3', 'test-cred_funs.R:42:1', 'test-cred_funs.R:58:1', 'test-cred_funs.R:107:1', 'test-credentials_byo_oauth2.R:1:1', 'test-credentials_byo_oauth2.R:8:1', 'test-credentials_service_account.R:1:1', 'test-credentials_service_account.R:18:1', 'test-gargle_oauth_client.R:1:1', 'test-gargle_oauth_client.R:12:1', 'test-gargle_oauth_client.R:31:1', 'test-gargle_oauth_endpoint.R:1:1', 'test-inside-the-house.R:6:1', 'test-inside-the-house.R:19:1', 'test-inside-the-house.R:28:1', 'test-inside-the-house.R:55:1', 'test-oauth-cache.R:3:1', 'test-oauth-cache.R:77:1', 'test-oauth-cache.R:117:1', 'test-oauth-cache.R:214:1', 'test-oauth-cache.R:222:1', 'test-oauth-cache.R:296:1', 'test-oauth-cache.R:324:1', 'test-oauth-init.R:1:1', 'test-oauth-init.R:6:1', 'test-oauth-init.R:11:1', 'test-oauth-init.R:17:1', 'test-oauth-refresh.R:1:1', 'test-request_develop.R:1:1', 'test-request_develop.R:10:1', 'test-request_make.R:1:1', 'test-request_retry.R:1:1', 'test-response_process.R:22:1', 'test-response_process.R:29:1', 'test-response_process.R:37:1', 'test-response_process.R:45:1', 'test-response_process.R:61:1', 'test-response_process.R:68:1', 'test-response_process.R:75:1', 'test-response_process.R:82:1', 'test-response_process.R:89:1', 'test-response_process.R:97:1', 'test-response_process.R:104:1', 'test-response_process.R:111:1', 'test-roxygen-templates.R:1:1', 'test-roxygen-templates.R:5:1', 'test-roxygen-templates.R:9:1', 'test-roxygen-templates.R:13:1', 'test-roxygen-templates.R:17:1', 'test-roxygen-templates.R:21:1', 'test-roxygen-templates.R:25:1', 'test-roxygen-templates.R:29:1', 'test-roxygen-templates.R:33:1', 'test-roxygen-templates.R:37:1', 'test-roxygen-templates.R:41:1', 'test-roxygen-templates.R:45:1', 'test-roxygen-templates.R:49:1', 'test-roxygen-templates.R:53:1', 'test-roxygen-templates.R:57:1', 'test-secret.R:25:1', 'test-secret.R:33:1', 'test-secret.R:41:1', 'test-token-info.R:2:3', 'test-utils-ui.R:9:1', 'test-utils-ui.R:14:1', 'test-utils-ui.R:25:1', 'test-utils-ui.R:38:1', 'test-utils-ui.R:60:1', 'test-utils-ui.R:73:1', 'test-utils-ui.R:86:1', 'test-utils-ui.R:99:1', 'test-utils-ui.R:116:1', 'test-utils-ui.R:129:1', 'test-utils-ui.R:147:1', 'test-utils-ui.R:165:1' [ FAIL 0 | WARN 0 | SKIP 88 | PASS 284 ] > > proc.time() user system elapsed 10.14 1.01 19.53