CRAN Package Check Results for Package reactable

Last updated on 2024-11-03 15:48:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.4 4.08 42.61 46.69 OK
r-devel-linux-x86_64-debian-gcc 0.4.4 0.47 1.71 2.18 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.4 74.38 OK
r-devel-linux-x86_64-fedora-gcc 0.4.4 68.30 OK
r-devel-windows-x86_64 0.4.4 6.00 65.00 71.00 OK
r-patched-linux-x86_64 0.4.4 4.47 39.95 44.42 OK
r-release-linux-x86_64 0.4.4 3.86 38.74 42.60 ERROR
r-release-macos-arm64 0.4.4 27.00 OK
r-release-macos-x86_64 0.4.4 39.00 OK
r-release-windows-x86_64 0.4.4 6.00 66.00 72.00 OK
r-oldrel-macos-arm64 0.4.4 26.00 OK
r-oldrel-macos-x86_64 0.4.4 38.00 OK
r-oldrel-windows-x86_64 0.4.4 7.00 72.00 79.00 OK

Check Details

Version: 0.4.4
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.4
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'leaflet', 'shiny', 'tippy', 'V8' Flavor: r-release-linux-x86_64

Version: 0.4.4
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(reactable) > > test_check("reactable") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 685 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • V8 crashed on an uncaught exception, unable to run error handling tests. (1): 'test-reactable.R:1366:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-shiny.R:21:3'): updateReactable ──────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'shiny' Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-shiny.R:21:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─reactable::updateReactable("id", data = list(), session = session) 8. │ └─session$ns(outputId) 9. └─base::loadNamespace(x) at test-shiny.R:12:5 10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 11. └─base (local) withOneRestart(expr, restarts[[1L]]) 12. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-shiny.R:129:3'): getReactableState ───────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'shiny' Backtrace: ▆ 1. ├─reactable::updateReactable("id", session = session) at test-shiny.R:129:3 2. │ └─session$ns(outputId) 3. └─base::loadNamespace(x) at test-shiny.R:12:5 4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 5. └─base (local) withOneRestart(expr, restarts[[1L]]) 6. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 685 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64