Last updated on 2023-12-02 21:40:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0-1 | 32.71 | 607.04 | 639.75 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.5.0-1 | 26.20 | 437.83 | 464.03 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.0-1 | 496.82 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0-1 | 743.19 | ERROR | |||
r-devel-windows-x86_64 | 0.5.0-1 | 29.00 | 312.00 | 341.00 | ERROR | |
r-patched-linux-x86_64 | 0.5.0-1 | 51.15 | 562.50 | 613.65 | ERROR | |
r-release-linux-x86_64 | 0.5.0-1 | 30.52 | 556.33 | 586.85 | ERROR | |
r-release-macos-arm64 | 0.5.0-1 | 144.00 | OK | |||
r-release-macos-x86_64 | 0.5.0-1 | 410.00 | OK | |||
r-release-windows-x86_64 | 0.5.0-1 | 40.00 | 409.00 | 449.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.0-1 | 140.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0-1 | 175.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0-1 | 40.00 | 378.00 | 418.00 | ERROR |
Version: 0.5.0-1
Check: examples
Result: ERROR
Running examples in ‘mlr3pipelines-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mlr_pipeops_colroles
> ### Title: Change Column Roles of a Task
> ### Aliases: mlr_pipeops_colroles PipeOpColRoles
>
> ### ** Examples
>
> library("mlr3")
>
> task = tsk("boston_housing")
> pop = po("colroles", param_vals = list(
+ new_role = list(cmedv = "order")
+ ))
>
> pop$train(list(task))
Error: Cannot change the role of a target.
This happened PipeOp colroles's $train()
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.5.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [365s/226s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_chunk.R:4:3', 'test_pipeop_boxcox.R:8:3',
'test_pipeop_classbalancing.R:10:3', 'test_pipeop_classweights.R:10:3',
'test_pipeop_colapply.R:9:3', 'test_pipeop_colroles.R:10:3',
'test_pipeop_copy.R:5:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:13:3',
'test_pipeop_encodelmer.R:13:3', 'test_pipeop_encodelmer.R:34:3',
'test_pipeop_encodelmer.R:75:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:132:3',
'test_pipeop_fixfactors.R:9:3', 'test_pipeop_filter.R:6:3',
'test_pipeop_histbin.R:9:3', 'test_pipeop_ica.R:6:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_imputelearner.R:40:3', 'test_pipeop_learner.R:17:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_learnercv.R:31:3', 'test_pipeop_multiplicityexply.R:9:3',
'test_pipeop_mutate.R:9:3', 'test_pipeop_multiplicityimply.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_randomresponse.R:5:3',
'test_pipeop_removeconstants.R:10:3', 'test_pipeop_renamecolumns.R:11:3',
'test_pipeop_proxy.R:14:3', 'test_pipeop_replicate.R:9:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_scale.R:8:3',
'test_pipeop_scale.R:18:3', 'test_pipeop_select.R:9:3',
'test_pipeop_scalerange.R:8:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_textvectorizer.R:38:3',
'test_pipeop_textvectorizer.R:189:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.5.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [262s/227s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:10:3',
'test_pipeop_classweights.R:10:3', 'test_pipeop_boxcox.R:8:3',
'test_pipeop_colroles.R:10:3', 'test_pipeop_copy.R:5:3',
'test_pipeop_colapply.R:9:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_encodelmer.R:13:3',
'test_pipeop_encodelmer.R:34:3', 'test_pipeop_encodelmer.R:75:3',
'test_pipeop_datefeatures.R:13:3', 'test_pipeop_featureunion.R:9:3',
'test_pipeop_featureunion.R:132:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_filter.R:6:3', 'test_pipeop_fixfactors.R:9:3',
'test_pipeop_ica.R:6:3', 'test_pipeop_histbin.R:9:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_imputelearner.R:40:3', 'test_pipeop_learner.R:17:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_learnercv.R:31:3',
'test_pipeop_mutate.R:9:3', 'test_pipeop_multiplicityimply.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_randomresponse.R:5:3',
'test_pipeop_removeconstants.R:10:3', 'test_pipeop_renamecolumns.R:11:3',
'test_pipeop_proxy.R:14:3', 'test_pipeop_replicate.R:9:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_scalerange.R:8:3',
'test_pipeop_scale.R:8:3', 'test_pipeop_scale.R:18:3',
'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_textvectorizer.R:38:3', 'test_pipeop_textvectorizer.R:189:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.0-1
Check: Rd cross-references
Result: NOTE
Undeclared package ‘htmlwidgets’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.0-1
Check: examples
Result: ERROR
Running examples in ‘mlr3pipelines-Ex.R’ failed
The error most likely occurred in:
> ### Name: mlr_pipeops_colroles
> ### Title: Change Column Roles of a Task
> ### Aliases: mlr_pipeops_colroles PipeOpColRoles
>
> ### ** Examples
>
> library("mlr3")
>
> task = tsk("boston_housing")
> pop = po("colroles", param_vals = list(
+ new_role = list(cmedv = "order")
+ ))
>
> pop$train(list(task))
Error: Cannot change the role of a target.
This happened PipeOp colroles's $train()
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.5.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [241s/110s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_chunk.R:4:3', 'test_pipeop_boxcox.R:8:3',
'test_pipeop_classbalancing.R:10:3', 'test_pipeop_classweights.R:10:3',
'test_pipeop_colroles.R:10:3', 'test_pipeop_copy.R:5:3',
'test_pipeop_colapply.R:9:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:13:3',
'test_pipeop_encodelmer.R:13:3', 'test_pipeop_encodelmer.R:34:3',
'test_pipeop_encodelmer.R:75:3', 'test_pipeop_featureunion.R:9:3',
'test_pipeop_featureunion.R:132:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_filter.R:6:3', 'test_pipeop_fixfactors.R:9:3',
'test_pipeop_ica.R:6:3', 'test_pipeop_histbin.R:9:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_imputelearner.R:40:3', 'test_pipeop_learner.R:17:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_learnercv.R:31:3',
'test_pipeop_multiplicityimply.R:9:3', 'test_pipeop_mutate.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_proxy.R:14:3',
'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:10:3',
'test_pipeop_renamecolumns.R:11:3', 'test_pipeop_scale.R:8:3',
'test_pipeop_scale.R:18:3', 'test_pipeop_replicate.R:9:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_scalerange.R:8:3',
'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_textvectorizer.R:38:3', 'test_pipeop_textvectorizer.R:189:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [403s/201s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:10:3',
'test_pipeop_boxcox.R:8:3', 'test_pipeop_classweights.R:10:3',
'test_pipeop_colroles.R:10:3', 'test_pipeop_colapply.R:9:3',
'test_pipeop_copy.R:5:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:13:3',
'test_pipeop_encodelmer.R:13:3', 'test_pipeop_encodelmer.R:34:3',
'test_pipeop_encodelmer.R:75:3', 'test_pipeop_featureunion.R:9:3',
'test_pipeop_featureunion.R:132:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_filter.R:6:3', 'test_pipeop_fixfactors.R:9:3',
'test_pipeop_ica.R:6:3', 'test_pipeop_histbin.R:9:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_imputelearner.R:40:3', 'test_pipeop_learner.R:17:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_learnercv.R:31:3',
'test_pipeop_mutate.R:9:3', 'test_pipeop_multiplicityimply.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_randomresponse.R:5:3',
'test_pipeop_proxy.R:14:3', 'test_pipeop_removeconstants.R:10:3',
'test_pipeop_renamecolumns.R:11:3', 'test_pipeop_replicate.R:9:3',
'test_pipeop_scale.R:8:3', 'test_pipeop_scale.R:18:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_select.R:9:3',
'test_pipeop_scalerange.R:8:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_textvectorizer.R:38:3', 'test_pipeop_textvectorizer.R:189:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.0-1
Check: tests
Result: ERROR
Running 'testthat.R' [106s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:10:3',
'test_pipeop_classweights.R:10:3', 'test_pipeop_boxcox.R:8:3',
'test_pipeop_colapply.R:9:3', 'test_pipeop_colroles.R:10:3',
'test_pipeop_copy.R:5:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_encodelmer.R:13:3',
'test_pipeop_encodelmer.R:34:3', 'test_pipeop_encodelmer.R:75:3',
'test_pipeop_datefeatures.R:13:3', 'test_pipeop_featureunion.R:9:3',
'test_pipeop_featureunion.R:132:3', 'test_pipeop_filter.R:6:3',
'test_pipeop_fixfactors.R:9:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_histbin.R:9:3', 'test_pipeop_ica.R:6:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_imputelearner.R:40:3', 'test_pipeop_learner.R:17:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_learnercv.R:31:3',
'test_pipeop_mutate.R:9:3', 'test_pipeop_multiplicityimply.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_randomresponse.R:5:3',
'test_pipeop_proxy.R:14:3', 'test_pipeop_removeconstants.R:10:3',
'test_pipeop_renamecolumns.R:11:3', 'test_pipeop_scale.R:8:3',
'test_pipeop_scale.R:18:3', 'test_pipeop_replicate.R:9:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_scalerange.R:8:3',
'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_textvectorizer.R:38:3', 'test_pipeop_textvectorizer.R:189:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at D:\RCompile\CRANpkg\local\4.4\mlr3pipelines.Rcheck\tests\testthat\helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at D:\RCompile\CRANpkg\local\4.4\mlr3pipelines.Rcheck\tests\testthat\helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.5.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [333s/214s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_chunk.R:4:3', 'test_pipeop_boxcox.R:8:3',
'test_pipeop_classbalancing.R:10:3', 'test_pipeop_classweights.R:10:3',
'test_pipeop_colroles.R:10:3', 'test_pipeop_copy.R:5:3',
'test_pipeop_colapply.R:9:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:13:3',
'test_pipeop_encodelmer.R:13:3', 'test_pipeop_encodelmer.R:34:3',
'test_pipeop_encodelmer.R:75:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:132:3',
'test_pipeop_fixfactors.R:9:3', 'test_pipeop_filter.R:6:3',
'test_pipeop_histbin.R:9:3', 'test_pipeop_ica.R:6:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_imputelearner.R:40:3', 'test_pipeop_learner.R:17:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_multiplicityimply.R:9:3',
'test_pipeop_learnercv.R:31:3', 'test_pipeop_mutate.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_proxy.R:14:3',
'test_pipeop_randomresponse.R:5:3', 'test_pipeop_renamecolumns.R:11:3',
'test_pipeop_replicate.R:9:3', 'test_pipeop_scale.R:8:3',
'test_pipeop_scale.R:18:3', 'test_pipeop_removeconstants.R:10:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_select.R:9:3',
'test_pipeop_scalerange.R:8:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_textvectorizer.R:38:3', 'test_pipeop_textvectorizer.R:189:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.5.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [327s/204s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:10:3',
'test_pipeop_boxcox.R:8:3', 'test_pipeop_classweights.R:10:3',
'test_pipeop_colapply.R:9:3', 'test_pipeop_colroles.R:10:3',
'test_pipeop_copy.R:5:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:13:3',
'test_pipeop_encodelmer.R:13:3', 'test_pipeop_encodelmer.R:34:3',
'test_pipeop_encodelmer.R:75:3', 'test_pipeop_featureunion.R:9:3',
'test_pipeop_featureunion.R:132:3', 'test_pipeop_filter.R:6:3',
'test_pipeop_fixfactors.R:9:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_histbin.R:9:3', 'test_pipeop_ica.R:6:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_imputelearner.R:40:3', 'test_pipeop_learner.R:17:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_learnercv.R:31:3',
'test_pipeop_multiplicityimply.R:9:3', 'test_pipeop_mutate.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_proxy.R:14:3',
'test_pipeop_randomresponse.R:5:3', 'test_pipeop_renamecolumns.R:11:3',
'test_pipeop_replicate.R:9:3', 'test_pipeop_removeconstants.R:10:3',
'test_pipeop_scale.R:8:3', 'test_pipeop_scale.R:18:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_scalerange.R:8:3',
'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_textvectorizer.R:38:3', 'test_pipeop_textvectorizer.R:189:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at tests/testthat/helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.5.0-1
Check: tests
Result: ERROR
Running 'testthat.R' [172s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_boxcox.R:8:3', 'test_pipeop_chunk.R:4:3',
'test_pipeop_classweights.R:10:3', 'test_pipeop_classbalancing.R:10:3',
'test_pipeop_colroles.R:10:3', 'test_pipeop_copy.R:5:3',
'test_pipeop_colapply.R:9:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:13:3',
'test_pipeop_encodelmer.R:13:3', 'test_pipeop_encodelmer.R:34:3',
'test_pipeop_encodelmer.R:75:3', 'test_pipeop_featureunion.R:9:3',
'test_pipeop_featureunion.R:132:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_fixfactors.R:9:3', 'test_pipeop_filter.R:6:3',
'test_pipeop_histbin.R:9:3', 'test_pipeop_ica.R:6:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_imputelearner.R:40:3', 'test_pipeop_learner.R:17:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_learnercv.R:31:3',
'test_pipeop_multiplicityimply.R:9:3', 'test_pipeop_mutate.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_proxy.R:14:3',
'test_pipeop_randomresponse.R:5:3', 'test_pipeop_renamecolumns.R:11:3',
'test_pipeop_removeconstants.R:10:3', 'test_pipeop_replicate.R:9:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_scale.R:8:3',
'test_pipeop_scale.R:18:3', 'test_pipeop_select.R:9:3',
'test_pipeop_scalerange.R:8:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_textvectorizer.R:38:3', 'test_pipeop_textvectorizer.R:189:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at D:\RCompile\CRANpkg\local\4.3\mlr3pipelines.Rcheck\tests\testthat\helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at D:\RCompile\CRANpkg\local\4.3\mlr3pipelines.Rcheck\tests\testthat\helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.5.0-1
Check: tests
Result: ERROR
Running 'testthat.R' [156s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ library("paradox")
+ library("mlr3pipelines")
+ test_check("mlr3pipelines")
+ }
Starting 2 test processes
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
══ Skipped tests (79) ══════════════════════════════════════════════════════════
• On CRAN (77): 'test_Graph.R:275:3', 'test_GraphLearner.R:4:3',
'test_GraphLearner.R:177:3', 'test_GraphLearner.R:245:3',
'test_GraphLearner.R:309:3', 'test_dictionary.R:5:3',
'test_learner_weightedaverage.R:4:3', 'test_learner_weightedaverage.R:56:3',
'test_learner_weightedaverage.R:103:3',
'test_learner_weightedaverage.R:149:3', 'test_meta.R:39:3',
'test_mlr_graphs_bagging.R:5:3', 'test_mlr_graphs_branching.R:25:3',
'test_mlr_graphs_robustify.R:4:3', 'test_pipeop_branch.R:4:3',
'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:10:3',
'test_pipeop_classweights.R:10:3', 'test_pipeop_boxcox.R:8:3',
'test_pipeop_colapply.R:9:3', 'test_pipeop_colroles.R:10:3',
'test_pipeop_copy.R:5:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_encodelmer.R:13:3',
'test_pipeop_encodelmer.R:34:3', 'test_pipeop_encodelmer.R:75:3',
'test_pipeop_datefeatures.R:13:3', 'test_pipeop_featureunion.R:9:3',
'test_pipeop_featureunion.R:132:3', 'test_pipeop_ensemble.R:6:3',
'test_pipeop_fixfactors.R:9:3', 'test_pipeop_filter.R:6:3',
'test_pipeop_ica.R:6:3', 'test_pipeop_histbin.R:9:3',
'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3',
'test_pipeop_learner.R:17:3', 'test_pipeop_imputelearner.R:40:3',
'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3',
'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_multiplicityimply.R:9:3',
'test_pipeop_learnercv.R:31:3', 'test_pipeop_mutate.R:9:3',
'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_nmf.R:9:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:8:3', 'test_pipeop_randomresponse.R:5:3',
'test_pipeop_proxy.R:14:3', 'test_pipeop_renamecolumns.R:11:3',
'test_pipeop_removeconstants.R:10:3', 'test_pipeop_scale.R:8:3',
'test_pipeop_scale.R:18:3', 'test_pipeop_replicate.R:9:3',
'test_pipeop_scalemaxabs.R:7:3', 'test_pipeop_scalerange.R:8:3',
'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:9:3',
'test_pipeop_subsample.R:10:3', 'test_pipeop_targetinvert.R:4:3',
'test_pipeop_targetmutate.R:4:3', 'test_pipeop_targettrafo.R:4:3',
'test_pipeop_targettrafoscalerange.R:4:3', 'test_pipeop_task_preproc.R:4:3',
'test_pipeop_task_preproc.R:14:3', 'test_pipeop_spatialsign.R:7:3',
'test_pipeop_textvectorizer.R:38:3', 'test_pipeop_textvectorizer.R:189:3',
'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:88:3',
'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_vtreat.R:9:3',
'test_typecheck.R:186:3'
• empty test (2): 'test_pipeop_missind.R:101:1', 'test_pipeop_learnercv.R:52:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pipeop_targetmutate.R:59:2'): PipeOpTargetMutate - log base 2 trafo ──
Error in `log(dat$medv, base = 2)`: non-numeric argument to mathematical function
── Failure ('test_pipeop_targettrafoscalerange.R:84:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$truth - a)/b not equivalent to predict_out2[[1L]]$truth.
506/506 mismatches (average diff: NaN)
[1] NA - 24.0 == NA
[2] NA - 21.6 == NA
[3] NA - 34.7 == NA
[4] NA - 33.4 == NA
[5] NA - 36.2 == NA
[6] NA - 28.7 == NA
[7] NA - 22.9 == NA
[8] NA - 22.1 == NA
[9] NA - 16.5 == NA
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:84:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at D:\RCompile\CRANpkg\local\4.2\mlr3pipelines.Rcheck\tests\testthat\helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
── Failure ('test_pipeop_targettrafoscalerange.R:85:3'): PipeOpTargetTrafoScaleRange - row use subsets ──
(predict_out1$response - a)/b not equivalent to predict_out2[[1L]]$response.
506/506 mismatches (average diff: NaN)
[1] NaN - 30.5 == NaN
[2] NaN - 21.0 == NaN
[3] NaN - 30.5 == NaN
[4] NaN - 30.5 == NaN
[5] NaN - 30.5 == NaN
[6] NaN - 30.5 == NaN
[7] NaN - 21.0 == NaN
[8] NaN - 17.4 == NaN
[9] NaN - 17.4 == NaN
...
Backtrace:
▆
1. └─mlr3pipelines:::expect_equivalent(...) at test_pipeop_targettrafoscalerange.R:85:3
2. ├─base::suppressWarnings(testthat::expect_equivalent(...)) at D:\RCompile\CRANpkg\local\4.2\mlr3pipelines.Rcheck\tests\testthat\helper_compat.R:10:21
3. │ └─base::withCallingHandlers(...)
4. └─testthat::expect_equivalent(...)
[ FAIL 3 | WARN 9 | SKIP 79 | PASS 12916 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64