CRAN Package Check Results for Package pipeflow

Last updated on 2025-07-23 12:54:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 6.87 119.10 125.97 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.2 4.55 88.92 93.47 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.2 212.47 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.2 206.06 ERROR
r-devel-windows-x86_64 0.2.2 7.00 122.00 129.00 NOTE
r-patched-linux-x86_64 0.2.2 7.38 113.42 120.80 NOTE
r-release-linux-x86_64 0.2.2 6.73 113.63 120.36 NOTE
r-release-macos-arm64 0.2.2 71.00 NOTE
r-release-macos-x86_64 0.2.2 142.00 NOTE
r-release-windows-x86_64 0.2.2 7.00 122.00 129.00 NOTE
r-oldrel-macos-arm64 0.2.2 80.00 OK
r-oldrel-macos-x86_64 0.2.2 162.00 OK
r-oldrel-windows-x86_64 0.2.2 7.00 151.00 158.00 OK

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-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

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’ [66s/41s] 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-gcc