CRAN Package Check Results for Package recurse

Last updated on 2024-12-26 07:51:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 16.95 52.50 69.45 ERROR
r-devel-linux-x86_64-debian-gcc 1.4.0 12.24 62.37 74.61 OK
r-devel-linux-x86_64-fedora-clang 1.4.0 123.10 OK
r-devel-linux-x86_64-fedora-gcc 1.4.0 182.32 OK
r-devel-windows-x86_64 1.4.0 17.00 120.00 137.00 OK
r-patched-linux-x86_64 1.4.0 17.41 84.51 101.92 OK
r-release-linux-x86_64 1.4.0 16.62 83.47 100.09 OK
r-release-macos-arm64 1.4.0 71.00 OK
r-release-macos-x86_64 1.4.0 201.00 OK
r-release-windows-x86_64 1.4.0 18.00 111.00 129.00 OK
r-oldrel-macos-arm64 1.4.0 77.00 OK
r-oldrel-macos-x86_64 1.4.0 194.00 OK
r-oldrel-windows-x86_64 1.4.0 18.00 138.00 156.00 OK

Check Details

Version: 1.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(recurse) > > test_check("recurse") [ FAIL 1 | WARN 0 | SKIP 1 | PASS 148 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_recurse.R:116:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_recurse.R:189:15'): move2 objects ────────────────────────────── Error in `UseMethod("getRecursions", x)`: no applicable method for 'getRecursions' applied to an object of class "NULL" Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test_recurse.R:189:15 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─recurse::getRecursions(moveStackPts, 1) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 148 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang