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. > library(testthat) > library(gargle) > > test_check("gargle") [ FAIL 0 | WARN 0 | SKIP 88 | PASS 235 ] ══ Skipped tests (88) ══════════════════════════════════════════════════════════ • Not on GCE (1): 'test-credentials_gce.R:28:3' • On CRAN (87): 'test-AuthState-class.R:4:3', 'test-AuthState-class.R:109:3', 'test-AuthState-class.R:116:3', 'test-AuthState-class.R:132:3', 'test-AuthState-class.R:166:3', 'test-Gargle-class.R:29:3', 'test-Gargle-class.R:52:3', 'test-Gargle-class.R:73:3', 'test-Gargle-class.R:77:3', 'test-Gargle-class.R:92:3', 'test-Gargle-class.R:118:3', 'test-Gargle-class.R:139:3', 'test-aaa.R:2:3', 'test-cred_funs.R:48:3', 'test-cred_funs.R:66:3', 'test-cred_funs.R:110:3', 'test-credentials_byo_oauth2.R:2:3', 'test-credentials_byo_oauth2.R:21:3', 'test-credentials_service_account.R:6:3', 'test-credentials_service_account.R:23:3', 'test-gargle_oauth_client.R:2:3', 'test-gargle_oauth_client.R:13:3', 'test-gargle_oauth_client.R:32:3', 'test-gargle_oauth_endpoint.R:2:3', 'test-inside-the-house.R:8:3', 'test-inside-the-house.R:22:3', 'test-inside-the-house.R:29:3', 'test-inside-the-house.R:56:3', 'test-oauth-cache.R:4:3', 'test-oauth-cache.R:104:3', 'test-oauth-cache.R:143:3', 'test-oauth-cache.R:216:3', 'test-oauth-cache.R:228:3', 'test-oauth-cache.R:319:3', 'test-oauth-cache.R:344:3', 'test-oauth-init.R:2:3', 'test-oauth-init.R:8:3', 'test-oauth-init.R:14:3', 'test-oauth-init.R:18:3', 'test-oauth-refresh.R:7:3', 'test-request_develop.R:2:3', 'test-request_develop.R:11:3', 'test-request_make.R:2:3', 'test-request_retry.R:81:3', 'test-response_process.R:23:3', 'test-response_process.R:30:3', 'test-response_process.R:38:3', 'test-response_process.R:57:3', 'test-response_process.R:62:3', 'test-response_process.R:69:3', 'test-response_process.R:76:3', 'test-response_process.R:83:3', 'test-response_process.R:90:3', 'test-response_process.R:98:3', 'test-response_process.R:105:3', 'test-response_process.R:112:3', 'test-roxygen-templates.R:2:3', 'test-roxygen-templates.R:6:3', 'test-roxygen-templates.R:10:3', 'test-roxygen-templates.R:14:3', 'test-roxygen-templates.R:18:3', 'test-roxygen-templates.R:22:3', 'test-roxygen-templates.R:26:3', 'test-roxygen-templates.R:30:3', 'test-roxygen-templates.R:34:3', 'test-roxygen-templates.R:38:3', 'test-roxygen-templates.R:42:3', 'test-roxygen-templates.R:46:3', 'test-roxygen-templates.R:50:3', 'test-roxygen-templates.R:54:3', 'test-roxygen-templates.R:58:3', 'test-secret.R:27:3', 'test-secret.R:34:3', 'test-secret.R:45:3', 'test-token-info.R:2:3', 'test-utils-ui.R:11:3', 'test-utils-ui.R:19:3', 'test-utils-ui.R:29:3', 'test-utils-ui.R:42:3', 'test-utils-ui.R:61:3', 'test-utils-ui.R:83:3', 'test-utils-ui.R:96:3', 'test-utils-ui.R:110:3', 'test-utils-ui.R:126:3', 'test-utils-ui.R:143:3', 'test-utils-ui.R:162:3', 'test-utils-ui.R:178:3' [ FAIL 0 | WARN 0 | SKIP 88 | PASS 235 ] > > proc.time() user system elapsed 9.06 0.78 11.54