Last updated on 2024-09-10 00:50:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4 | 5.75 | 177.16 | 182.91 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.4 | 2.84 | 158.67 | 161.51 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.4 | 305.64 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 321.81 | OK | |||
r-devel-windows-x86_64 | 0.0.4 | 8.00 | 652.00 | 660.00 | OK | |
r-patched-linux-x86_64 | 0.0.4 | 5.60 | 188.40 | 194.00 | OK | |
r-release-linux-x86_64 | 0.0.4 | 5.29 | 184.81 | 190.10 | 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 | 678.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.0.4 | 813.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.0.4 | 9.00 | 867.00 | 876.00 | OK |
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/160s]
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/67s] OK
‘mllrnrs_glmnet_multiclass.qmd’ using ‘UTF-8’... failed
‘mllrnrs_glmnet_regression.qmd’ using ‘UTF-8’... [5s/60s] OK
‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [5s/20s] OK
‘mllrnrs_lightgbm_multiclass.qmd’ using ‘UTF-8’... failed
‘mllrnrs_lightgbm_regression.qmd’ using ‘UTF-8’... [40s/52s] 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/17s] OK
‘mllrnrs_xgboost_binary.qmd’ using ‘UTF-8’... [4s/20s] 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/167s]
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/64s] OK
‘mllrnrs_lightgbm_binary.qmd’ using ‘UTF-8’... [6s/31s] OK
‘mllrnrs_lightgbm_multiclass.qmd’ using ‘UTF-8’... failed
‘mllrnrs_lightgbm_regression.qmd’ using ‘UTF-8’... [56s/75s] OK
‘mllrnrs_ranger_binary.qmd’ using ‘UTF-8’... [10s/19s] OK
‘mllrnrs_ranger_multiclass.qmd’ using ‘UTF-8’... failed
‘mllrnrs_ranger_regression.qmd’ using ‘UTF-8’... [12s/21s] 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/27s] OK
Flavor: r-oldrel-macos-x86_64