CRAN Package Check Results for Package futile.logger

Last updated on 2025-11-16 06:49:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.3 2.64 24.39 27.03 NOTE
r-devel-linux-x86_64-debian-gcc 1.4.3 1.99 20.17 22.16 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.3 40.02 ERROR
r-devel-linux-x86_64-fedora-gcc 1.4.3 13.00 27.91 40.91 ERROR
r-devel-windows-x86_64 1.4.3 4.00 43.00 47.00 OK
r-patched-linux-x86_64 1.4.3 2.84 22.15 24.99 OK
r-release-linux-x86_64 1.4.3 2.34 22.31 24.65 ERROR
r-release-macos-arm64 1.4.3 2.00 16.00 18.00 OK
r-release-macos-x86_64 1.4.3 2.00 25.00 27.00 OK
r-release-windows-x86_64 1.4.3 4.00 43.00 47.00 OK
r-oldrel-macos-arm64 1.4.3 1.00 16.00 17.00 OK
r-oldrel-macos-x86_64 1.4.3 2.00 21.00 23.00 OK
r-oldrel-windows-x86_64 1.4.3 5.00 47.00 52.00 OK

Check Details

Version: 1.4.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Brian Lee Yung Rowe <r@zatonovo.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = c("Brian", "Lee", "Yung"), family = "Rowe", role = c("aut", "cre"), email = "r@zatonovo.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.4.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/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 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.4.3
Check: tests
Result: ERROR Running ‘testthat.R’ 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 Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.4.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/11s] 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 Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.4.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] 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 Flavor: r-release-linux-x86_64