R Under development (unstable) (2025-11-04 r88984 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 devtools workflow. > # See `?devtools::test()` for more information. > > library(testthat) > library(shiny) > library(shinyOAuth) > > test_check("shinyOAuth") GET /base HTTP/1.1 accept: application/json authorization: Bearer tok user-agent: shinyOAuth/0.1.1 R/4.6.0 httr2/1.2.1 x-test: 1 GET /base HTTP/1.1 accept: */* authorization: Bearer tok user-agent: shinyOAuth/0.1.1 R/4.6.0 httr2/1.2.1 POST /base HTTP/1.1 accept: */* authorization: Bearer tok user-agent: shinyOAuth/0.1.1 R/4.6.0 httr2/1.2.1 x-test: 1 <0 bytes> GET /base HTTP/1.1 accept: */* authorization: Bearer tok user-agent: shinyOAuth/0.1.1 R/4.6.0 httr2/1.2.1 x-other: ok trace=8xighha1Wfdr class=shinyOAuth_pkce_error, shinyOAuth_error, rlang_error, error, condition [shinyOAuth] - PKCE validation failed ! x i Trace ID: 8xighha1Wfdr [ FAIL 0 | WARN 0 | SKIP 6 | PASS 737 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-constant-time-compare.R:53:3', 'test_chromote_cookie.R:98:3', 'test_chromote_cookie.R:137:3', 'test_chromote_cookie.R:165:3', 'test_state_store_single_use.R:2:3', 'test_state_store_single_use.R:38:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 737 ] > > proc.time() user system elapsed 17.67 1.37 31.84