Last updated on 2023-09-22 00:53:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.5.1 | 10.73 | 96.19 | 106.92 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.3.5.1 | 7.93 | 73.01 | 80.94 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.3.5.1 | 134.29 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.5.1 | 141.16 | OK | |||
r-devel-windows-x86_64 | 2.3.5.1 | 10.00 | 100.00 | 110.00 | OK | |
r-patched-linux-x86_64 | 2.3.5.1 | 10.51 | 94.04 | 104.55 | OK | |
r-release-linux-x86_64 | 2.3.5.1 | 10.76 | 93.02 | 103.78 | OK | |
r-release-macos-arm64 | 2.3.5.1 | 52.00 | ERROR | |||
r-release-macos-x86_64 | 2.3.5.1 | 79.00 | OK | |||
r-release-windows-x86_64 | 2.3.5.1 | 13.00 | 112.00 | 125.00 | OK | |
r-oldrel-macos-arm64 | 2.3.5.1 | 57.00 | OK | |||
r-oldrel-macos-x86_64 | 2.3.5.1 | 59.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3.5.1 | 13.00 | 115.00 | 128.00 | OK |
Version: 2.3.5.1
Check: tests
Result: ERROR
Running ‘edge.R’ [1s/1s]
Running ‘prcomp.r’ [1s/1s]
Running ‘ssvd.R’ [1s/1s]
Running ‘svdr.R’ [1s/1s]
Running ‘test.R’ [2s/2s]
Running the tests in ‘tests/test.R’ failed.
Last 13 lines of output:
+
+ # test for https://github.com/bwlewis/irlba/issues/42
+ set.seed(1234)
+ a <- matrix(rnorm(10000), ncol=20)
+ center <- runif(ncol(a))
+ scale <- runif(ncol(a))
+ L <- irlba(a, 5, scale=scale, center=center, fastpath=FAST)
+ S <- svd(scale(a, center=center, scale=scale))
+ if (isTRUE(max(abs(S$d[1:5] - L$d)) > 1e-3))
+ {
+ stop("Failed scale + center test fastpath=", FAST)
+ }
+ }
Error: Failed tprolate test fastpath=FALSE
Execution halted
Flavor: r-release-macos-arm64