CRAN Package Check Results for Package irlba

Last updated on 2024-05-02 11:51:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.5.1 9.35 90.19 99.54 NOTE
r-devel-linux-x86_64-debian-gcc 2.3.5.1 7.78 70.11 77.89 NOTE
r-devel-linux-x86_64-fedora-clang 2.3.5.1 122.61 NOTE
r-devel-linux-x86_64-fedora-gcc 2.3.5.1 135.59 NOTE
r-devel-windows-x86_64 2.3.5.1 10.00 96.00 106.00 NOTE
r-patched-linux-x86_64 2.3.5.1 9.27 89.49 98.76 NOTE
r-release-linux-x86_64 2.3.5.1 7.57 89.07 96.64 NOTE
r-release-macos-arm64 2.3.5.1 46.00 NOTE
r-release-windows-x86_64 2.3.5.1 11.00 95.00 106.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 10.00 107.00 117.00 OK

Check Details

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-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.