Last updated on 2025-07-24 17:50:03 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
container | 13 | ||
GroupSeq | 13 | ||
pipeflow | 3 | 7 | 3 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 3, NOTE: 7, OK: 3
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’ [29s/13s]
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’ [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