CRAN Package Check Results for Package sparseinv

Last updated on 2024-10-19 06:50:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 19.77 70.78 90.55 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.3 13.82 51.50 65.32 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.3 150.53 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.3 146.34 NOTE
r-devel-windows-x86_64 0.1.3 31.00 96.00 127.00 NOTE
r-patched-linux-x86_64 0.1.3 NOTE
r-release-linux-x86_64 0.1.3 18.71 66.79 85.50 NOTE
r-release-macos-arm64 0.1.3 43.00 NOTE
r-release-macos-x86_64 0.1.3 62.00 NOTE
r-release-windows-x86_64 0.1.3 30.00 0.00 30.00 FAIL
r-oldrel-macos-arm64 0.1.3 49.00 NOTE
r-oldrel-macos-x86_64 0.1.3 76.00 NOTE
r-oldrel-windows-x86_64 0.1.3 30.00 120.00 150.00 NOTE

Check Details

Version: 0.1.3
Check: Rd files
Result: NOTE checkRd: (-1) cholsolveAQinvAT.Rd:5: Lost braces; missing escapes or markup? 5 | \title{Solve the equation X = AQ^{-1}t(A) under permutations} | ^ 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-macos-x86_64, r-release-windows-x86_64

Version: 0.1.3
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.3
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: > Q = sparseMatrix(i = c(1, 1, 2, 2), + j = c(1, 2, 1, 2), + x = c(0.1, 0.2, 0.2, 1)) > Qsymb <- symb(Q) > Qsymb 2 x 2 sparse Matrix of class "dgCMatrix" [1,] 1 1 [2,] 1 1 > > > > ### * <FOOTER> > ### > cleanEx() detaching 'package:Matrix' > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 2.53 0.18 2.72 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-release-windows-x86_64