- using R Under development (unstable) (2026-06-05 r90105)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
GNU Fortran (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-06-05 13:19:05 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘checked/DESCRIPTION’ ... OK
- this is package ‘checked’ version ‘0.5.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 ‘checked’ can be installed ... [16s/43s] OK
See the install log for details.
- 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 ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... 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 ... [18s/42s] 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 ... OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [46s/119s] ERROR
Running ‘testthat.R’ [46s/118s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(checked)
>
> # Meet CRAN multiple core usage requirement
> test_check("checked")
Saving _problems/test-check-reverse-43.R
Saving _problems/test-check-reverse-108.R
Saving _problems/test-check-reverse-111.R
[ FAIL 3 | WARN 0 | SKIP 7 | PASS 57 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-check.R:3:3', 'test-deps.R:1:1', 'test-deps.R:15:3',
'test-reporters.R:20:3', 'test-reporters.R:47:3', 'test-reporters.R:75:3',
'test-results-utils.R:3:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-check-reverse.R:38:5'): check_rev_deps works for package with one breaking change ──
Error in `vapply(..., FUN.VALUE = logical(1L))`: values must be length 1,
but FUN(X[[14]]) result is length 0
Backtrace:
▆
1. ├─withr::with_options(...) at test-check-reverse.R:37:3
2. │ └─base::force(code)
3. └─checked::check_rev_deps(...) at test-check-reverse.R:38:5
4. ├─checked::run(checks, ...)
5. └─checked:::run.checker(checks, ...)
6. ├─checked:::report_step(reporter, checker)
7. └─checked:::report_step.NULL(reporter, checker)
8. └─checker$start_next_task()
9. ├─checked:::start_task(...)
10. ├─checked:::start_task.igraph.vs(...)
11. └─checked:::start_task.install_task(...)
12. └─install_process$new(...)
13. └─checked (local) initialize(...)
14. └─private$callr_r_bg(...)
15. └─checked:::vlapply(options, `!=`, bquote())
16. └─base::vapply(..., FUN.VALUE = logical(1L))
── Failure ('test-check-reverse.R:103:5'): check_rev_deps works for a package without a version in repos ──
Expected `... <- NULL` not to throw any errors.
Actually got a <simpleError> with message:
values must be length 1,
but FUN(X[[14]]) result is length 0
Backtrace:
▆
1. ├─withr::with_options(...) at test-check-reverse.R:102:3
2. │ └─base::force(code)
3. └─testthat::expect_no_error(...) at test-check-reverse.R:103:5
── Error ('test-check-reverse.R:111:3'): check_rev_deps works for a package without a version in repos ──
<objectNotFoundError/error/condition>
Error in `eval(code, test_env)`: object 'design' not found
Backtrace:
▆
1. └─checked::results(design) at test-check-reverse.R:111:3
[ FAIL 3 | WARN 0 | SKIP 7 | PASS 57 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [9s/28s] OK
- checking HTML version of manual ... [6s/21s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR