CRAN Package Check Results for Package r2r

Last updated on 2024-11-12 05:50:06 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.37 274.20 276.57 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 1.82 212.48 214.30 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 433.65 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 424.45 OK
r-patched-linux-x86_64 0.1.1 2.44 249.22 251.66 ERROR
r-release-linux-x86_64 0.1.2 2.34 246.64 248.98 OK
r-release-macos-arm64 0.1.2 168.00 OK
r-release-macos-x86_64 0.1.2 305.00 OK
r-oldrel-macos-arm64 0.1.2 164.00 OK
r-oldrel-macos-x86_64 0.1.2 300.00 OK
r-oldrel-windows-x86_64 0.1.2 5.00 229.00 234.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(r2r) > > test_check("r2r") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-default_hash_fn.R:7:3'): output are length one characters for some inputs ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'vctrs' Backtrace: ▆ 1. ├─testthat::expect_vector(output, ptype = character(), size = 1L) at test-default_hash_fn.R:7:17 2. │ └─base::tryCatch(...) 3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 6. └─base::loadNamespace(x) 7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 8. └─base (local) withOneRestart(expr, restarts[[1L]]) 9. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(r2r) > > test_check("r2r") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-default_hash_fn.R:7:3'): output are length one characters for some inputs ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'vctrs' Backtrace: ▆ 1. ├─testthat::expect_vector(output, ptype = character(), size = 1L) at test-default_hash_fn.R:7:17 2. │ └─base::tryCatch(...) 3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 6. └─base::loadNamespace(x) 7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 8. └─base (local) withOneRestart(expr, restarts[[1L]]) 9. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64