CRAN Package Check Results for Package crossmap

Last updated on 2025-04-11 18:53:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 3.18 119.97 123.15 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 2.20 85.47 87.67 OK
r-devel-linux-x86_64-fedora-clang 0.4.0 207.69 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.0 225.16 ERROR
r-devel-macos-arm64 0.4.0 90.00 OK
r-devel-macos-x86_64 0.4.0 135.00 OK
r-devel-windows-x86_64 0.4.0 9.00 126.00 135.00 OK
r-patched-linux-x86_64 0.4.0 3.60 112.96 116.56 OK
r-release-linux-x86_64 0.4.0 OK
r-release-macos-arm64 0.4.0 69.00 OK
r-release-macos-x86_64 0.4.0 108.00 OK
r-release-windows-x86_64 0.4.0 13.00 178.00 191.00 OK
r-oldrel-macos-arm64 0.4.0 OK
r-oldrel-macos-x86_64 0.4.0 131.00 OK
r-oldrel-windows-x86_64 0.4.0 12.00 156.00 168.00 OK

Check Details

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [54s/153s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(crossmap) > > test_check("crossmap") [ FAIL 1 | WARN 3 | SKIP 0 | PASS 382 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-errors.R:12:3'): require future ────────────────────────────── `future_xmap(list(1:3, 1:3), paste)` did not throw an error. [ FAIL 1 | WARN 3 | SKIP 0 | PASS 382 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [74s/300s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(crossmap) > > test_check("crossmap") [ FAIL 2 | WARN 3 | SKIP 0 | PASS 381 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-errors.R:5:3'): require furrr ──────────────────────────────── `future_xmap(list(1:3, 1:3), paste)` did not throw an error. ── Failure ('test-errors.R:12:3'): require future ────────────────────────────── `future_xmap(list(1:3, 1:3), paste)` did not throw an error. [ FAIL 2 | WARN 3 | SKIP 0 | PASS 381 ] Error: Test failures In addition: Warning messages: 1: In for (i in seq_len(nrow(theme))) { : closing unused connection 4 (<-localhost.localdomain:36877) 2: In for (i in seq_len(nrow(theme))) { : closing unused connection 5 (<-localhost.localdomain:36877) Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc