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-06-10 11:54:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 4.83 | 97.76 | 102.59 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.24 | 72.65 | 76.89 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 10.00 | 176.33 | 186.33 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 9.00 | 171.41 | 180.41 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 9.00 | 120.00 | 129.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.0 | 5.57 | 97.38 | 102.95 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 4.77 | 98.02 | 102.79 | OK | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 36.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 4.00 | 263.00 | 267.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 9.00 | 129.00 | 138.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 1.00 | 41.00 | 42.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 4.00 | 118.00 | 122.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 12.00 | 156.00 | 168.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘pandemonium-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: makePlots
> ### Title: Generate a specified plot outside the GUI
> ### Aliases: makePlots
>
> ### ** Examples
>
> makePlots(
+ cluster = Bikes$space1,
+ settings = list(
+ plotType = "WC", x = "hum", y = "temp", k = 4, metric = "euclidean",
+ linkage = "ward.D2", WCa = 0.5, showalpha = TRUE
+ ), cov = cov(Bikes$space1),
+ linked = Bikes$space2, getScore = outsideScore(Bikes$other$res, "Residual")
+ )
>
> makePlots(
+ cluster = Bikes$space1,
+ settings = list(
+ plotType = "tour", k = 4, metric = "euclidean", linkage = "ward.D2",
+ tourspace = "space1", colouring = "clustering", out_dim = 2, tour_path = "grand",
+ display = "scatter", radial_start = NULL, radial_var = NULL, slice_width = NULL, seed = 2025
+ ),
+ cov = cov(Bikes$space1), linked = Bikes$space2,
+ getScore = outsideScore(Bikes$other$res, "Residual")
+ )
Error in unclass(x)[i, j, k, drop = FALSE] :
incorrect number of dimensions
Calls: makePlots ... <Anonymous> -> apply -> array -> [ -> [.history_array
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/34s]
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(pandemonium)
>
> test_check("pandemonium")
Saving _problems/test-plotting-13.R
Saving _problems/test-plotting-28.R
Target: 0.024, 177.5% better
Target: 0.026, 7.6% better
Target: 0.030, 17.0% better
Target: 0.032, 5.7% better
Target: 0.032, 1.4% better
Target: 0.032, 0.4% better
Target: 0.032, 1.0% better
Target: 0.033, 0.2% better
Target: 0.033, 0.3% better
Target: 0.033, 0.1% better
Target: 0.033, 0.5% better
Target: 0.033, 0.4% better
Target: 0.033, 0.2% better
Target: 0.033, 0.1% better
No better bases found after 25 tries. Giving up.
Final projection:
0.244 -0.158
-0.394 0.297
0.015 -0.353
0.149 -0.199
-0.400 -0.378
-0.055 0.210
0.347 0.681
0.692 -0.268
Saving _problems/test-plotting-35.R
Saving _problems/test-plotting-42.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 5 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plotting.R:10:3'): tour works ────────────────────────────────
Expected `makePlots(...)` not to throw any conditions.
Actually got a <simpleError> with message:
incorrect number of dimensions
── Failure ('test-plotting.R:25:3'): radial tour works with random basis ───────
Expected `makePlots(...)` not to throw any conditions.
Actually got a <simpleError> with message:
incorrect number of dimensions
── Error ('test-plotting.R:32:3'): radial tour works with ppi basis ────────────
Error in `unclass(x)[i, j, k, drop = FALSE]`: incorrect number of dimensions
Backtrace:
▆
1. ├─testthat::expect_message(...) at test-plotting.R:32:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. ├─pandemonium::makePlots(...)
8. │ └─pandemonium:::tourMaker(...)
9. │ └─... %>% detourr::show_scatter(palette = pal)
10. ├─detourr::show_scatter(., palette = pal)
11. │ └─detourr:::show_scatter_internal(...)
12. │ └─detourr::is_detour(x)
13. └─detourr::tour_path(., tourPath, fps = 60, aps = angles, max_bases = tour_bases)
14. └─purrr::array_branch(projection_matrices, 3)
15. └─base::apply(array, margin, list)
16. ├─base::array(newX[, i], d.call, dn.call)
17. ├─newX[, i]
18. └─tourr:::`[.history_array`(newX, , i)
── Failure ('test-plotting.R:39:3'): tour final frame works ────────────────────
Expected `makePlots(...)` not to throw any conditions.
Actually got a <simpleError> with message:
incorrect number of dimensions
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'pandemonium-Ex.R' failed
The error most likely occurred in:
> ### Name: makePlots
> ### Title: Generate a specified plot outside the GUI
> ### Aliases: makePlots
>
> ### ** Examples
>
> makePlots(
+ cluster = Bikes$space1,
+ settings = list(
+ plotType = "WC", x = "hum", y = "temp", k = 4, metric = "euclidean",
+ linkage = "ward.D2", WCa = 0.5, showalpha = TRUE
+ ), cov = cov(Bikes$space1),
+ linked = Bikes$space2, getScore = outsideScore(Bikes$other$res, "Residual")
+ )
>
> makePlots(
+ cluster = Bikes$space1,
+ settings = list(
+ plotType = "tour", k = 4, metric = "euclidean", linkage = "ward.D2",
+ tourspace = "space1", colouring = "clustering", out_dim = 2, tour_path = "grand",
+ display = "scatter", radial_start = NULL, radial_var = NULL, slice_width = NULL, seed = 2025
+ ),
+ cov = cov(Bikes$space1), linked = Bikes$space2,
+ getScore = outsideScore(Bikes$other$res, "Residual")
+ )
Error in unclass(x)[i, j, k, drop = FALSE] :
incorrect number of dimensions
Calls: makePlots ... <Anonymous> -> apply -> array -> [ -> [.history_array
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [19s]
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(pandemonium)
>
> test_check("pandemonium")
Saving _problems/test-plotting-13.R
Saving _problems/test-plotting-28.R
Target: 0.024, 177.5% better
Target: 0.026, 7.6% better
Target: 0.030, 17.0% better
Target: 0.032, 5.7% better
Target: 0.032, 1.4% better
Target: 0.032, 0.4% better
Target: 0.032, 1.0% better
Target: 0.033, 0.2% better
Target: 0.033, 0.3% better
Target: 0.033, 0.1% better
Target: 0.033, 0.5% better
Target: 0.033, 0.4% better
Target: 0.033, 0.2% better
Target: 0.033, 0.1% better
No better bases found after 25 tries. Giving up.
Final projection:
0.244 -0.158
-0.394 0.297
0.015 -0.353
0.149 -0.199
-0.400 -0.378
-0.055 0.210
0.347 0.681
0.692 -0.268
Saving _problems/test-plotting-35.R
Saving _problems/test-plotting-42.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 5 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plotting.R:10:3'): tour works ────────────────────────────────
Expected `makePlots(...)` not to throw any conditions.
Actually got a <simpleError> with message:
incorrect number of dimensions
── Failure ('test-plotting.R:25:3'): radial tour works with random basis ───────
Expected `makePlots(...)` not to throw any conditions.
Actually got a <simpleError> with message:
incorrect number of dimensions
── Error ('test-plotting.R:32:3'): radial tour works with ppi basis ────────────
Error in `unclass(x)[i, j, k, drop = FALSE]`: incorrect number of dimensions
Backtrace:
▆
1. ├─testthat::expect_message(...) at test-plotting.R:32:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. ├─pandemonium::makePlots(...)
8. │ └─pandemonium:::tourMaker(...)
9. │ └─... %>% detourr::show_scatter(palette = pal)
10. ├─detourr::show_scatter(., palette = pal)
11. │ └─detourr:::show_scatter_internal(...)
12. │ └─detourr::is_detour(x)
13. └─detourr::tour_path(., tourPath, fps = 60, aps = angles, max_bases = tour_bases)
14. └─purrr::array_branch(projection_matrices, 3)
15. └─base::apply(array, margin, list)
16. ├─base::array(newX[, i], d.call, dn.call)
17. ├─newX[, i]
18. └─tourr:::`[.history_array`(newX, , i)
── Failure ('test-plotting.R:39:3'): tour final frame works ────────────────────
Expected `makePlots(...)` not to throw any conditions.
Actually got a <simpleError> with message:
incorrect number of dimensions
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 5 ]
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.