R Under development (unstable) (2026-02-18 r89435 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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