R Under development (unstable) (2026-01-29 r89354 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. > # This file is part of the standard devtools workflow. > # See `?devtools::test()` for more information. > > library(testthat) > library(shiny) > library(shinyOAuth) > > test_check("shinyOAuth") [ FAIL 0 | WARN 0 | SKIP 47 | PASS 1203 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test-audit-async-options.R:2:3', 'test-audit-async-options.R:201:3', 'test-audit-async-options.R:278:3', 'test-audit-async-session-context.R:2:3', 'test-constant-time-compare.R:53:3', 'test-discovery-auth-methods.R:3:3', 'test-discovery-auth-methods.R:31:3', 'test-discovery-auth-methods.R:55:3', 'test-discovery-auth-methods.R:86:3', 'test-discovery-auth-methods.R:120:3', 'test-discovery-hardened.R:3:3', 'test-discovery-hardened.R:72:3', 'test-discovery-hardened.R:100:3', 'test-discovery-hardened.R:126:3', 'test-discovery-hardened.R:142:3', 'test-introspect-token.R:117:3', 'test-jwks-malformed-and-pinning.R:3:3', 'test-jwks-malformed-and-pinning.R:96:3', 'test-module-server-async.R:2:3', 'test-module-server-async.R:70:3', 'test-module-server-async.R:139:3', 'test-module-server-async.R:207:3', 'test-module-server-async.R:232:3', 'test-module-server.R:191:3', 'test-module-server.R:241:3', 'test-redirect-following-disabled.R:50:3', 'test-redirect-following-disabled.R:126:3', 'test-redirect-following-disabled.R:195:3', 'test-redirect-following-disabled.R:249:3', 'test-redirect-following-disabled.R:312:3', 'test-redirect-following-disabled.R:377:3', 'test-redirect-following-disabled.R:414:3', 'test-redirect-following-disabled.R:479:3', 'test-refresh-races.R:2:3', 'test-refresh-races.R:109:3', 'test-revoke-on-session-end.R:63:3', 'test-revoke-token.R:80:3', 'test-state-fail-delay.R:3:3', 'test-utils-http-helpers.R:200:3', 'test-utils-http-helpers.R:242:3', 'test-utils-http-helpers.R:279:3', 'test-utils-http-helpers.R:323:3', 'test_chromote_cookie.R:106:3', 'test_chromote_cookie.R:149:3', 'test_chromote_cookie.R:183:3', 'test_state_store_single_use.R:2:3', 'test_state_store_single_use.R:38:3' [ FAIL 0 | WARN 0 | SKIP 47 | PASS 1203 ] > > proc.time() user system elapsed 25.53 1.67 29.84