- using R Under development (unstable) (2025-11-13 r89017)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 21.1.5
flang version 21.1.5
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘shiny.benchmark/DESCRIPTION’ ... OK
- this is package ‘shiny.benchmark’ version ‘0.1.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘shiny.benchmark’ can be installed ... [15s/48s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [6s/15s] OK
- checking whether the package can be loaded with stated dependencies ... [5s/17s] OK
- checking whether the package can be unloaded cleanly ... [5s/15s] OK
- checking whether the namespace can be loaded with stated dependencies ... [5s/17s] OK
- checking whether the namespace can be unloaded cleanly ... [6s/20s] OK
- checking loading without being on the library search path ... [6s/20s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [26s/97s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [7s/15s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [8s/23s] ERROR
Running ‘testthat.R’ [7s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(shiny.benchmark)
>
> test_check("shiny.benchmark")
Saving _problems/test-load_example-9.R
Saving _problems/test-load_example-52.R
Saving _problems/test-load_example-74.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-load_example.R:9:5'): Load example creates correct structure ───
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `local_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `local_mocked_bindings()` instead.
Backtrace:
▆
1. └─base::eval(...)
2. └─base::eval(...)
3. └─testthat::local_mock(menu = function(...) stop("Opps, shouldn't reach this")) at test-load_example.R:9:5
4. └─lifecycle::deprecate_stop("3.2.0", "local_mock()", "local_mocked_bindings()")
5. └─lifecycle:::deprecate_stop0(msg)
6. └─rlang::cnd_signal(...)
── Error ('test-load_example.R:52:5'): Does not create load_examples on non-existing directory ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `local_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `local_mocked_bindings()` instead.
Backtrace:
▆
1. └─base::eval(...)
2. └─base::eval(...)
3. └─testthat::local_mock(menu = function(...) stop("Opps, shouldn't reach this")) at test-load_example.R:52:5
4. └─lifecycle::deprecate_stop("3.2.0", "local_mock()", "local_mocked_bindings()")
5. └─lifecycle:::deprecate_stop0(msg)
6. └─rlang::cnd_signal(...)
── Error ('test-load_example.R:74:5'): Does not create load_examples if there is a file in directory ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `local_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `local_mocked_bindings()` instead.
Backtrace:
▆
1. └─base::eval(...)
2. └─base::eval(...)
3. └─testthat::local_mock(menu = function(...) 2) at test-load_example.R:74:5
4. └─lifecycle::deprecate_stop("3.2.0", "local_mock()", "local_mocked_bindings()")
5. └─lifecycle:::deprecate_stop0(msg)
6. └─rlang::cnd_signal(...)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [7s/17s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR