The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-07-04 11:50:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 4.88 | 40.33 | 45.21 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 3.98 | 30.78 | 34.76 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 8.00 | 61.00 | 69.00 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 64.17 | ERROR | |||
| r-devel-windows-x86_64 | 0.2.0 | 7.00 | 64.00 | 71.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.0 | 5.38 | 39.18 | 44.56 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 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 | 10.00 | 59.00 | 69.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 | 9.00 | 70.00 | 79.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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/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-clang
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
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, r-devel-windows-x86_64
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
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [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-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.