Last updated on 2025-11-10 02:51:05 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 13.00 | 156.29 | 169.29 | ERROR | |
| r-release-macos-arm64 | 0.1.1 | 3.00 | 58.00 | 61.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 7.00 | 125.00 | 132.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 3.00 | 62.00 | 65.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 7.00 | 154.00 | 161.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [67s/73s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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=UGpEl33quvDJ class=shinyOAuth_pkce_error, shinyOAuth_error, rlang_error, error, condition
[shinyOAuth] - PKCE validation failed
! x
i Trace ID: UGpEl33quvDJ
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 736 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-state-fail-delay.R:17:3'): state failure delay jitter respects configured bounds (0,0) ──
(t1 - t0) is not strictly less than 0.05. Difference: 0.028
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 736 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang