Last updated on 2024-11-03 11:49:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.5.1 | 8.74 | 72.22 | 80.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3.5.1 | 0.30 | 1.36 | 1.66 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.3.5.1 | 125.06 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.5.1 | 135.14 | NOTE | |||
r-devel-windows-x86_64 | 2.3.5.1 | 11.00 | 99.00 | 110.00 | NOTE | |
r-patched-linux-x86_64 | 2.3.5.1 | 8.66 | 68.10 | 76.76 | NOTE | |
r-release-linux-x86_64 | 2.3.5.1 | 7.26 | 68.97 | 76.23 | 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 | 99.00 | 110.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 | 13.00 | 111.00 | 124.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-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: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.5.1
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-release-linux-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