CRAN Package Check Results for Package PRIMME

Last updated on 2024-12-18 19:49:20 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.2-6 86.65 29.01 115.66 OK
r-devel-linux-x86_64-debian-gcc 3.2-6 77.12 23.33 100.45 OK
r-devel-linux-x86_64-fedora-clang 3.2-6 231.73 NOTE
r-devel-linux-x86_64-fedora-gcc 3.2-6 311.77 NOTE
r-devel-windows-x86_64 3.2-6 114.00 0.00 114.00 FAIL
r-patched-linux-x86_64 3.2-6 117.25 28.41 145.66 OK
r-release-linux-x86_64 3.2-6 113.48 28.39 141.87 OK
r-release-macos-arm64 3.2-6 56.00 NOTE
r-release-macos-x86_64 3.2-6 54.00 NOTE
r-release-windows-x86_64 3.2-6 116.00 81.00 197.00 OK
r-oldrel-macos-arm64 3.2-6 58.00 NOTE
r-oldrel-macos-x86_64 3.2-6 64.00 NOTE
r-oldrel-windows-x86_64 3.2-6 107.00 81.00 188.00 OK

Additional issues

rchk

Check Details

Version: 3.2-6
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘Matrix’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.2-6
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > v0 <- diag(1,100,4) + matrix(rnorm(400), 100, 4)/100; > svds(A, 4, "S", tol=1e-3)$stats$numMatvecs [1] 506 > svds(A, 4, "S", tol=1e-3, v0=v0)$stats$numMatvecs [1] 428 > > # Passing orthogonal constrain, in this case, already compute singular vectors > r <- svds(A, 4, "S", tol=1e-3); r$d [1] 1.000004 2.000001 3.000019 4.000038 > svds(A, 4, "S", tol=1e-3, orthov=r$v)$d [1] 5.000000 6.000008 7.000030 8.000023 > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 2.46 0.13 2.57 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64

Version: 3.2-6
Check: installed package size
Result: NOTE installed size is 7.0Mb sub-directories of 1Mb or more: libs 6.8Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64