CRAN Package Check Results for Package mllrnrs

Last updated on 2024-07-21 00:56:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.4 6.82 227.80 234.62 OK
r-devel-linux-x86_64-debian-gcc 0.0.4 5.11 205.60 210.71 OK
r-devel-linux-x86_64-fedora-clang 0.0.4 301.58 OK
r-devel-linux-x86_64-fedora-gcc 0.0.4 341.94 OK
r-devel-windows-x86_64 0.0.4 7.00 642.00 649.00 OK
r-patched-linux-x86_64 0.0.4 4.08 239.90 243.98 OK
r-release-linux-x86_64 0.0.4 4.31 248.61 252.92 OK
r-release-macos-arm64 0.0.4 238.00 OK
r-release-macos-x86_64 0.0.4 449.00 OK
r-release-windows-x86_64 0.0.4 6.00 637.00 643.00 OK
r-oldrel-macos-arm64 0.0.4 634.00 ERROR
r-oldrel-macos-x86_64 0.0.4 1160.00 ERROR
r-oldrel-windows-x86_64 0.0.4 9.00 897.00 906.00 OK

Check Details

Version: 0.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [22s/155s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 5. └─mlexperiments (local) `<fn>`(train_index = `<int>`, fold_train = `<named list>`, fold_test = `<named list>`) 6. ├─base::do.call(.cv_run_nested_model, args) 7. └─mlexperiments (local) `<fn>`(...) 8. └─hparam_tuner$execute(k = self$k_tuning) 9. └─mlexperiments:::.run_tuning(self = self, private = private, optimizer = optimizer) 10. └─mlexperiments:::.run_optimizer(...) 11. └─optimizer$execute(x = private$x, y = private$y, method_helper = private$method_helper) 12. ├─base::do.call(...) 13. └─mlexperiments (local) `<fn>`(...) 14. ├─base::do.call(ParBayesianOptimization::bayesOpt, args) 15. └─ParBayesianOptimization (local) `<fn>`(...) [ FAIL 5 | WARN 1 | SKIP 1 | PASS 34 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.0.4
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘mllrnrs_glmnet_multiclass.qmd’ ... > validator$set_data(x = train_x, y = train_y) > validator_results <- validator$execute() CV fold: Fold1 When sourcing ‘mllrnrs_glmnet_multiclass.R’: Error: late fail: `case_weights` must be of same length as `y` Execution halted when running code in ‘mllrnrs_lightgbm_multiclass.qmd’ ... > validator$set_data(x = train_x, y = train_y) > validator_results <- validator$execute() CV fold: Fold1 When sourcing ‘mllrnrs_lightgbm_multiclass.R’: Error: late fail: `case_weights` must be of same length as `y` Execution halted when running code in ‘mllrnrs_ranger_multiclass.qmd’ ... > validator$set_data(x = train_x, y = train_y) > validator_results <- validator$execute() CV fold: Fold1 When sourcing ‘mllrnrs_ranger_multiclass.R’: Error: late fail: `case_weights` must be of same length as `y` Execution halted when running code in ‘mllrnrs_xgboost_multiclass.qmd’ ... > validator$set_data(x = train_x, y = train_y) > validator_results <- validator$execute() CV fold: Fold1 When sourcing ‘mllrnrs_xgboost_multiclass.R’: Error: late fail: `case_weights` must be of same length as `y` Execution halted ‘mllrnrs_glmnet_binary.qmd’ using ‘UTF-8’... [5s/64s] OK ‘mllrnrs_glmnet_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_glmnet_regression.qmd’ using ‘UTF-8’... [4s/52s] OK ‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [4s/20s] OK ‘mllrnrs_lightgbm_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_lightgbm_regression.qmd’ using ‘UTF-8’... [35s/54s] OK ‘mllrnrs_ranger_binary.qmd’ using ‘UTF-8’... [8s/15s] OK ‘mllrnrs_ranger_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_ranger_regression.qmd’ using ‘UTF-8’... [12s/19s] OK ‘mllrnrs_xgboost_binary.qmd’ using ‘UTF-8’... [4s/18s] OK ‘mllrnrs_xgboost_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_xgboost_regression.qmd’ using ‘UTF-8’... [5s/15s] OK Flavor: r-oldrel-macos-arm64

Version: 0.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [27s/373s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 5. └─mlexperiments (local) `<fn>`(train_index = `<int>`, fold_train = `<named list>`, fold_test = `<named list>`) 6. ├─base::do.call(.cv_run_nested_model, args) 7. └─mlexperiments (local) `<fn>`(...) 8. └─hparam_tuner$execute(k = self$k_tuning) 9. └─mlexperiments:::.run_tuning(self = self, private = private, optimizer = optimizer) 10. └─mlexperiments:::.run_optimizer(...) 11. └─optimizer$execute(x = private$x, y = private$y, method_helper = private$method_helper) 12. ├─base::do.call(...) 13. └─mlexperiments (local) `<fn>`(...) 14. ├─base::do.call(ParBayesianOptimization::bayesOpt, args) 15. └─ParBayesianOptimization (local) `<fn>`(...) [ FAIL 5 | WARN 1 | SKIP 1 | PASS 34 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64

Version: 0.0.4
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘mllrnrs_glmnet_multiclass.qmd’ ... > validator$set_data(x = train_x, y = train_y) > validator_results <- validator$execute() CV fold: Fold1 When sourcing ‘mllrnrs_glmnet_multiclass.R’: Error: late fail: `case_weights` must be of same length as `y` Execution halted when running code in ‘mllrnrs_lightgbm_multiclass.qmd’ ... > validator$set_data(x = train_x, y = train_y) > validator_results <- validator$execute() CV fold: Fold1 When sourcing ‘mllrnrs_lightgbm_multiclass.R’: Error: late fail: `case_weights` must be of same length as `y` Execution halted when running code in ‘mllrnrs_ranger_multiclass.qmd’ ... > validator$set_data(x = train_x, y = train_y) > validator_results <- validator$execute() CV fold: Fold1 When sourcing ‘mllrnrs_ranger_multiclass.R’: Error: late fail: `case_weights` must be of same length as `y` Execution halted when running code in ‘mllrnrs_xgboost_multiclass.qmd’ ... > validator$set_data(x = train_x, y = train_y) > validator_results <- validator$execute() CV fold: Fold1 When sourcing ‘mllrnrs_xgboost_multiclass.R’: Error: late fail: `case_weights` must be of same length as `y` Execution halted ‘mllrnrs_glmnet_binary.qmd’ using ‘UTF-8’... [7s/97s] OK ‘mllrnrs_glmnet_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_glmnet_regression.qmd’ using ‘UTF-8’... [7s/91s] OK ‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [7s/37s] OK ‘mllrnrs_lightgbm_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_lightgbm_regression.qmd’ using ‘UTF-8’... [54s/85s] OK ‘mllrnrs_ranger_binary.qmd’ using ‘UTF-8’... [11s/21s] OK ‘mllrnrs_ranger_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_ranger_regression.qmd’ using ‘UTF-8’... [13s/23s] OK ‘mllrnrs_xgboost_binary.qmd’ using ‘UTF-8’... [6s/32s] OK ‘mllrnrs_xgboost_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_xgboost_regression.qmd’ using ‘UTF-8’... [8s/28s] OK Flavor: r-oldrel-macos-x86_64