Last updated on 2025-11-16 04:48:30 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 2.28 | 29.49 | 31.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 1.72 | 24.17 | 25.89 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 11.00 | 39.64 | 50.64 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 46.94 | OK | |||
| r-devel-windows-x86_64 | 0.4.0 | 5.00 | 48.00 | 53.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 2.57 | 27.15 | 29.72 | OK | |
| r-release-linux-x86_64 | 0.6.0 | 2.34 | 26.84 | 29.18 | OK | |
| r-release-macos-arm64 | 0.4.0 | 2.00 | 37.00 | 39.00 | OK | |
| r-release-macos-x86_64 | 0.6.0 | 4.00 | 35.00 | 39.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 7.00 | 47.00 | 54.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | 1.00 | 22.00 | 23.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.0 | 2.00 | 35.00 | 37.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.0 | 5.00 | 55.00 | 60.00 | OK |
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(countdown)
>
> test_check("countdown")
Saving _problems/test-shiny-10.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 43 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-countdown.R:15:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-shiny.R:7:5'): countdown_app() / errors if shiny not available ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
i Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(requireNamespace = function(...) FALSE, expect_error(countdown_app())) at test-shiny.R:7:5
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 43 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang