Last updated on 2026-06-04 18:50:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 4.83 | 44.80 | 49.63 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 3.06 | 29.85 | 32.91 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 9.00 | 72.83 | 81.83 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 71.23 | OK | |||
| r-devel-windows-x86_64 | 0.2.0 | 8.00 | 62.00 | 70.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 5.15 | 39.03 | 44.18 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 4.78 | 38.70 | 43.48 | OK | |
| r-release-macos-arm64 | 0.2.0 | 1.00 | 14.00 | 15.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 4.00 | 45.00 | 49.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 8.00 | 60.00 | 68.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 3.00 | 39.00 | 42.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 11.00 | 71.00 | 82.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘detourr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: detour
> ### Title: Initiate a detour visualisation
> ### Aliases: detour
>
> ### ** Examples
>
> detour(tourr::flea, tour_aes(projection = -species, colour = species)) |>
+ tour_path(grand_tour(3), fps = 60) |>
+ show_scatter(alpha = 0.7, axes = FALSE)
Error in unclass(x)[i, j, k, drop = FALSE] :
incorrect number of dimensions
Calls: show_scatter ... <Anonymous> -> apply -> array -> [ -> [.history_array
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(detourr)
>
> test_check("detourr")
Saving _problems/test-show_scatter-7.R
Saving _problems/test-show_scatter-50.R
Saving _problems/test-show_scatter-109.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-show_scatter.R:5:3'): axes work ────────────────────────────────
Error in `unclass(x)[i, j, k, drop = FALSE]`: incorrect number of dimensions
Backtrace:
▆
1. ├─detourr::show_scatter(...) at test-show_scatter.R:5:3
2. │ └─detourr:::show_scatter_internal(...)
3. │ └─detourr::is_detour(x)
4. └─detourr::tour_path(...)
5. └─purrr::array_branch(projection_matrices, 3)
6. └─base::apply(array, margin, list)
7. ├─base::array(newX[, i], d.call, dn.call)
8. ├─newX[, i]
9. └─tourr:::`[.history_array`(newX, , i)
── Error ('test-show_scatter.R:48:3'): colours work ────────────────────────────
Error in `unclass(x)[i, j, k, drop = FALSE]`: incorrect number of dimensions
Backtrace:
▆
1. ├─detourr::show_scatter(...) at test-show_scatter.R:48:3
2. │ └─detourr:::show_scatter_internal(...)
3. │ └─detourr::is_detour(x)
4. └─detourr::tour_path(...)
5. └─purrr::array_branch(projection_matrices, 3)
6. └─base::apply(array, margin, list)
7. ├─base::array(newX[, i], d.call, dn.call)
8. ├─newX[, i]
9. └─tourr:::`[.history_array`(newX, , i)
── Error ('test-show_scatter.R:107:3'): labels work ────────────────────────────
Error in `unclass(x)[i, j, k, drop = FALSE]`: incorrect number of dimensions
Backtrace:
▆
1. ├─detourr::show_scatter(...) at test-show_scatter.R:107:3
2. │ └─detourr:::show_scatter_internal(...)
3. │ └─detourr::is_detour(x)
4. └─detourr::tour_path(...)
5. └─purrr::array_branch(projection_matrices, 3)
6. └─base::apply(array, margin, list)
7. ├─base::array(newX[, i], d.call, dn.call)
8. ├─newX[, i]
9. └─tourr:::`[.history_array`(newX, , i)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc