CRAN Package Check Results for Package robsel

Last updated on 2025-05-21 12:48:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 16.51 29.11 45.62 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 12.89 24.88 37.77 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 81.59 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 95.30 OK
r-devel-windows-x86_64 0.1.0 22.00 82.00 104.00 FAIL
r-patched-linux-x86_64 0.1.0 18.93 28.43 47.36 OK
r-release-linux-x86_64 0.1.0 17.75 28.48 46.23 OK
r-release-macos-arm64 0.1.0 33.00 OK
r-release-macos-x86_64 0.1.0 62.00 OK
r-release-windows-x86_64 0.1.0 22.00 85.00 107.00 OK
r-oldrel-macos-arm64 0.1.0 33.00 OK
r-oldrel-macos-x86_64 0.1.0 59.00 OK
r-oldrel-windows-x86_64 0.1.0 25.00 86.00 111.00 OK

Check Details

Version: 0.1.0
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: > ### Title: Fit Graphical Lasso with RobSel > ### Aliases: robsel.glasso > > ### ** Examples > > set.seed(17) > library(robsel) > x <-matrix(rnorm(50*20),ncol=20) > > #Use Graphical Lasso with estimate regularization parameter lambda from RobSel > fit <- robsel.glasso(x = x, alpha = 0.9, B = 200) > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.38 0.05 0.42 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