Last updated on 2026-01-09 17:49:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.1 | 2.23 | 58.90 | 61.13 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.1 | 1.75 | 45.73 | 47.48 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3.1 | 97.95 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 4.00 | 76.60 | 80.60 | ERROR | |
| r-devel-windows-x86_64 | 1.3.1 | 5.00 | 79.00 | 84.00 | OK | |
| r-patched-linux-x86_64 | 1.3.1 | 2.36 | 55.57 | 57.93 | OK | |
| r-release-linux-x86_64 | 1.3.1 | 2.06 | 55.25 | 57.31 | OK | |
| r-release-macos-arm64 | 1.3.1 | OK | ||||
| r-release-macos-x86_64 | 1.3.1 | 2.00 | 54.00 | 56.00 | OK | |
| r-release-windows-x86_64 | 1.3.1 | 4.00 | 77.00 | 81.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.1 | 2.00 | 54.00 | 56.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.1 | 5.00 | 94.00 | 99.00 | OK |
Version: 1.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [39s/81s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(viralx)
>
> test_check("viralx")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Saving _problems/test-glob_cr_vis-4.R
Saving _problems/test-glob_knn_vis-4.R
Saving _problems/test-glob_nn_vis-4.R
[ FAIL 3 | WARN 0 | SKIP 11 | PASS 0 ]
══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (11): 'test-viralx_knn.R:1:1', 'test-viralx_knn_glob.R:1:1',
'test-viralx_knn_shap.R:1:1', 'test-viralx_knn_vis.R:1:1',
'test-viralx_mars.R:1:1', 'test-viralx_mars_shap.R:1:1',
'test-viralx_mars_vis.R:1:1', 'test-viralx_nn.R:1:1',
'test-viralx_nn_glob.R:1:1', 'test-viralx_nn_shap.R:1:1',
'test-viralx_nn_vis.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-glob_cr_vis.R:4:3'): `glob_cr_vis()` plots as expected ─────────
Error: package or namespace load failed for 'rsample' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'purrr'
Backtrace:
▆
1. └─base::library(rsample) at test-glob_cr_vis.R:4:3
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
── Error ('test-glob_knn_vis.R:4:3'): `glob_knn_vis()` plots as expected ───────
Error: package or namespace load failed for 'rsample' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'purrr'
Backtrace:
▆
1. └─base::library(rsample) at test-glob_knn_vis.R:4:3
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
── Error ('test-glob_nn_vis.R:4:3'): `glob_nn_vis()` plots as expected ─────────
Error: package or namespace load failed for 'rsample' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'purrr'
Backtrace:
▆
1. └─base::library(rsample) at test-glob_nn_vis.R:4:3
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
[ FAIL 3 | WARN 0 | SKIP 11 | PASS 0 ]
Deleting unused snapshots: 'glob_cr_vis/global-cr-vis.svg',
'glob_knn_vis/global-knn-vis.svg', and 'glob_nn_vis/global-nn-vis.svg'
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc