Last updated on 2025-03-10 01:50:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.5.1 | 8.65 | 71.18 | 79.83 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3.5.1 | 6.46 | 55.11 | 61.57 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.3.5.1 | 130.96 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.5.1 | 134.63 | NOTE | |||
r-devel-macos-arm64 | 2.3.5.1 | 46.00 | NOTE | |||
r-devel-macos-x86_64 | 2.3.5.1 | 95.00 | NOTE | |||
r-devel-windows-x86_64 | 2.3.5.1 | 11.00 | 96.00 | 107.00 | NOTE | |
r-patched-linux-x86_64 | 2.3.5.1 | 7.07 | 68.35 | 75.42 | NOTE | |
r-release-linux-x86_64 | 2.3.5.1 | 7.12 | 67.83 | 74.95 | 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 | 10.00 | 96.00 | 106.00 | NOTE | |
r-oldrel-macos-arm64 | 2.3.5.1 | ERROR | ||||
r-oldrel-macos-x86_64 | 2.3.5.1 | 74.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3.5.1 | 14.00 | 108.00 | 122.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-macos-arm64, r-devel-macos-x86_64, 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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.