Last updated on 2026-09-27 13:51:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.7 | 21.94 | 298.45 | 320.39 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.8 | 14.64 | 210.51 | 225.15 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.8 | 15.00 | 206.22 | 221.22 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.8 | 15.00 | 212.58 | 227.58 | OK | |
| r-devel-windows-x86_64 | 1.1.7 | 26.00 | 324.00 | 350.00 | OK | |
| r-patched-linux-x86_64 | 1.1.7 | 21.72 | 289.73 | 311.45 | OK | |
| r-release-linux-x86_64 | 1.1.8 | 22.54 | 285.79 | 308.33 | OK | |
| r-release-macos-arm64 | 1.1.8 | 5.00 | 78.00 | 83.00 | OK | |
| r-release-macos-x86_64 | 1.1.8 | 16.00 | 342.00 | 358.00 | OK | |
| r-release-windows-x86_64 | 1.1.7 | 23.00 | 300.00 | 323.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.8 | 6.00 | 85.00 | 91.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.1.8 | 16.00 | 341.00 | 357.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.7 | 32.00 | 390.00 | 422.00 | OK |
Version: 1.1.8
Check: tests
Result: ERROR
Running ‘test-01Metrics.R’ [3s/3s]
Comparing ‘test-01Metrics.Rout’ to ‘test-01Metrics.Rout.save’ ... OK
Running ‘test-02binmat.R’ [2s/2s]
Comparing ‘test-02binmat.Rout’ to ‘test-02binmat.Rout.save’ ... OK
Running ‘test-03thresh.R’ [6s/5s]
Running the tests in ‘tests/test-03thresh.R’ failed.
Complete output:
> library("Mercator")
Loading required package: Thresher
Loading required package: ClassDiscovery
Loading required package: cluster
Loading required package: oompaBase
Loading required package: PCDimension
> data("CML1000")
>
> # transposition
> bm <-t(CML1000)
> bm <- removeDuplicateFeatures(bm)
> summary(bm)
An object of the 'BinaryMatrix' class, of size
[1] 1057 597
History:
[1] "Newly created." "Duplicate features removed."
[3] "transposed" "Subsetted."
[5] "transposed" "Duplicates removed."
>
> # run the thresher algorithm to remove "useless" vectors
> thrash <- threshLGF(bm, cutoff = 0.5)
Error in La.svd(x, nu, nv) : error code 1 from Lapack routine 'dgesdd'
Calls: threshLGF -> Reaper -> Thresher -> SamplePCA -> svd -> La.svd
Execution halted
Flavor: r-oldrel-macos-arm64