CRAN Package Check Results for Package mlr3hyperband

Last updated on 2025-01-22 13:53:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 4.57 243.17 247.74 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 3.77 157.99 161.76 OK
r-devel-linux-x86_64-fedora-clang 0.6.0 377.50 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 345.82 OK
r-devel-windows-x86_64 0.6.0 6.00 144.00 150.00 OK
r-patched-linux-x86_64 0.6.0 4.13 205.25 209.38 OK
r-release-linux-x86_64 0.6.0 4.67 211.32 215.99 OK
r-release-macos-arm64 0.6.0 106.00 OK
r-release-macos-x86_64 0.6.0 199.00 OK
r-release-windows-x86_64 0.6.0 6.00 0.00 6.00 FAIL
r-oldrel-macos-arm64 0.6.0 75.00 OK
r-oldrel-macos-x86_64 0.6.0 151.00 OK
r-oldrel-windows-x86_64 0.6.0 7.00 191.00 198.00 WARN

Check Details

Version: 0.6.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 hyperparameter and budget parameter + search_space = ps( + nrounds = p_int(lower = 1, upper = 16, tags = "budget"), + eta = p_dbl(lower = 0, upper = 1), + booster = p_fct(levels = c("gbtree", "gblinear", "dart")) + ) + + } > > > > ### * <FOOTER> > ### > cleanEx() detaching 'package:mlr3learners' > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 4.01 0.28 4.3 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

Version: 0.6.0
Check: examples
Result: WARN Found the following significant warnings: Warning: 'maximization_to_minimization' is deprecated. Deprecated functions may be defunct as soon as of the next release of R. See ?Deprecated. Flavor: r-oldrel-windows-x86_64