CRAN Package Check Results for Package mlr3pipelines

Last updated on 2026-08-28 13:49:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11.0 38.56 636.50 675.06 ERROR
r-devel-linux-x86_64-debian-gcc 0.11.0 24.14 459.63 483.77 ERROR
r-devel-linux-x86_64-fedora-clang 0.11.0 29.00 485.77 514.77 ERROR
r-devel-linux-x86_64-fedora-gcc 0.11.0 28.00 475.04 503.04 ERROR
r-devel-windows-x86_64 0.11.0 43.00 472.00 515.00 ERROR
r-patched-linux-x86_64 0.11.0 56.16 619.89 676.05 ERROR
r-release-linux-x86_64 0.11.0 36.57 630.78 667.35 ERROR
r-release-macos-arm64 0.11.0 8.00 106.00 114.00 OK
r-release-macos-x86_64 0.11.0 24.00 528.00 552.00 OK
r-release-windows-x86_64 0.11.0 37.00 475.00 512.00 ERROR
r-oldrel-macos-arm64 0.11.0 8.00 113.00 121.00 OK
r-oldrel-macos-x86_64 0.11.0 28.00 883.00 911.00 OK
r-oldrel-windows-x86_64 0.11.0 52.00 619.00 671.00 ERROR

Additional issues

donttest

Check Details

