Last updated on 2024-11-12 07:49:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.5.1 | 7.46 | 72.08 | 79.54 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3.5.1 | 6.42 | 53.86 | 60.28 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.3.5.1 | 124.48 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.5.1 | 139.72 | NOTE | |||
r-devel-windows-x86_64 | 2.3.5.1 | 10.00 | 97.00 | 107.00 | NOTE | |
r-patched-linux-x86_64 | 2.3.5.1 | 8.80 | 67.68 | 76.48 | NOTE | |
r-release-linux-x86_64 | 2.3.5.1 | 7.95 | 69.34 | 77.29 | NOTE | |
r-release-macos-arm64 | 2.3.5.1 | 46.00 | NOTE | |||
r-release-macos-x86_64 | 2.3.5.1 | 82.00 | NOTE | |||
r-release-windows-x86_64 | 2.3.5.1 | 11.00 | 96.00 | 107.00 | NOTE | |
r-oldrel-macos-arm64 | 2.3.5.1 | 34.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.3.5.1 | 74.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3.5.1 | 11.00 | 109.00 | 120.00 | OK |
Version: 2.3.5.1
Check: Rd files
Result: NOTE
checkRd: (-1) partial_eigen.Rd:23: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) partial_eigen.Rd:24: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) prcomp_irlba.Rd:41-44: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) prcomp_irlba.Rd:45-46: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) prcomp_irlba.Rd:47-50: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) prcomp_irlba.Rd:51: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ssvd.Rd:52: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ssvd.Rd:53: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ssvd.Rd:54: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ssvd.Rd:55: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ssvd.Rd:56: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ssvd.Rd:57: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ssvd.Rd:58: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ssvd.Rd:59: Lost braces in \itemize; \value handles \item{}{} directly
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
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’ [1s/1s]
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-oldrel-macos-arm64