CRAN Package Check Results for Package mllrnrs

Last updated on 2024-07-22 11:56:30 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 4.04 199.84 203.88 OK
r-devel-linux-x86_64-fedora-clang 0.0.4 316.90 OK
r-devel-linux-x86_64-fedora-gcc 0.0.4 323.05 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.20 242.20 246.40 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 690.00 ERROR
r-oldrel-macos-x86_64 0.0.4 821.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’ [23s/157s] 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/77s] OK ‘mllrnrs_glmnet_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_glmnet_regression.qmd’ using ‘UTF-8’... [5s/52s] OK ‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [4s/19s] OK ‘mllrnrs_lightgbm_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_lightgbm_regression.qmd’ using ‘UTF-8’... [37s/59s] 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/16s] 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/16s] OK Flavor: r-oldrel-macos-arm64

Version: 0.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [24s/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-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’... [6s/68s] OK ‘mllrnrs_glmnet_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_glmnet_regression.qmd’ using ‘UTF-8’... [6s/69s] OK ‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [7s/32s] 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/22s] OK ‘mllrnrs_xgboost_binary.qmd’ using ‘UTF-8’... [6s/29s] OK ‘mllrnrs_xgboost_multiclass.qmd’ using ‘UTF-8’... failed ‘mllrnrs_xgboost_regression.qmd’ using ‘UTF-8’... [8s/26s] OK Flavor: r-oldrel-macos-x86_64