CRAN Package Check Results for Package futile.logger

Last updated on 2025-12-04 07:50:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.3 1.69 25.42 27.11 ERROR
r-devel-linux-x86_64-debian-gcc 1.4.3 2.26 19.40 21.66 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.3 40.16 ERROR
r-devel-linux-x86_64-fedora-gcc 1.4.3 37.81 ERROR
r-devel-windows-x86_64 1.4.3 4.00 44.00 48.00 ERROR
r-patched-linux-x86_64 1.4.3 2.23 21.51 23.74 ERROR
r-release-linux-x86_64 1.4.3 2.60 22.24 24.84 ERROR
r-release-macos-arm64 1.4.3 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 ERROR
r-oldrel-macos-arm64 1.4.3 OK
r-oldrel-macos-x86_64 1.4.3 2.00 21.00 23.00 OK
r-oldrel-windows-x86_64 1.4.3 4.00 50.00 54.00 ERROR

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’ [3s/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-devel-linux-x86_64-debian-clang

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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.4.3
Check: tests
Result: 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 Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

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 Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.4.3
Check: tests
Result: ERROR Running 'testthat.R' [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-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.