CRAN Package Check Results for Package coro

Last updated on 2024-09-27 07:51:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 3.70 53.93 57.63 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.4 2.56 37.87 40.43 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.4 96.50 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.4 102.46 ERROR
r-devel-windows-x86_64 1.0.4 6.00 73.00 79.00 ERROR
r-patched-linux-x86_64 1.0.4 3.04 50.54 53.58 ERROR
r-release-linux-x86_64 1.0.4 3.26 50.75 54.01 ERROR
r-release-macos-arm64 1.0.4 35.00 OK
r-release-macos-x86_64 1.0.4 49.00 OK
r-release-windows-x86_64 1.0.4 5.00 70.00 75.00 ERROR
r-oldrel-macos-arm64 1.0.4 66.00 OK
r-oldrel-macos-x86_64 1.0.4 88.00 OK
r-oldrel-windows-x86_64 1.0.4 6.00 80.00 86.00 ERROR

Check Details

Version: 1.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/25s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [29s/64s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [26s/66s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.4
Check: tests
Result: ERROR Running 'testthat.R' [14s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.5\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.5\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.5\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [16s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 1.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/21s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at tests/testthat/helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 1.0.4
Check: tests
Result: ERROR Running 'testthat.R' [14s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.4\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.4\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.4\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 1.0.4
Check: tests
Result: ERROR Running 'testthat.R' [19s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(coro) > > test_check("coro") [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-async.R:25:1', 'test-generator.R:27:3', 'test-generator.R:34:3', 'test-iterator.R:3:3', 'test-iterator.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parser-block.R:63:3'): `{` blocks - nested ───────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:63:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.3\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-block.R:100:3'): `{` blocks - complex nesting ─────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-block.R:100:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.3\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) ── Error ('test-parser-if.R:30:3'): `if` blocks - inner block ────────────────── Error in `node_poke_cdr(prev_refs, nested_refs)`: bad value Backtrace: ▆ 1. └─coro:::expect_snapshot0(...) at test-parser-if.R:30:3 2. ├─rlang::inject(expect_snapshot(!!enquo0(expr), cran = cran)) at D:\RCompile\CRANpkg\local\4.3\coro.Rcheck\tests\testthat\helper-flowery.R:5:5 3. └─testthat::expect_snapshot(...) 4. └─rlang::cnd_signal(state$error) [ FAIL 3 | WARN 0 | SKIP 5 | PASS 202 ] 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.