CRAN Package Check Results for Package ViewR

Last updated on 2026-06-08 00:52:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 3.90 54.31 58.21 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 3.31 41.07 44.38 OK
r-devel-linux-x86_64-fedora-clang 2.0.0 8.00 82.71 90.71 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 9.00 90.37 99.37 OK
r-devel-windows-x86_64 2.0.0 8.00 70.00 78.00 OK
r-patched-linux-x86_64 1.0.0 4.46 44.03 48.49 OK
r-release-linux-x86_64 2.0.0 4.38 51.38 55.76 OK
r-release-macos-arm64 2.0.0 1.00 21.00 22.00 OK
r-release-macos-x86_64 2.0.0 4.00 81.00 85.00 OK
r-release-windows-x86_64 2.0.0 7.00 72.00 79.00 OK
r-oldrel-macos-arm64 2.0.0 1.00 23.00 24.00 OK
r-oldrel-macos-x86_64 2.0.0 4.00 87.00 91.00 OK
r-oldrel-windows-x86_64 2.0.0 9.00 83.00 92.00 ERROR

Check Details

Version: 2.0.0
Check: tests
Result: ERROR Running 'testthat.R' [5s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(ViewR) > > test_check("ViewR") Saving _problems/test-ViewR-65.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 127 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • interactive() is not TRUE (2): 'test-ViewR.R:16:3', 'test-ViewR.R:38:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ViewR.R:62:3'): install_viewr_deps() returns invisibly when all deps installed ── Error in `contrib.url(repos, "source")`: trying to use CRAN without setting a mirror Backtrace: ▆ 1. ├─base::withCallingHandlers(install_viewr_deps(ask = FALSE), message = function(m) invokeRestart("muffleMessage")) at test-ViewR.R:62:3 2. └─ViewR::install_viewr_deps(ask = FALSE) 3. └─utils::install.packages(missing_pkgs) 4. └─utils::contrib.url(repos, "source") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 127 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64