* using log directory 'd:/Rcompile/CRANpkg/local/4.6/Require.Rcheck' * using R Under development (unstable) (2026-02-13 r89414 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-14 06:29:57 UTC * checking for file 'Require/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'Require' version '1.0.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 'Require' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: 'Require2.R' 'helpers.R' 'pak.R' 'pkgDep3.R' * 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 ... [0s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [0s] OK * checking whether startup messages can be suppressed ... [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 ... [17s] 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [1s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [100s] ERROR Running 'testthat.R' [100s] 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(Require) > library(testthat) Attaching package: 'testthat' The following object is masked from 'package:Require': setup > test_check("Require") Saving _problems/test-00pkgSnapshot_testthat-16.R Saving _problems/test-01packages_testthat-36.R Saving _problems/test-04other_testthat-19.R Saving _problems/test-04other_testthat-26.R [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • empty test (4): 'test-07pkgSnapshotLong_testthat.R:1:1', 'test-08modules_testthat.R:1:1', 'test-09pkgSnapshotLong_testthat.R:1:1', 'test-10DifferentPkgs_testthat.R:1:1' • On CRAN (3): 'test-05packagesLong_testthat.R:3:3', 'test-06pkgDep_testthat.R:3:3', 'test-12offlineMode_testthat.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-00pkgSnapshot_testthat.R:16:3'): test 1 ──────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 17 columns, inconsistent with item 1 which has 18 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─base::suppressWarnings(Require(c("rlang"), require = FALSE, quiet = quiet)) at test-00pkgSnapshot_testthat.R:16:3 2. │ └─base::withCallingHandlers(...) 3. └─Require::Require(c("rlang"), require = FALSE, quiet = quiet) 4. └─Require::pkgDep(...) 5. └─Require:::getPkgDeps(...) 6. └─Require:::getDeps(...) 7. └─Require:::getDepsNonGH(...) 8. └─Require:::pkgDepCRAN(...) 9. └─Require:::joinToAvailablePackages(...) 10. └─Require:::available.packagesCached(...) 11. ├─base::do.call(rbind, cap) 12. └─base (local) ``(binary = ``, source = ``) 13. └─data.table (local) rbind(deparse.level, ...) 14. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Error ('test-01packages_testthat.R:32:3'): test 1 ─────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 17 columns, inconsistent with item 1 which has 18 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─testthat::capture_warnings(...) at test-01packages_testthat.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::capture_messages(...) 4. │ └─base::withCallingHandlers(...) 5. └─Require::Require(...) 6. └─Require::pkgDep(...) 7. └─Require:::getPkgDeps(...) 8. └─Require:::getDeps(...) 9. └─Require:::getDepsNonGH(...) 10. └─Require:::pkgDepCRAN(...) 11. └─Require:::joinToAvailablePackages(...) 12. └─Require:::available.packagesCached(...) 13. ├─base::do.call(rbind, cap) 14. └─base (local) ``(binary = ``, source = ``) 15. └─data.table (local) rbind(deparse.level, ...) 16. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Failure ('test-04other_testthat.R:18:3'): test 4 ──────────────────────────── Expected `any(grepl("could not be installed", warns))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test-04other_testthat.R:26:3'): test 4 ────────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 17 columns, inconsistent with item 1 which has 18 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. └─Require::pkgDep("data.table", purge = FALSE) at test-04other_testthat.R:26:3 2. └─Require:::getPkgDeps(...) 3. └─Require:::getDeps(...) 4. └─Require:::getDepsNonGH(...) 5. └─Require:::pkgDepCRAN(...) 6. └─Require:::joinToAvailablePackages(...) 7. └─Require:::available.packagesCached(...) 8. ├─base::do.call(rbind, cap) 9. └─base (local) ``(binary = ``, source = ``) 10. └─data.table (local) rbind(deparse.level, ...) 11. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [2s] OK * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... [14s] OK * DONE Status: 1 ERROR, 1 NOTE