CRAN Package Check Results for Package irlba

Last updated on 2023-06-06 23:09:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.5.1 11.24 95.16 106.40 OK
r-devel-linux-x86_64-debian-gcc 2.3.5.1 8.27 73.60 81.87 OK
r-devel-linux-x86_64-fedora-clang 2.3.5.1 131.81 OK
r-devel-linux-x86_64-fedora-gcc 2.3.5.1 138.73 OK
r-devel-windows-x86_64 2.3.5.1 11.00 100.00 111.00 OK
r-patched-linux-x86_64 2.3.5.1 9.86 91.00 100.86 OK
r-release-linux-x86_64 2.3.5.1 10.97 93.49 104.46 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 14.00 112.00 126.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 114.00 127.00 OK

Check Details

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