CRAN Package Check Results for Package detourr

Last updated on 2026-06-19 11:53:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 5.11 44.72 49.83 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 3.29 32.60 35.89 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 66.88 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.0 63.92 ERROR
r-devel-windows-x86_64 0.2.0 12.00 61.00 73.00 OK
r-patched-linux-x86_64 0.2.0 5.04 38.81 43.85 OK
r-release-linux-x86_64 0.2.0 5.27 38.89 44.16 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 59.00 67.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 12.00 68.00 80.00 OK

Check Details

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘detourr-Ex.R’ failed The error most likely occurred in: > ### 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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ 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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc