* using log directory 'd:/RCompile/CRANincoming/R-devel/checked.Rcheck' * using R Under development (unstable) (2026-02-18 r89435 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-02-19 17:35:31 UTC * checking for file 'checked/DESCRIPTION' ... OK * this is package 'checked' version '0.5.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [12s] OK * 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 for future file timestamps ... 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 ... [12s] 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 ... [500s] ERROR Running 'testthat.R' [499s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(checked) > > test_check("checked") Saving _problems/test-check-reverse-64.R Saving _problems/test-check-reverse-67.R Saving _problems/test-check-reverse-71.R Saving _problems/test-check-reverse-74.R Saving _problems/test-check-reverse-77.R Saving _problems/test-check-reverse-137.R Saving _problems/test-check-reverse-140.R Saving _problems/test-check-reverse-143.R Saving _problems/test-check-reverse-162.R Saving _problems/test-check-reverse-165.R Saving _problems/test-check-reverse-168.R Saving _problems/test-check-33.R Saving _problems/test-check-37.R Saving _problems/test-check-52.R Saving _problems/test-results-utils-17.R Saving _problems/test-results-utils-18.R [ FAIL 16 | WARN 0 | SKIP 4 | PASS 152 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-deps.R:1:1', 'test-deps.R:15:3', 'test-reporters.R:18:1', 'test-reporters.R:42:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-check-reverse.R:64:3'): check_rev_deps works for package with one breaking change ── Expected `r_both_error$warnings$issues` to have length 1. Actual length: 0. ── Failure ('test-check-reverse.R:65:3'): check_rev_deps works for package with one breaking change ── Expected `grepl("Missing or unexported object", r_both_error$warnings$issues)` to be TRUE. Differences: `actual`: `expected`: TRUE ── Failure ('test-check-reverse.R:71:3'): check_rev_deps works for package with one breaking change ── Expected `r_both_error$errors$issues` to have length 1. Actual length: 0. ── Failure ('test-check-reverse.R:72:3'): check_rev_deps works for package with one breaking change ── Expected `grepl("Running the tests in", r_both_error$errors$issues)` to be TRUE. Differences: `actual`: `expected`: TRUE ── Failure ('test-check-reverse.R:75:3'): check_rev_deps works for package with one breaking change ── Expected `grepl("is not an exported object from", r_both_error$errors$issues)` to be TRUE. Differences: `actual`: `expected`: TRUE ── Failure ('test-check-reverse.R:137:3'): check_rev_deps works for a package without a version in repos ── Expected `r_none_broken$errors$issues` to have length 1. Actual length: 0. ── Failure ('test-check-reverse.R:138:3'): check_rev_deps works for a package without a version in repos ── Expected `grepl("Running the tests in", r_none_broken$errors$issues)` to be TRUE. Differences: `actual`: `expected`: TRUE ── Failure ('test-check-reverse.R:141:3'): check_rev_deps works for a package without a version in repos ── Expected `grepl("there is no package called", r_none_broken$errors$issues)` to be TRUE. Differences: `actual`: `expected`: TRUE ── Failure ('test-check-reverse.R:162:3'): check_rev_deps works for a package without a version in repos ── Expected `r_none$errors$issues` to have length 1. Actual length: 0. ── Failure ('test-check-reverse.R:163:3'): check_rev_deps works for a package without a version in repos ── Expected `grepl("Running the tests in", r_none$errors$issues)` to be TRUE. Differences: `actual`: `expected`: TRUE ── Failure ('test-check-reverse.R:166:3'): check_rev_deps works for a package without a version in repos ── Expected `grepl("Reverse suggested deps detected", r_none$errors$issues)` to be TRUE. Differences: `actual`: `expected`: TRUE ── Failure ('test-check.R:33:3'): check_pkgs works as expected ───────────────── Expected `r_example_bad$notes$issues` to have length 3. Actual length: 0. ── Failure ('test-check.R:37:3'): check_pkgs works as expected ───────────────── Expected `r_example_bad$warnings$issues` to have length 3. Actual length: 0. ── Failure ('test-check.R:52:3'): check_pkgs works as expected ───────────────── Expected `r_example_good$notes$issues` to have length 2. Actual length: 0. ── Failure ('test-results-utils.R:17:3'): results_to_df works as expected ────── Expected `df$notes` to equal `c(3, 2)`. Differences: `actual`: 0.0 0.0 `expected`: 3.0 2.0 ── Failure ('test-results-utils.R:18:3'): results_to_df works as expected ────── Expected `df$warnings` to equal `c(3, 0)`. Differences: `actual`: 0.0 0.0 `expected`: 3.0 0.0 [ FAIL 16 | WARN 0 | SKIP 4 | PASS 152 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [65s] OK * checking HTML version of manual ... [20s] OK * DONE Status: 1 ERROR