CRAN Package Check Results for Package mllrnrs

Last updated on 2024-07-17 06:57:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.4 7.21 227.44 234.65 OK
r-devel-linux-x86_64-debian-gcc 0.0.4 5.43 210.30 215.73 OK
r-devel-linux-x86_64-fedora-clang 0.0.4 333.68 OK
r-devel-linux-x86_64-fedora-gcc 0.0.4 341.94 OK
r-devel-windows-x86_64 0.0.4 7.00 634.00 641.00 OK
r-patched-linux-x86_64 0.0.4 4.44 252.81 257.25 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 7.00 639.00 646.00 OK
r-oldrel-macos-arm64 0.0.4 865.00 ERROR
r-oldrel-macos-x86_64 0.0.4 904.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’ [31s/335s] 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’... [6s/75s] OK ‘mllrnrs_glmnet_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_glmnet_regression.qmd’ using ‘UTF-8’... [5s/54s] OK ‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [5s/22s] OK ‘mllrnrs_lightgbm_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_lightgbm_regression.qmd’ using ‘UTF-8’... [36s/60s] 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’... [10s/18s] OK ‘mllrnrs_xgboost_binary.qmd’ using ‘UTF-8’... [5s/22s] OK ‘mllrnrs_xgboost_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_xgboost_regression.qmd’ using ‘UTF-8’... [5s/16s] OK Flavor: r-oldrel-macos-arm64

Version: 0.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [26s/198s] 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/75s] OK ‘mllrnrs_glmnet_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_glmnet_regression.qmd’ using ‘UTF-8’... [7s/74s] OK ‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [7s/35s] OK ‘mllrnrs_lightgbm_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_lightgbm_regression.qmd’ using ‘UTF-8’... [52s/81s] OK ‘mllrnrs_ranger_binary.qmd’ using ‘UTF-8’... [11s/22s] 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’... [7s/26s] OK Flavor: r-oldrel-macos-x86_64