CRAN Package Check Results for Maintainer ‘Roman Pahl <roman.pahl at gmail.com>’

Last updated on 2025-07-31 01:51:44 CEST.

Package ERROR OK
container 13
GroupSeq 13
pipeflow 1 12

Package container

Current CRAN status: OK: 13

Package GroupSeq

Current CRAN status: OK: 13

Package pipeflow

Current CRAN status: ERROR: 1, OK: 12

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’ Flavor: r-release-linux-x86_64

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