Last updated on 2026-05-11 00:52:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.4 | 5.36 | 80.80 | 86.16 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.4 | 4.03 | 54.51 | 58.54 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.4 | 9.00 | 133.00 | 142.00 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 10.00 | 152.69 | 162.69 | OK | |
| r-devel-windows-x86_64 | 0.2.4 | 11.00 | 102.00 | 113.00 | OK | |
| r-patched-linux-x86_64 | 0.2.4 | 5.04 | 74.69 | 79.73 | OK | |
| r-release-linux-x86_64 | 0.2.4 | 5.10 | 74.06 | 79.16 | OK | |
| r-release-macos-arm64 | 0.2.4 | 1.00 | 28.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.2.4 | 4.00 | 99.00 | 103.00 | OK | |
| r-release-windows-x86_64 | 0.2.4 | 8.00 | 102.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.4 | 4.00 | 104.00 | 108.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.4 | 10.00 | 119.00 | 129.00 | OK |
Version: 0.2.4
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(space1 = 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),
+ space2 = Bikes$space2, getScore = outsidescore(Bikes$other$res,"Residual"))
>
> makePlots(space1 = 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), space2 = Bikes$space2,
+ getScore = outsidescore(Bikes$other$res,"Residual"))
Error in .subset(x, i, j, k, drop = FALSE) :
incorrect number of dimensions
Calls: makePlots ... as.list.history_array -> do.call -> apply -> array -> [ -> [.history_array
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/7s]
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-7.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plotting.R:6:3'): tour works ─────────────────────────────────
Expected `makePlots(...)` not to throw any conditions.
Actually got a <simpleError> with message:
incorrect number of dimensions
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc