* using log directory 'd:/Rcompile/CRANpkg/local/4.7/checked.Rcheck'
* using R Under development (unstable) (2026-06-11 r90134 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 14.3.0
    GNU Fortran (GCC) 14.3.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* current time: 2026-06-12 11:08:58 UTC
* 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 hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'checked' can be installed ... OK
* 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 ... [1s] OK
* checking whether the package can be loaded with stated dependencies ... [1s] OK
* checking whether the package can be unloaded cleanly ... [1s] OK
* checking whether the namespace can be loaded with stated dependencies ... [1s] OK
* checking whether the namespace can be unloaded cleanly ... [1s] OK
* checking loading without being on the library search path ... [1s] 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 ... [6s] OK
* checking Rd files ... [1s] OK
* checking Rd metadata ... 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 ... [1s] OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ... [9s] ERROR
  Running 'testthat.R' [9s]
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 ... [20s] OK
* checking HTML version of manual ... [11s] OK
* DONE
Status: 1 ERROR
