* using log directory 'd:/Rcompile/CRANpkg/local/4.5/futile.logger.Rcheck' * using R version 4.5.2 (2025-10-31 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 * checking for file 'futile.logger/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'futile.logger' version '1.4.3' * 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 'futile.logger' 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 ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] 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 ... [2s] 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 ... [3s] ERROR Running 'testthat.R' [2s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(futile.logger) > test_check("futile.logger") Saving _problems/test_layout-7.R Saving _problems/test_layout-16.R Saving _problems/test_layout-23.R Saving _problems/test_layout-29.R Saving _problems/test_layout-35.R Saving _problems/test_logger-6.R Saving _problems/test_logger-14.R Saving _problems/test_logger-22.R Saving _problems/test_logger-34.R Saving _problems/test_logger-47.R Saving _problems/test_logger-61.R Saving _problems/test_logger-80.R [ FAIL 12 | WARN 1 | SKIP 0 | PASS 40 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_layout.R:7:3'): Embedded format string ───────────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(length(grep("INFO", raw)) > 0, is_true()) at test_layout.R:7:3 ── Error ('test_layout.R:16:3'): Custom layout dereferences level field ──────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that("xxx[INFO]xxx" == raw, is_true()) at test_layout.R:16:3 ── Error ('test_layout.R:23:3'): Raw null value is printed ───────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(...) at test_layout.R:23:3 ── Error ('test_layout.R:29:3'): Single null value is printed ────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(...) at test_layout.R:29:3 ── Error ('test_layout.R:35:3'): Null is printed amongst variables ───────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(...) at test_layout.R:35:3 ── Error ('test_logger.R:6:3'): Default settings ─────────────────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(length(grep("INFO", raw)) > 0, is_true()) at test_logger.R:6:3 ── Error ('test_logger.R:14:3'): Change root threshold ───────────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(length(raw) == 0, is_true()) at test_logger.R:14:3 ── Error ('test_logger.R:22:3'): Capture works as expected ───────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(length(raw) == 9, is_true()) at test_logger.R:22:3 ── Error ('test_logger.R:34:3'): Create new logger ───────────────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(length(raw.root) == 0, is_true()) at test_logger.R:34:3 ── Error ('test_logger.R:47:3'): Hierarchy is honored ────────────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(length(raw.root) == 0, is_true()) at test_logger.R:47:3 ── Error ('test_logger.R:61:3'): Hierarchy inheritance ───────────────────────── Error in `is_true()`: could not find function "is_true" Backtrace: ▆ 1. └─testthat::expect_that(length(raw.root) == 0, is_true()) at test_logger.R:61:3 ── Error ('test_logger.R:80:3'): carp returns output ─────────────────────────── Error in `is_false()`: could not find function "is_false" Backtrace: ▆ 1. └─testthat::expect_that(flog.carp(), is_false()) at test_logger.R:80:3 [ FAIL 12 | WARN 1 | SKIP 0 | PASS 40 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [19s] OK * checking HTML version of manual ... [2s] OK * DONE Status: 1 ERROR