Last updated on 2024-12-18 19:49:36 CET.
Package | FAIL | NOTE | OK |
---|---|---|---|
PRIMME | 1 | 6 | 6 |
Current CRAN status: FAIL: 1, NOTE: 6, OK: 6
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