Version: 0.11.0
Check: R code for possible problems
Result: NOTE Found calls to structure() using deprecated special names: mlr3pipelines/R/PipeOpFilter.R (.Names: 1) '.Names' should be changed to 'names'. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.11.0
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_imputeconstant > ### Title: Impute Features by a Constant > ### Aliases: mlr_pipeops_imputeconstant PipeOpImputeConstant > > ### ** Examples > > library("mlr3") > > task = tsk("pima") Error: Element with key 'pima' not found in DictionaryTask! Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed mlr_graphs_ovr 4.788 0.097 8.228 mlr_pipeops 3.685 0.071 6.798 Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [358s/180s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain Saving _problems/test_mlr_graphs_robustify-106.R > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_multiplicities.R: > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R > test_pipeop_isomap.R: 2026-08-25 07:13:41.803266: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:41.804089: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:41.816792: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:41.840835: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:41.904603: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:41.906527: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:41.916026: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:41.932982: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:41.959196: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 07:13:41.959867: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:41.975752: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:42.020221: embedding > test_pipeop_isomap.R: 2026-08-25 07:13:42.021337: DONE > test_pipeop_isomap.R: 2026-08-25 07:13:42.052045: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 07:13:42.054111: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:42.514019: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:42.558821: embedding > test_pipeop_isomap.R: 2026-08-25 07:13:42.559947: DONE > test_pipeop_isomap.R: 2026-08-25 07:13:42.654356: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:42.654844: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:42.672587: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:42.771491: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:42.812491: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 07:13:42.813241: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:42.848732: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:43.05007: embedding > test_pipeop_isomap.R: 2026-08-25 07:13:43.05517: DONE Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-25 07:13:43.214873: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:43.215404: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:43.227176: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:43.246009: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:43.285181: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 07:13:43.285951: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:43.307578: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:43.351712: embedding > test_pipeop_isomap.R: 2026-08-25 07:13:43.353067: DONE > test_pipeop_isomap.R: 2026-08-25 07:13:43.528777: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:43.529294: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:43.5524: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:43.570975: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:43.623532: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 07:13:43.624232: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:43.641299: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:43.684951: embedding > test_pipeop_isomap.R: 2026-08-25 07:13:43.686007: DONE > test_pipeop_isomap.R: 2026-08-25 07:13:43.774175: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:43.774666: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:43.784733: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:43.797878: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:43.853967: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 07:13:43.854706: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:43.871164: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:43.915737: embedding > test_pipeop_isomap.R: 2026-08-25 07:13:43.916824: DONE > test_pipeop_isomap.R: 2026-08-25 07:13:44.010294: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:44.010785: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:44.021417: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:44.041714: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:44.095578: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 07:13:44.09631: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:44.114228: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:44.156277: embedding > test_pipeop_isomap.R: 2026-08-25 07:13:44.157147: DONE > test_pipeop_isomap.R: 2026-08-25 07:13:44.248071: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:44.248569: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:44.259706: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:44.280066: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:44.338289: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 07:13:44.339041: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:44.360229: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:44.401675: embedding > test_pipeop_isomap.R: 2026-08-25 07:13:44.403039: DONE > test_pipeop_isomap.R: 2026-08-25 07:13:44.519933: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:44.520476: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:44.531204: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:44.550669: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:44.641646: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:44.641983: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:44.64905: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:44.66294: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 07:13:44.692791: Isomap START > test_pipeop_isomap.R: 2026-08-25 07:13:44.69331: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 07:13:44.705832: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 07:13:44.726054: Classical Scaling Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_nmf.R: [PipeOpNMFstate] Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula_simplify.R:6:3', 'test_CnfFormula.R:591:3', 'test_Graph.R:283:3', 'test_PipeOp.R:32:1', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_doublearrow.R:2:1', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_dictionary.R:7:3', 'test_meta.R:39:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7: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_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_subsample.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_ppl.R:63:3', 'test_typecheck.R:188:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.11.0
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_imputeconstant > ### Title: Impute Features by a Constant > ### Aliases: mlr_pipeops_imputeconstant PipeOpImputeConstant > > ### ** Examples > > library("mlr3") > > task = tsk("pima") Error: Element with key 'pima' not found in DictionaryTask! Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [279s/180s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_Graph.R: > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain Saving _problems/test_mlr_graphs_robustify-106.R > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_multiplicities.R: > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R > test_pipeop_isomap.R: 2026-08-27 18:24:18.788767: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:18.790734: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:18.804363: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:18.820608: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:18.86259: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:18.864645: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:18.87496: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:18.895568: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:18.925459: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 18:24:18.926087: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:18.943266: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:18.976547: embedding > test_pipeop_isomap.R: 2026-08-27 18:24:18.978899: DONE > test_pipeop_isomap.R: 2026-08-27 18:24:19.016759: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 18:24:19.01723: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:19.039572: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:19.07336: embedding > test_pipeop_isomap.R: 2026-08-27 18:24:19.074402: DONE > test_pipeop_isomap.R: 2026-08-27 18:24:19.156673: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:19.158295: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:19.177138: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:19.28573: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:19.363122: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 18:24:19.363848: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:19.471569: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:19.753016: embedding > test_pipeop_isomap.R: 2026-08-27 18:24:19.759568: DONE > test_pipeop_isomap.R: 2026-08-27 18:24:19.902625: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:19.904144: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:19.919102: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:19.934083: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:19.95874: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 18:24:19.959318: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:19.974594: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.00616: embedding > test_pipeop_isomap.R: 2026-08-27 18:24:20.007105: DONE > test_pipeop_isomap.R: 2026-08-27 18:24:20.14172: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:20.142183: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:20.156722: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.172307: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:20.228045: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 18:24:20.228657: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:20.251096: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.290945: embedding > test_pipeop_isomap.R: 2026-08-27 18:24:20.29412: DONE > test_pipeop_isomap.R: 2026-08-27 18:24:20.380744: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:20.381169: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:20.405918: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.424187: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:20.464912: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 18:24:20.465957: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:20.481088: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.517742: embedding > test_pipeop_isomap.R: 2026-08-27 18:24:20.518721: DONE > test_pipeop_isomap.R: 2026-08-27 18:24:20.58488: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:20.586621: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:20.597068: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.612802: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:20.663916: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 18:24:20.666054: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:20.683484: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.7256: embedding > test_pipeop_isomap.R: 2026-08-27 18:24:20.72799: DONE > test_pipeop_isomap.R: 2026-08-27 18:24:20.79603: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:20.797681: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:20.807833: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.823237: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:20.897906: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 18:24:20.898558: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:20.930181: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:20.983535: embedding > test_pipeop_isomap.R: 2026-08-27 18:24:20.985873: DONE > test_pipeop_isomap.R: 2026-08-27 18:24:21.091374: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:21.091792: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:21.113143: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:21.12869: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:21.193691: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:21.194118: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:21.205023: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:21.223794: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 18:24:21.24563: Isomap START > test_pipeop_isomap.R: 2026-08-27 18:24:21.246068: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 18:24:21.256796: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 18:24:21.272231: Classical Scaling Saving _problems/test_pipeop_impute-452.R Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula_simplify.R:6:3', 'test_CnfFormula.R:591:3', 'test_Graph.R:283:3', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_PipeOp.R:32:1', 'test_doublearrow.R:2:1', 'test_dictionary.R:7:3', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_meta.R:39:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_isomap.R:10:3', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7: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_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_nmf.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_subsample.R:6:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_typecheck.R:188:3', 'test_ppl.R:63:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.11.0
Check: examples
Result: ERROR Running examples in ‘mlr3pipelines-Ex.R’ failed The error most likely occurred in: > ### Name: mlr_pipeops_imputeconstant > ### Title: Impute Features by a Constant > ### Aliases: mlr_pipeops_imputeconstant PipeOpImputeConstant > > ### ** Examples > > library("mlr3") > > task = tsk("pima") Error: Element with key 'pima' not found in DictionaryTask! 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.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [287s/378s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_multiplicities.R: Saving _problems/test_mlr_graphs_robustify-106.R > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-27 08:24:12.62537: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:12.633754: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:12.678648: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:12.743554: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:12.933124: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:12.935588: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:12.967964: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:13.0297: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:13.123665: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 08:24:13.126698: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:13.187222: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:13.280942: embedding > test_pipeop_isomap.R: 2026-08-27 08:24:13.287352: DONE > test_pipeop_isomap.R: 2026-08-27 08:24:13.336466: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 08:24:13.339264: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:13.37838: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:13.48096: embedding > test_pipeop_isomap.R: 2026-08-27 08:24:13.481849: DONE > test_pipeop_isomap.R: 2026-08-27 08:24:13.69391: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:13.694312: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:13.744186: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:14.005326: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:14.267279: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 08:24:14.268896: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:14.346859: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:15.101629: embedding > test_pipeop_isomap.R: 2026-08-27 08:24:15.103382: DONE > test_pipeop_isomap.R: 2026-08-27 08:24:15.663457: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:15.663891: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:15.70752: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:15.765287: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:15.893234: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 08:24:15.893883: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:15.946531: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:16.053004: embedding > test_pipeop_isomap.R: 2026-08-27 08:24:16.085829: DONE > test_pipeop_isomap.R: 2026-08-27 08:24:16.454768: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:16.45518: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:16.486715: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:16.530791: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:16.662231: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 08:24:16.662836: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:16.714555: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:16.818647: embedding > test_pipeop_isomap.R: 2026-08-27 08:24:16.81954: DONE > test_pipeop_isomap.R: 2026-08-27 08:24:17.081602: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:17.087572: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:17.122391: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:17.17875: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:17.358228: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 08:24:17.361027: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:17.423732: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:17.553953: embedding > test_pipeop_isomap.R: 2026-08-27 08:24:17.560807: DONE > test_pipeop_isomap.R: 2026-08-27 08:24:17.865738: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:17.86617: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:17.89834: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:17.941315: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:18.080024: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 08:24:18.08068: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:18.124861: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:18.2246: embedding > test_pipeop_isomap.R: 2026-08-27 08:24:18.225517: DONE > test_pipeop_isomap.R: 2026-08-27 08:24:18.374457: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:18.377793: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:18.395314: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:18.425303: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:18.54601: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-27 08:24:18.552313: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:18.595793: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:18.676226: embedding > test_pipeop_isomap.R: 2026-08-27 08:24:18.677139: DONE > test_pipeop_isomap.R: 2026-08-27 08:24:18.833322: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:18.833751: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:18.851827: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:18.886777: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:19.055867: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:19.056276: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:19.076048: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:19.098725: Classical Scaling > test_pipeop_isomap.R: 2026-08-27 08:24:19.151886: Isomap START > test_pipeop_isomap.R: 2026-08-27 08:24:19.152294: constructing knn graph > test_pipeop_isomap.R: 2026-08-27 08:24:19.174555: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-27 08:24:19.212089: Classical Scaling Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_nmf.R: [PipeOpNMFstate] Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula_simplify.R:6:3', 'test_CnfFormula.R:591:3', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_Graph.R:283:3', 'test_PipeOp.R:32:1', 'test_dictionary.R:7:3', 'test_doublearrow.R:2:1', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_meta.R:39:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7: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_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_subsample.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_ppl.R:63:3', 'test_typecheck.R:188:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [283s/493s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain Saving _problems/test_mlr_graphs_robustify-106.R > test_multiplicities.R: > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R > test_pipeop_isomap.R: 2026-08-26 03:23:32.183664: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:32.185092: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:32.250571: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:32.299581: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:32.509701: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:32.512945: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:32.540783: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:32.58586: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:32.656258: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 03:23:32.657627: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:32.70382: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:32.817661: embedding > test_pipeop_isomap.R: 2026-08-26 03:23:32.824268: DONE > test_pipeop_isomap.R: 2026-08-26 03:23:32.895737: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 03:23:32.897463: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:32.944781: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:33.056124: embedding > test_pipeop_isomap.R: 2026-08-26 03:23:33.063097: DONE > test_pipeop_isomap.R: 2026-08-26 03:23:33.22165: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:33.223175: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:33.277014: calculating geodesic distances Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-26 03:23:33.564617: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:33.655577: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 03:23:33.660165: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:33.804272: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:34.226233: embedding > test_pipeop_isomap.R: 2026-08-26 03:23:34.232607: DONE > test_pipeop_isomap.R: 2026-08-26 03:23:34.488172: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:34.491399: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:34.510127: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:34.540854: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:34.598314: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 03:23:34.598903: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:34.910419: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:35.03369: embedding > test_pipeop_isomap.R: 2026-08-26 03:23:35.036143: DONE > test_pipeop_isomap.R: 2026-08-26 03:23:35.422813: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:35.423213: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:35.450778: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:35.497639: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:35.567138: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 03:23:35.568791: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:35.591763: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:35.650011: embedding > test_pipeop_isomap.R: 2026-08-26 03:23:35.65386: DONE > test_pipeop_isomap.R: 2026-08-26 03:23:35.812817: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:35.81723: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:35.835918: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:35.863328: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:35.941439: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 03:23:35.942625: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:35.999658: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:36.120845: embedding > test_pipeop_isomap.R: 2026-08-26 03:23:36.121748: DONE > test_pipeop_isomap.R: 2026-08-26 03:23:36.320607: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:36.327466: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:36.373239: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:36.423311: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:36.632611: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 03:23:36.63328: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:36.699878: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:36.789761: embedding > test_pipeop_isomap.R: 2026-08-26 03:23:36.790749: DONE > test_pipeop_isomap.R: 2026-08-26 03:23:36.980783: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:36.981289: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:37.024277: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:37.068383: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:37.185047: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 03:23:37.185707: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:37.270264: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:37.35808: embedding > test_pipeop_isomap.R: 2026-08-26 03:23:37.359384: DONE > test_pipeop_isomap.R: 2026-08-26 03:23:37.572469: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:37.574497: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:37.605792: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:37.653795: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:37.852931: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:37.853356: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:37.877869: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:37.908399: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 03:23:37.94722: Isomap START > test_pipeop_isomap.R: 2026-08-26 03:23:37.950527: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 03:23:38.880705: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 03:23:38.895287: Classical Scaling Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_nmf.R: [PipeOpNMFstate] Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula.R:591:3', 'test_CnfFormula_simplify.R:6:3', 'test_Graph.R:283:3', 'test_PipeOp.R:32:1', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_doublearrow.R:2:1', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_dictionary.R:7:3', 'test_meta.R:39:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_multiplicityimply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7:3', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3', 'test_pipeop_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_subsample.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_ppl.R:63:3', 'test_typecheck.R:188:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.11.0
Check: tests
Result: ERROR Running 'testthat.R' [170s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain Saving _problems/test_mlr_graphs_robustify-106.R > test_multiplicities.R: > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R > test_pipeop_isomap.R: 2026-08-25 21:29:14.708688: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:14.710271: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:14.731177: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:14.757116: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:14.813577: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:14.814856: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:14.823681: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:14.842318: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:14.877958: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 21:29:14.879368: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:14.901532: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:14.944716: embedding > test_pipeop_isomap.R: 2026-08-25 21:29:14.947294: DONE > test_pipeop_isomap.R: 2026-08-25 21:29:14.991017: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 21:29:14.992265: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:15.007553: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:15.053027: embedding > test_pipeop_isomap.R: 2026-08-25 21:29:15.055559: DONE > test_pipeop_isomap.R: 2026-08-25 21:29:15.160883: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:15.161818: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:15.180559: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:15.283483: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:15.314868: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 21:29:15.316147: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:15.352875: calculating geodesic distances Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-25 21:29:15.569297: embedding > test_pipeop_isomap.R: 2026-08-25 21:29:15.575401: DONE > test_pipeop_isomap.R: 2026-08-25 21:29:15.723688: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:15.724617: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:15.810982: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:15.82947: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:15.871787: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 21:29:15.873197: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:15.891197: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:15.929967: embedding > test_pipeop_isomap.R: 2026-08-25 21:29:15.932532: DONE > test_pipeop_isomap.R: 2026-08-25 21:29:16.094609: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:16.095738: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:16.108755: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:16.127454: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:16.184054: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 21:29:16.186081: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:16.211734: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:16.255722: embedding > test_pipeop_isomap.R: 2026-08-25 21:29:16.258318: DONE > test_pipeop_isomap.R: 2026-08-25 21:29:16.338646: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:16.339594: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:16.350997: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:16.365318: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:16.422457: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 21:29:16.423881: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:16.455316: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:16.497618: embedding > test_pipeop_isomap.R: 2026-08-25 21:29:16.499684: DONE > test_pipeop_isomap.R: 2026-08-25 21:29:16.586003: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:16.587167: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:16.599292: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:16.615849: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:16.674822: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 21:29:16.676441: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:16.697071: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:16.735044: embedding > test_pipeop_isomap.R: 2026-08-25 21:29:16.736534: DONE > test_pipeop_isomap.R: 2026-08-25 21:29:16.801462: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:16.802468: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:16.811808: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:16.825963: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:16.869212: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-25 21:29:16.870397: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:16.898681: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:16.936311: embedding > test_pipeop_isomap.R: 2026-08-25 21:29:16.938614: DONE > test_pipeop_isomap.R: 2026-08-25 21:29:17.035064: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:17.035887: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:17.043816: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:17.059805: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:17.138374: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:17.13936: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:17.148909: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:17.166513: Classical Scaling > test_pipeop_isomap.R: 2026-08-25 21:29:17.202479: Isomap START > test_pipeop_isomap.R: 2026-08-25 21:29:17.203781: constructing knn graph > test_pipeop_isomap.R: 2026-08-25 21:29:17.217241: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-25 21:29:17.236241: Classical Scaling Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_nmf.R: [PipeOpNMFstate] Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula_simplify.R:6:3', 'test_CnfFormula.R:591:3', 'test_Graph.R:283:3', 'test_PipeOp.R:32:1', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_doublearrow.R:2:1', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_meta.R:39:3', 'test_dictionary.R:7:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_multiplicityimply.R:9:3', 'test_pipeop_nearmiss.R:7:3', 'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3', 'test_pipeop_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_subsample.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_ppl.R:63:3', 'test_typecheck.R:188:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 9 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [347s/177s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain Saving _problems/test_mlr_graphs_robustify-106.R > test_multiplicities.R: > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R > test_pipeop_isomap.R: 2026-08-26 18:49:31.191909: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:31.19267: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:31.208475: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:31.228876: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:31.281269: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:31.281754: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:31.293193: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:31.311764: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:31.33952: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 18:49:31.340247: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:31.425535: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:31.469731: embedding > test_pipeop_isomap.R: 2026-08-26 18:49:31.471049: DONE > test_pipeop_isomap.R: 2026-08-26 18:49:31.50407: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 18:49:31.504592: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:31.521163: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:31.566182: embedding > test_pipeop_isomap.R: 2026-08-26 18:49:31.567417: DONE > test_pipeop_isomap.R: 2026-08-26 18:49:32.126034: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:32.126559: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:32.144065: calculating geodesic distances Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-26 18:49:32.244368: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:32.281229: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 18:49:32.28199: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:32.314555: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:32.521806: embedding > test_pipeop_isomap.R: 2026-08-26 18:49:32.524554: DONE > test_pipeop_isomap.R: 2026-08-26 18:49:32.675144: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:32.675631: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:32.687706: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:32.707691: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:32.74038: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 18:49:32.741062: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:32.760256: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:32.803148: embedding > test_pipeop_isomap.R: 2026-08-26 18:49:32.804527: DONE > test_pipeop_isomap.R: 2026-08-26 18:49:32.953889: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:32.954403: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:32.967754: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:32.986489: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:33.037952: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 18:49:33.038623: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:33.066305: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:33.11072: embedding > test_pipeop_isomap.R: 2026-08-26 18:49:33.113451: DONE > test_pipeop_isomap.R: 2026-08-26 18:49:33.203178: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:33.203684: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:33.214574: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:33.233117: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:33.285795: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 18:49:33.286498: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:33.303544: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:33.347962: embedding > test_pipeop_isomap.R: 2026-08-26 18:49:33.349176: DONE > test_pipeop_isomap.R: 2026-08-26 18:49:33.43738: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:33.437901: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:33.449379: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:33.46809: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:33.522671: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 18:49:33.523382: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:33.540742: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:33.583095: embedding > test_pipeop_isomap.R: 2026-08-26 18:49:33.584326: DONE > test_pipeop_isomap.R: 2026-08-26 18:49:33.669438: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:33.669926: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:33.681737: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:33.700303: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:33.751822: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 18:49:33.752513: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:33.770331: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:33.812436: embedding > test_pipeop_isomap.R: 2026-08-26 18:49:33.813898: DONE > test_pipeop_isomap.R: 2026-08-26 18:49:33.914348: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:33.914836: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:33.936449: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:33.955471: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:34.041068: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:34.041549: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:34.053329: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:34.07251: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 18:49:34.098541: Isomap START > test_pipeop_isomap.R: 2026-08-26 18:49:34.099032: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 18:49:34.108904: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 18:49:34.128135: Classical Scaling Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_nmf.R: [PipeOpNMFstate] Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 0 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula_simplify.R:6:3', 'test_CnfFormula.R:591:3', 'test_Graph.R:283:3', 'test_PipeOp.R:32:1', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_doublearrow.R:2:1', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_meta.R:39:3', 'test_dictionary.R:7:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7: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_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_subsample.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_ppl.R:63:3', 'test_typecheck.R:188:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 0 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.11.0
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_imputeconstant > ### Title: Impute Features by a Constant > ### Aliases: mlr_pipeops_imputeconstant PipeOpImputeConstant > > ### ** Examples > > library("mlr3") > > task = tsk("pima") Error: Element with key 'pima' not found in DictionaryTask! Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed mlr_graphs_ovr 4.638 0.231 6.259 Flavor: r-release-linux-x86_64

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [354s/178s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain Saving _problems/test_mlr_graphs_robustify-106.R > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_multiplicities.R: > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-22 18:25:45.59001: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:45.590747: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:45.603157: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:45.621347: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:45.677069: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:45.677511: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:45.688105: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:45.709777: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:45.73733: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-22 18:25:45.738056: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:45.755849: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:45.797698: embedding > test_pipeop_isomap.R: 2026-08-22 18:25:45.798899: DONE > test_pipeop_isomap.R: 2026-08-22 18:25:45.829075: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-22 18:25:45.829581: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:45.851988: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:45.893845: embedding > test_pipeop_isomap.R: 2026-08-22 18:25:45.896767: DONE > test_pipeop_isomap.R: 2026-08-22 18:25:45.992874: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:45.993362: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:46.025062: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:46.123279: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:46.161258: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-22 18:25:46.161896: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:46.192207: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:46.390103: embedding > test_pipeop_isomap.R: 2026-08-22 18:25:46.394217: DONE > test_pipeop_isomap.R: 2026-08-22 18:25:46.55232: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:46.552796: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:46.563462: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:46.582206: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:46.617868: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-22 18:25:46.618567: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:46.644109: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:46.687923: embedding > test_pipeop_isomap.R: 2026-08-22 18:25:46.689121: DONE > test_pipeop_isomap.R: 2026-08-22 18:25:46.838323: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:46.838845: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:46.849683: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:46.867695: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:46.918415: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-22 18:25:46.919131: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:46.936543: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:46.979227: embedding > test_pipeop_isomap.R: 2026-08-22 18:25:46.98048: DONE > test_pipeop_isomap.R: 2026-08-22 18:25:47.070085: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:47.070582: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:47.081572: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:47.100031: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:47.164275: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-22 18:25:47.165031: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:47.18289: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:47.225055: embedding > test_pipeop_isomap.R: 2026-08-22 18:25:47.226284: DONE > test_pipeop_isomap.R: 2026-08-22 18:25:47.310961: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:47.311471: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:47.323976: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:47.342875: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:47.398219: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-22 18:25:47.398978: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:47.416689: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:47.458994: embedding > test_pipeop_isomap.R: 2026-08-22 18:25:47.46026: DONE > test_pipeop_isomap.R: 2026-08-22 18:25:47.549953: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:47.550467: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:47.561895: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:47.582081: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:47.646665: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-22 18:25:47.648985: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:47.66701: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:47.709563: embedding > test_pipeop_isomap.R: 2026-08-22 18:25:47.710891: DONE > test_pipeop_isomap.R: 2026-08-22 18:25:47.812797: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:47.813314: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:47.826071: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:47.844703: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:47.941845: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:47.942377: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:47.954759: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:47.97341: Classical Scaling > test_pipeop_isomap.R: 2026-08-22 18:25:48.000175: Isomap START > test_pipeop_isomap.R: 2026-08-22 18:25:48.000672: constructing knn graph > test_pipeop_isomap.R: 2026-08-22 18:25:48.010756: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-22 18:25:48.029268: Classical Scaling Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_nmf.R: [PipeOpNMFstate] Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 0 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula_simplify.R:6:3', 'test_CnfFormula.R:591:3', 'test_Graph.R:283:3', 'test_PipeOp.R:32:1', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_doublearrow.R:2:1', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_meta.R:39:3', 'test_dictionary.R:7:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7: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_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_subsample.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_ppl.R:63:3', 'test_typecheck.R:188:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 0 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 0.11.0
Check: tests
Result: ERROR Running 'testthat.R' [158s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain Saving _problems/test_mlr_graphs_robustify-106.R > test_multiplicities.R: > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R > test_pipeop_isomap.R: 2026-08-23 09:14:57.274443: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:57.27552: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:57.289942: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:57.305809: Classical Scaling Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-23 09:14:57.372139: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:57.373206: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:57.382269: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:57.398836: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:57.425703: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-23 09:14:57.426865: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:57.441082: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:57.46712: embedding > test_pipeop_isomap.R: 2026-08-23 09:14:57.468685: DONE > test_pipeop_isomap.R: 2026-08-23 09:14:57.488009: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-23 09:14:57.489091: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:57.504068: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:57.539313: embedding > test_pipeop_isomap.R: 2026-08-23 09:14:57.541267: DONE > test_pipeop_isomap.R: 2026-08-23 09:14:57.631836: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:57.632807: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:57.66014: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:57.740035: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:57.770859: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-23 09:14:57.771699: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:57.791737: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:57.947542: embedding > test_pipeop_isomap.R: 2026-08-23 09:14:57.951442: DONE > test_pipeop_isomap.R: 2026-08-23 09:14:58.106975: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:58.108006: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.117618: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:58.132969: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:58.166045: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-23 09:14:58.167293: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.18545: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:58.221302: embedding > test_pipeop_isomap.R: 2026-08-23 09:14:58.223069: DONE > test_pipeop_isomap.R: 2026-08-23 09:14:58.370994: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:58.372158: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.383573: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:58.398378: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:58.455468: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-23 09:14:58.456714: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.481095: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:58.513797: embedding > test_pipeop_isomap.R: 2026-08-23 09:14:58.515378: DONE > test_pipeop_isomap.R: 2026-08-23 09:14:58.586505: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:58.587419: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.595402: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:58.608304: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:58.650837: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-23 09:14:58.651922: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.665882: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:58.696745: embedding > test_pipeop_isomap.R: 2026-08-23 09:14:58.698737: DONE > test_pipeop_isomap.R: 2026-08-23 09:14:58.784861: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:58.785779: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.794587: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:58.809414: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:58.85724: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-23 09:14:58.858484: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.87327: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:58.904905: embedding > test_pipeop_isomap.R: 2026-08-23 09:14:58.906494: DONE > test_pipeop_isomap.R: 2026-08-23 09:14:58.977149: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:58.978167: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:58.987733: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:59.001413: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:59.046797: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-23 09:14:59.047615: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:59.06969: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:59.102233: embedding > test_pipeop_isomap.R: 2026-08-23 09:14:59.103614: DONE > test_pipeop_isomap.R: 2026-08-23 09:14:59.184165: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:59.185172: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:59.194014: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:59.206081: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:59.27425: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:59.275239: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:59.284812: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:59.300377: Classical Scaling > test_pipeop_isomap.R: 2026-08-23 09:14:59.334938: Isomap START > test_pipeop_isomap.R: 2026-08-23 09:14:59.336211: constructing knn graph > test_pipeop_isomap.R: 2026-08-23 09:14:59.345351: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-23 09:14:59.36019: Classical Scaling Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 0 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula_simplify.R:6:3', 'test_CnfFormula.R:591:3', 'test_Graph.R:283:3', 'test_PipeOp.R:32:1', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_doublearrow.R:2:1', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_meta.R:39:3', 'test_dictionary.R:7:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7: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_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_subsample.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_typecheck.R:188:3', 'test_ppl.R:63:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 0 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 0.11.0
Check: tests
Result: ERROR Running 'testthat.R' [236s] 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. > test_Graph.R: Training debug.multi with input list(input_1 = 1, input_2 = 1) > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain Saving _problems/test_mlr_graphs_robustify-106.R > test_multiplicities.R: > test_multiplicities.R: > test_multiplicities.R: [[1]] > test_multiplicities.R: [1] 0 > test_multiplicities.R: > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] "Borderline-SMOTE done" Saving _problems/test_pipeop_classbalancing-13.R Saving _problems/test_pipeop_classweights-17.R Saving _problems/test_pipeop_classweights-36.R Saving _problems/test_pipeop_imputelearner-7.R Saving _problems/test_pipeop_imputelearner-138.R Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-26 08:33:45.725385: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:45.726531: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:45.748336: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:45.770052: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:45.892722: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:45.893406: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:45.908675: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:45.936092: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:45.980547: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 08:33:45.981536: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:46.00733: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:46.056179: embedding > test_pipeop_isomap.R: 2026-08-26 08:33:46.057963: DONE > test_pipeop_isomap.R: 2026-08-26 08:33:46.101254: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 08:33:46.101922: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:46.127525: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:46.177788: embedding > test_pipeop_isomap.R: 2026-08-26 08:33:46.179902: DONE > test_pipeop_isomap.R: 2026-08-26 08:33:46.319083: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:46.319865: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:46.37027: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:46.466239: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:46.519512: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 08:33:46.520433: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:46.567864: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:46.796068: embedding > test_pipeop_isomap.R: 2026-08-26 08:33:46.803068: DONE > test_pipeop_isomap.R: 2026-08-26 08:33:47.011449: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:47.011947: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:47.022134: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:47.036628: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:47.071424: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 08:33:47.072085: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:47.095089: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:47.144747: embedding > test_pipeop_isomap.R: 2026-08-26 08:33:47.146456: DONE > test_pipeop_isomap.R: 2026-08-26 08:33:47.341498: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:47.342046: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:47.358312: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:47.380929: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:47.462613: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 08:33:47.463307: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:47.49173: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:47.52972: embedding > test_pipeop_isomap.R: 2026-08-26 08:33:47.53085: DONE > test_pipeop_isomap.R: 2026-08-26 08:33:47.627159: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:47.627855: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:47.643902: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:47.666244: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:47.748018: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 08:33:47.748923: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:47.773915: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:47.822253: embedding > test_pipeop_isomap.R: 2026-08-26 08:33:47.824027: DONE > test_pipeop_isomap.R: 2026-08-26 08:33:47.92863: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:47.929291: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:47.958685: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:47.979603: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:48.050484: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 08:33:48.051391: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:48.073703: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:48.108302: embedding > test_pipeop_isomap.R: 2026-08-26 08:33:48.109774: DONE > test_pipeop_isomap.R: 2026-08-26 08:33:48.226234: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:48.227034: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:48.246581: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:48.269976: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:48.354896: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-26 08:33:48.355822: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:48.39338: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:48.429271: embedding > test_pipeop_isomap.R: 2026-08-26 08:33:48.430629: DONE > test_pipeop_isomap.R: 2026-08-26 08:33:48.565579: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:48.566253: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:48.581604: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:48.603324: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:48.72753: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:48.728185: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:48.743361: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:48.759185: Classical Scaling > test_pipeop_isomap.R: 2026-08-26 08:33:48.801461: Isomap START > test_pipeop_isomap.R: 2026-08-26 08:33:48.802068: constructing knn graph > test_pipeop_isomap.R: 2026-08-26 08:33:48.816168: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-26 08:33:48.83802: Classical Scaling Saving _problems/test_pipeop_missind-4.R > test_pipeop_nmf.R: [PipeOpNMFstate] > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_task_preproc.R: Training debug_affectcols > test_pipeop_nmf.R: [PipeOpNMFstate] Saving _problems/test_pipeop_unbranch-21.R Saving _problems/test_pipeop_tunethreshold-36.R Saving _problems/test_pipeop_tunethreshold-73.R Saving _problems/test_selector-6.R [ FAIL 12 | WARN 0 | SKIP 128 | PASS 8462 ] ══ Skipped tests (128) ═════════════════════════════════════════════════════════ • On CRAN (125): 'test_CnfFormula_simplify.R:6:3', 'test_CnfFormula.R:591:3', 'test_Graph.R:283:3', 'test_PipeOp.R:32:1', 'test_GraphLearner.R:5:3', 'test_GraphLearner.R:221:3', 'test_GraphLearner.R:343:3', 'test_GraphLearner.R:408:3', 'test_GraphLearner.R:571:3', 'test_doublearrow.R:2:1', 'test_gunion.R:2:1', 'test_learner_weightedaverage.R:5:3', 'test_learner_weightedaverage.R:57:3', 'test_learner_weightedaverage.R:105:3', 'test_learner_weightedaverage.R:152:3', 'test_meta.R:39:3', 'test_dictionary.R:7:3', 'test_mlr_graphs_branching.R:26:3', 'test_mlr_graphs_bagging.R:6:3', 'test_mlr_graphs_robustify.R:5:3', 'test_pipeop_adas.R:8:3', 'test_pipeop_blsmote.R:8:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_boxcox.R:7:3', 'test_pipeop_classbalancing.R:7:3', 'test_pipeop_classweights.R:10:3', 'test_pipeop_classweightsex.R:9:3', 'test_pipeop_collapsefactors.R:6:3', 'test_pipeop_colapply.R:9:3', 'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3', 'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3', 'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_datefeatures.R:10:3', 'test_pipeop_encodepl.R:5:3', 'test_pipeop_encodepl.R:72:3', 'test_pipeop_ensemble.R:3:1', 'test_pipeop_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_info.R:3:1', 'test_pipeop_impute.R:4:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_learnerpicvplus.R:2:1', 'test_pipeop_learnercv.R:3:3', 'test_pipeop_learnercv.R:43:3', 'test_pipeop_learnercv.R:73:3', 'test_pipeop_learnercv.R:92:3', 'test_pipeop_learnercv.R:141:3', 'test_pipeop_learnercv.R:157:3', 'test_pipeop_learnercv.R:203:3', 'test_pipeop_learnercv.R:249:3', 'test_pipeop_learnercv.R:278:3', 'test_pipeop_learnercv.R:332:3', 'test_pipeop_learnercv.R:359:3', 'test_pipeop_learnercv.R:389:3', 'test_pipeop_learnercv.R:399:3', 'test_pipeop_learnercv.R:432:3', 'test_pipeop_learnercv.R:472:3', 'test_pipeop_learnercv.R:481:3', 'test_pipeop_learnercv.R:498:3', 'test_pipeop_learnercv.R:506:3', 'test_pipeop_learnercv.R:530:3', 'test_pipeop_learnercv.R:554:3', 'test_pipeop_learnercv.R:634:3', 'test_pipeop_learnercv.R:654:3', 'test_pipeop_learnercv.R:669:3', 'test_pipeop_learnercv.R:754:3', 'test_pipeop_learnercv.R:799:3', 'test_pipeop_learnercv.R:827:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7: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_proxy.R:2:1', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_removeconstants.R:6:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_rowapply.R:6:3', 'test_pipeop_scale.R:6:3', 'test_pipeop_scale.R:10:3', 'test_pipeop_scalemaxabs.R:6:3', 'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', 'test_pipeop_spatialsign.R:3:1', 'test_pipeop_splines.R:3:1', 'test_pipeop_subsample.R:6:3', 'test_pipeop_targetinvert.R:4:3', 'test_pipeop_targetmutate.R:5:3', 'test_pipeop_targettrafo.R:4:3', 'test_pipeop_targettrafoscalerange.R:5:3', 'test_pipeop_task_preproc.R:4:3', 'test_pipeop_task_preproc.R:14:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_tomek.R:7:3', 'test_pipeop_textvectorizer.R:37:3', 'test_pipeop_textvectorizer.R:186:3', 'test_pipeop_unbranch.R:10:3', 'test_pipeop_updatetarget.R:89:3', 'test_pipeop_vtreat.R:9:3', 'test_pipeop_yeojohnson.R:7:3', 'test_pipeop_tunethreshold.R:111:3', 'test_pipeop_tunethreshold.R:191:3', 'test_ppl.R:63:3', 'test_typecheck.R:188:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (2): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_mlr_graphs_robustify.R:106:3'): Robustify Pipeline Impute Missings ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_mlr_graphs_robustify.R:106:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classbalancing.R:13:3'): PipeOpClassBalancing ─────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classbalancing.R:13:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:17:3'): PipeOpClassWeights ─────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_classweights.R:17:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_classweights.R:36:5'): PipeOpClassWeights - weight roles assigned ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_classweights.R:36:5 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:7:3'): PipeOpImputeLearner - simple tests ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:7:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_imputelearner.R:138:3'): PipeOpImputeLearner - model active binding to state ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_imputelearner.R:138:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_impute.R:452:3'): impute, test rows and affect_columns ── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_impute.R:452:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_missind.R:4:3'): PipeOpMissInd ────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_missind.R:4:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_unbranch.R:21:3'): PipeOpUnbranch - train and predict ─── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr_tasks$get("pima") at test_pipeop_unbranch.R:21:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:36:3'): threshold works for binary ────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::tsk("pima") at test_pipeop_tunethreshold.R:36:3 2. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 3. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 4. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 5. └─mlr3misc::stopf(...) ── Error ('test_pipeop_tunethreshold.R:73:3'): tunethreshold graph works ─────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. ├─graph$train(tsk("pima")) at test_pipeop_tunethreshold.R:73:3 2. │ └─mlr3pipelines:::.__Graph__train(...) 3. │ └─mlr3pipelines:::graph_reduce(self, input, "train", single_input) 4. └─mlr3::tsk("pima") 5. └─mlr3misc::dictionary_sugar_get(dict = mlr_tasks, .key, ...) 6. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) ── Error ('test_selector.R:6:3'): Selectors work ─────────────────────────────── <Mlr3Error/error/condition> Error: Element with key 'pima' not found in DictionaryTask! Backtrace: ▆ 1. └─mlr3::mlr_tasks$get("pima") at test_selector.R:6:3 2. ├─mlr3misc::invoke(dictionary_get, self = self, key = key, .args = args) 3. │ └─base::eval.parent(expr, n = 1L) 4. │ └─base::eval(expr, p) 5. │ └─base::eval(expr, p) 6. └─mlr3misc:::dictionary_get(self = self, key = key) 7. └─mlr3misc:::dictionary_retrieve_item(self, key, .dicts_suggest) 8. └─mlr3misc::stopf(...) [ FAIL 12 | WARN 0 | SKIP 128 | PASS 8462 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64