CRAN Package Check Results for Package coro

Last updated on 2024-10-19 01:49:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5 3.44 54.09 57.53 OK
r-devel-linux-x86_64-debian-gcc 1.0.5 2.43 37.06 39.49 OK
r-devel-linux-x86_64-fedora-clang 1.0.5 99.79 OK
r-devel-linux-x86_64-fedora-gcc 1.0.5 101.43 OK
r-devel-windows-x86_64 1.0.5 5.00 86.00 91.00 OK
r-patched-linux-x86_64 1.0.4 ERROR
r-release-linux-x86_64 1.0.5 2.93 50.37 53.30 OK
r-release-macos-arm64 1.0.5 52.00 OK
r-release-macos-x86_64 1.0.5 101.00 OK
r-release-windows-x86_64 1.0.5 7.00 79.00 86.00 OK
r-oldrel-macos-arm64 1.0.5 57.00 OK
r-oldrel-macos-x86_64 1.0.5 98.00 OK
r-oldrel-windows-x86_64 1.0.5 8.00 80.00 88.00 OK

Check Details

Version: 1.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [16s/18s] 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