CRAN Package Check Results for Package factReg

Last updated on 2025-03-14 05:49:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 3.60 42.38 45.98 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 2.18 29.07 31.25 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 72.13 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 67.43 OK
r-devel-macos-arm64 1.0.0 26.00 OK
r-devel-macos-x86_64 1.0.0 48.00 OK
r-devel-windows-x86_64 1.0.0 5.00 60.00 65.00 OK
r-patched-linux-x86_64 1.0.0 OK
r-release-linux-x86_64 1.0.0 3.26 38.97 42.23 OK
r-release-macos-arm64 1.0.0 24.00 OK
r-release-macos-x86_64 1.0.0 35.00 OK
r-release-windows-x86_64 1.0.0 4.00 0.00 4.00 FAIL
r-oldrel-macos-arm64 1.0.0 OK
r-oldrel-macos-x86_64 1.0.0 56.00 OK
r-oldrel-windows-x86_64 1.0.0 5.00 66.00 71.00 OK

Check Details

Version: 1.0.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: > ## Define indeces. > ind <- colnames(drops_GE)[13:23] > > ## Define test environments. > testenv <- levels(drops_GnE$Experiment) > > ## Additive model, only main effects (set the penalty parameter to a large value). > Additive_model <- GnE(drops_GE_GnE, Y = "grain.yield", lambda = 100000, + G = "Variety_ID", E = "Experiment", testEnv = testenv, + indices = ind, penG = FALSE, penE = FALSE, + alpha = 0.5, scaling = "train") > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 2.45 0.15 2.62 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