CRAN Package Check Results for Package mllrnrs

Last updated on 2024-07-12 15:52:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.4 6.65 226.14 232.79 OK
r-devel-linux-x86_64-debian-gcc 0.0.4 4.19 214.78 218.97 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 6.00 642.00 648.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.09 246.46 250.55 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 1203.00 ERROR
r-oldrel-windows-x86_64 0.0.4 10.00 887.00 897.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’ [27s/288s] 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’... [8s/131s] OK ‘mllrnrs_glmnet_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_glmnet_regression.qmd’ using ‘UTF-8’... [7s/99s] OK ‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [8s/46s] OK ‘mllrnrs_lightgbm_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_lightgbm_regression.qmd’ using ‘UTF-8’... [58s/97s] OK ‘mllrnrs_ranger_binary.qmd’ using ‘UTF-8’... [12s/27s] OK ‘mllrnrs_ranger_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_ranger_regression.qmd’ using ‘UTF-8’... [13s/24s] OK ‘mllrnrs_xgboost_binary.qmd’ using ‘UTF-8’... [7s/33s] OK ‘mllrnrs_xgboost_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_xgboost_regression.qmd’ using ‘UTF-8’... [9s/30s] OK Flavor: r-oldrel-macos-x86_64