CRAN Package Check Results for Package pipeflow

Last updated on 2025-07-27 18:51:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 7.08 126.91 133.99 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.2 4.52 90.78 95.30 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.2 212.47 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.3 217.34 OK
r-devel-windows-x86_64 0.2.3 9.00 121.00 130.00 OK
r-patched-linux-x86_64 0.2.2 7.81 114.45 122.26 NOTE
r-release-linux-x86_64 0.2.2 5.94 113.49 119.43 ERROR
r-release-macos-arm64 0.2.2 71.00 NOTE
r-release-macos-x86_64 0.2.3 150.00 OK
r-release-windows-x86_64 0.2.2 8.00 120.00 128.00 ERROR
r-oldrel-macos-arm64 0.2.2 80.00 OK
r-oldrel-macos-x86_64 0.2.3 163.00 OK
r-oldrel-windows-x86_64 0.2.2 10.00 148.00 158.00 ERROR

Check Details

Version: 0.2.2
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.2.0 because package code uses the pipe placeholder syntax added in R 4.2.0. File(s) using such syntax: ‘pipeline.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Version: 0.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [48s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(pipeflow) > lgr::suspend_logging() > > options(Ncpus = 6) > > test_check("pipeflow") Starting 6 test processes [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_aliases.R:1402:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_log.R:87:13'): standard log call has all expected fields ───── names(fields) (`actual`) not equal to `expected_fields` (`expected`). `actual[2:5]`: "level" "time" "message" "rawMsg" `expected[2:4]`: "level" "time" "message" [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [30s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(pipeflow) > lgr::suspend_logging() > > options(Ncpus = 6) > > test_check("pipeflow") Starting 6 test processes [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_aliases.R:1402:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_log.R:87:13'): standard log call has all expected fields ───── names(fields) (`actual`) not equal to `expected_fields` (`expected`). `actual[2:5]`: "level" "time" "message" "rawMsg" `expected[2:4]`: "level" "time" "message" [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [72s/83s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(pipeflow) > lgr::suspend_logging() > > options(Ncpus = 6) > > test_check("pipeflow") Starting 6 test processes [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_aliases.R:1402:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_log.R:87:13'): standard log call has all expected fields ───── names(fields) (`actual`) not equal to `expected_fields` (`expected`). `actual[2:5]`: "level" "time" "message" "rawMsg" `expected[2:4]`: "level" "time" "message" [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [41s/20s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(pipeflow) > lgr::suspend_logging() > > options(Ncpus = 6) > > test_check("pipeflow") Starting 6 test processes [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_aliases.R:1402:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_log.R:87:13'): standard log call has all expected fields ───── names(fields) (`actual`) not equal to `expected_fields` (`expected`). `actual[2:5]`: "level" "time" "message" "rawMsg" `expected[2:4]`: "level" "time" "message" [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.2.2
Check: tests
Result: ERROR Running 'testthat.R' [17s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(pipeflow) > lgr::suspend_logging() > > options(Ncpus = 6) > > test_check("pipeflow") Starting 6 test processes [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_aliases.R:1402:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_log.R:87:13'): standard log call has all expected fields ───── names(fields) (`actual`) not equal to `expected_fields` (`expected`). `actual[2:5]`: "level" "time" "message" "rawMsg" `expected[2:4]`: "level" "time" "message" [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.2.2
Check: tests
Result: ERROR Running 'testthat.R' [24s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(pipeflow) > lgr::suspend_logging() > > options(Ncpus = 6) > > test_check("pipeflow") Starting 6 test processes [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_aliases.R:1402:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_log.R:87:13'): standard log call has all expected fields ───── names(fields) (`actual`) not equal to `expected_fields` (`expected`). `actual[2:5]`: "level" "time" "message" "rawMsg" `expected[2:4]`: "level" "time" "message" [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64