The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package mlr3pipelines

Last updated on 2026-08-31 23:50:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11.0 35.53 653.86 689.39 ERROR
r-devel-linux-x86_64-debian-gcc 0.11.0 23.67 420.81 444.48 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 25.00 415.47 440.47 ERROR
r-devel-windows-x86_64 0.11.0 39.00 469.00 508.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 35.44 640.95 676.39 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 42.00 477.00 519.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 53.00 619.00 672.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.638 0.135 6.916 mlr_pipeops 3.644 0.059 6.369 Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [377s/194s] 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] > test_pipeop_blsmote.R: "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" 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-28 07:12:44.788619: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:44.789552: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:44.808594: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:44.829959: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:44.903573: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:44.904189: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:44.918042: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:44.937801: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:44.989399: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 07:12:44.990293: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:45.010537: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:45.058444: embedding > test_pipeop_isomap.R: 2026-08-28 07:12:45.059669: DONE > test_pipeop_isomap.R: 2026-08-28 07:12:45.096731: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 07:12:45.097394: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:45.118416: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:45.163785: embedding > test_pipeop_isomap.R: 2026-08-28 07:12:45.164988: DONE > test_pipeop_isomap.R: 2026-08-28 07:12:45.28627: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:45.286845: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:45.306382: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:45.422704: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:45.480898: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 07:12:45.481867: constructing knn graph Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-28 07:12:45.553963: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:45.772707: embedding > test_pipeop_isomap.R: 2026-08-28 07:12:45.777334: DONE > test_pipeop_isomap.R: 2026-08-28 07:12:45.987425: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:45.987997: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:46.002058: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:46.022328: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:46.067565: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 07:12:46.06843: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:46.090364: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:46.135821: embedding > test_pipeop_isomap.R: 2026-08-28 07:12:46.137061: DONE > test_pipeop_isomap.R: 2026-08-28 07:12:46.343631: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:46.344255: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:46.370632: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:46.390921: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:46.462621: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 07:12:46.463523: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:46.483576: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:46.529923: embedding > test_pipeop_isomap.R: 2026-08-28 07:12:46.531119: DONE > test_pipeop_isomap.R: 2026-08-28 07:12:46.642977: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:46.643598: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:46.655734: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:46.67785: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:46.743702: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 07:12:46.744651: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:46.766162: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:46.812082: embedding > test_pipeop_isomap.R: 2026-08-28 07:12:46.813339: DONE > test_pipeop_isomap.R: 2026-08-28 07:12:46.928685: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:46.929249: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:46.958954: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:46.979207: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:47.048365: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 07:12:47.049193: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:47.071476: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:47.11745: embedding > test_pipeop_isomap.R: 2026-08-28 07:12:47.118762: DONE > test_pipeop_isomap.R: 2026-08-28 07:12:47.233843: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:47.234478: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:47.246977: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:47.266903: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:47.336588: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 07:12:47.337404: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:47.355733: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:47.400009: embedding > test_pipeop_isomap.R: 2026-08-28 07:12:47.401133: DONE > test_pipeop_isomap.R: 2026-08-28 07:12:47.515007: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:47.515521: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:47.526367: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:47.54563: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:47.637569: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:47.639694: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:47.650244: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:47.669719: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 07:12:47.697725: Isomap START > test_pipeop_isomap.R: 2026-08-28 07:12:47.698218: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 07:12:47.708392: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 07:12:47.726326: 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: > 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_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_boxcox.R:7:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_branch.R:4:3', 'test_pipeop_classbalancing.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_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_encodelmer.R:15:3', 'test_pipeop_encodelmer.R:37:3', 'test_pipeop_encodelmer.R:80:3', 'test_pipeop_ensemble.R:3:1', '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’ [245s/143s] 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: > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: > 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: > test_PipeOp.R: Predicting test_autotrain > test_PipeOp.R: > test_PipeOp.R: Training test_autotrain > test_PipeOp.R: > 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: > 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: Predicting test_autotrain > test_PipeOp.R: > 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: > 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: [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 Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-28 18:25:47.045671: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:47.049348: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:47.078214: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:47.10717: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:47.162653: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:47.163146: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:47.175238: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:47.1921: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:47.22956: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 18:25:47.230383: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:47.267589: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:47.301442: embedding > test_pipeop_isomap.R: 2026-08-28 18:25:47.302683: DONE > test_pipeop_isomap.R: 2026-08-28 18:25:47.32633: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 18:25:47.326898: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:47.344574: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:47.386945: embedding > test_pipeop_isomap.R: 2026-08-28 18:25:47.391778: DONE > test_pipeop_isomap.R: 2026-08-28 18:25:47.510529: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:47.510951: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:47.524911: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:47.599304: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:47.628016: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 18:25:47.628601: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:47.664443: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:47.8355: embedding > test_pipeop_isomap.R: 2026-08-28 18:25:47.837693: DONE > test_pipeop_isomap.R: 2026-08-28 18:25:47.980628: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:47.982287: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:47.991867: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.007046: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:48.032559: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 18:25:48.03438: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.063013: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.110543: embedding > test_pipeop_isomap.R: 2026-08-28 18:25:48.112632: DONE > test_pipeop_isomap.R: 2026-08-28 18:25:48.2253: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:48.22694: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.236139: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.24951: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:48.283428: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 18:25:48.284969: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.305324: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.342268: embedding > test_pipeop_isomap.R: 2026-08-28 18:25:48.343299: DONE > test_pipeop_isomap.R: 2026-08-28 18:25:48.405097: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:48.406778: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.416683: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.431104: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:48.472433: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 18:25:48.474422: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.504513: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.538143: embedding > test_pipeop_isomap.R: 2026-08-28 18:25:48.539076: DONE > test_pipeop_isomap.R: 2026-08-28 18:25:48.609461: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:48.609907: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.619459: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.637996: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:48.678652: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 18:25:48.679343: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.694982: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.728524: embedding > test_pipeop_isomap.R: 2026-08-28 18:25:48.729558: DONE > test_pipeop_isomap.R: 2026-08-28 18:25:48.793917: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:48.794323: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.811085: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.834506: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:48.882071: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-28 18:25:48.882689: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:48.898098: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:48.936097: embedding > test_pipeop_isomap.R: 2026-08-28 18:25:48.93832: DONE > test_pipeop_isomap.R: 2026-08-28 18:25:49.018105: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:49.018535: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:49.027498: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:49.042716: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:49.108931: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:49.110605: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:49.120211: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:49.137514: Classical Scaling > test_pipeop_isomap.R: 2026-08-28 18:25:49.165136: Isomap START > test_pipeop_isomap.R: 2026-08-28 18:25:49.165559: constructing knn graph > test_pipeop_isomap.R: 2026-08-28 18:25:49.173531: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-28 18:25:49.188169: 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: > 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: > 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: > 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: > 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_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_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_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 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’ [247s/138s] 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: > 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: > 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: 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: > 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: 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-30 21:56:00.123242: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:00.123915: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:00.137026: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:00.152668: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:00.204807: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:00.205199: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:00.215446: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:00.231156: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:00.254326: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 21:56:00.254924: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:00.270946: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:00.305473: embedding > test_pipeop_isomap.R: 2026-08-30 21:56:00.307714: DONE > test_pipeop_isomap.R: 2026-08-30 21:56:00.328196: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 21:56:00.32862: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:00.417701: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:00.452612: embedding > test_pipeop_isomap.R: 2026-08-30 21:56:00.45489: DONE > test_pipeop_isomap.R: 2026-08-30 21:56:00.526803: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:00.527184: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:00.543948: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:00.622781: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:00.647753: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 21:56:00.649646: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:00.686135: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:00.853344: embedding > test_pipeop_isomap.R: 2026-08-30 21:56:00.857392: DONE > test_pipeop_isomap.R: 2026-08-30 21:56:00.999854: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:01.000268: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.012149: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.027863: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:01.053652: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 21:56:01.054236: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.07132: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.105622: embedding > test_pipeop_isomap.R: 2026-08-30 21:56:01.137794: DONE > test_pipeop_isomap.R: 2026-08-30 21:56:01.325952: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:01.326366: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.335139: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.349454: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:01.386609: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 21:56:01.387194: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.403881: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.438507: embedding > test_pipeop_isomap.R: 2026-08-30 21:56:01.439365: DONE > test_pipeop_isomap.R: 2026-08-30 21:56:01.506255: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:01.506667: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.526415: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.542777: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:01.587865: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 21:56:01.58982: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.633992: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.669038: embedding > test_pipeop_isomap.R: 2026-08-30 21:56:01.670893: DONE > test_pipeop_isomap.R: 2026-08-30 21:56:01.754047: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:01.754519: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.765535: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.781347: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:01.820448: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 21:56:01.821046: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.837189: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.870318: embedding > test_pipeop_isomap.R: 2026-08-30 21:56:01.871327: DONE > test_pipeop_isomap.R: 2026-08-30 21:56:01.938693: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:01.939102: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:01.96037: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:01.97492: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:02.018788: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 21:56:02.019378: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:02.036633: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:02.069995: embedding > test_pipeop_isomap.R: 2026-08-30 21:56:02.071011: DONE > test_pipeop_isomap.R: 2026-08-30 21:56:02.144376: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:02.144807: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:02.154711: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:02.170986: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:02.235827: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:02.236243: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:02.247907: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:02.268581: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 21:56:02.303954: Isomap START > test_pipeop_isomap.R: 2026-08-30 21:56:02.306972: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 21:56:02.318231: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 21:56:02.334231: 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_nmf.R: [PipeOpNMFstate] > 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: > 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 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_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_classbalancing.R:7:3', 'test_pipeop_boxcox.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_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_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_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' [171s] 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: > 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-30 05:16:30.323227: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:30.324316: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:30.34495: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:30.367143: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:30.423666: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:30.42488: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:30.43939: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:30.456609: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:30.490342: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 05:16:30.491666: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:30.520559: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:30.564805: embedding > test_pipeop_isomap.R: 2026-08-30 05:16:30.566947: DONE > test_pipeop_isomap.R: 2026-08-30 05:16:30.601046: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 05:16:30.602223: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:30.621705: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:30.655955: embedding > test_pipeop_isomap.R: 2026-08-30 05:16:30.657443: DONE > test_pipeop_isomap.R: 2026-08-30 05:16:30.748091: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:30.74988: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:30.77399: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:30.880672: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:30.924913: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 05:16:30.926316: constructing knn graph Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-30 05:16:30.986177: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:31.178844: embedding > test_pipeop_isomap.R: 2026-08-30 05:16:31.183482: DONE > test_pipeop_isomap.R: 2026-08-30 05:16:31.379371: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:31.380741: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:31.394525: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:31.414735: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:31.451622: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 05:16:31.452625: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:31.469794: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:31.507818: embedding > test_pipeop_isomap.R: 2026-08-30 05:16:31.509902: DONE > test_pipeop_isomap.R: 2026-08-30 05:16:31.694811: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:31.696108: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:31.708692: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:31.727645: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:31.787522: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 05:16:31.788925: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:31.806969: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:31.849677: embedding > test_pipeop_isomap.R: 2026-08-30 05:16:31.851707: DONE > test_pipeop_isomap.R: 2026-08-30 05:16:31.940806: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:31.941984: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:31.954237: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:31.972831: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:32.024313: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 05:16:32.025552: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:32.052693: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:32.092832: embedding > test_pipeop_isomap.R: 2026-08-30 05:16:32.094349: DONE > test_pipeop_isomap.R: 2026-08-30 05:16:32.180598: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:32.181845: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:32.193585: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:32.211156: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:32.258934: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 05:16:32.260167: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:32.277502: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:32.318096: embedding > test_pipeop_isomap.R: 2026-08-30 05:16:32.32059: DONE > test_pipeop_isomap.R: 2026-08-30 05:16:32.41684: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:32.41805: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:32.441083: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:32.460325: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:32.511145: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-30 05:16:32.512303: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:32.528205: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:32.570882: embedding > test_pipeop_isomap.R: 2026-08-30 05:16:32.572674: DONE > test_pipeop_isomap.R: 2026-08-30 05:16:32.668799: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:32.669868: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:32.682283: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:32.697505: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:32.767323: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:32.768218: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:32.779787: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:32.80441: Classical Scaling > test_pipeop_isomap.R: 2026-08-30 05:16:32.828857: Isomap START > test_pipeop_isomap.R: 2026-08-30 05:16:32.82999: constructing knn graph > test_pipeop_isomap.R: 2026-08-30 05:16:32.840204: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-30 05:16:32.85762: 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_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_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_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_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_featureunion.R:9:3', 'test_pipeop_featureunion.R:134: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_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-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.504 0.053 8.173 mlr_pipeops 3.426 0.031 5.822 Flavor: r-release-linux-x86_64

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [366s/184s] 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 > test_pipeop_isomap.R: 2026-08-29 18:35:17.842865: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:17.84361: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:17.858473: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:17.880367: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:17.937867: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:17.938352: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:17.948691: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:17.968036: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:17.997065: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 18:35:17.997812: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:18.017308: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:18.061072: embedding > test_pipeop_isomap.R: 2026-08-29 18:35:18.06233: DONE > test_pipeop_isomap.R: 2026-08-29 18:35:18.092635: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 18:35:18.09319: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:18.111259: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:18.15686: embedding > test_pipeop_isomap.R: 2026-08-29 18:35:18.158082: DONE > test_pipeop_isomap.R: 2026-08-29 18:35:18.256507: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:18.257022: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:18.276813: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:18.374637: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:18.415546: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 18:35:18.41625: constructing knn graph Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-29 18:35:18.463829: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:18.664383: embedding > test_pipeop_isomap.R: 2026-08-29 18:35:18.66952: DONE > test_pipeop_isomap.R: 2026-08-29 18:35:18.830857: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:18.831351: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:18.841168: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:18.860378: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:18.895802: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 18:35:18.896529: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:18.915744: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:18.959037: embedding > test_pipeop_isomap.R: 2026-08-29 18:35:18.960279: DONE > test_pipeop_isomap.R: 2026-08-29 18:35:19.144983: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:19.145618: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:19.159011: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:19.179709: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:19.237989: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 18:35:19.238774: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:19.258803: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:19.300823: embedding > test_pipeop_isomap.R: 2026-08-29 18:35:19.302152: DONE > test_pipeop_isomap.R: 2026-08-29 18:35:19.418752: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:19.419232: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:19.429933: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:19.449422: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:19.503853: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 18:35:19.504551: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:19.524529: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:19.57061: embedding > test_pipeop_isomap.R: 2026-08-29 18:35:19.571913: DONE > test_pipeop_isomap.R: 2026-08-29 18:35:19.670333: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:19.670897: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:19.683029: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:19.705641: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:19.763705: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 18:35:19.764521: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:19.782852: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:19.825584: embedding > test_pipeop_isomap.R: 2026-08-29 18:35:19.826839: DONE > test_pipeop_isomap.R: 2026-08-29 18:35:19.921107: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:19.921657: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:19.934619: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:19.953509: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:20.010117: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 18:35:20.010854: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:20.030378: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:20.072459: embedding > test_pipeop_isomap.R: 2026-08-29 18:35:20.08496: DONE > test_pipeop_isomap.R: 2026-08-29 18:35:20.222165: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:20.222796: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:20.236719: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:20.256744: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:20.367026: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:20.367616: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:20.383475: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:20.403042: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 18:35:20.435173: Isomap START > test_pipeop_isomap.R: 2026-08-29 18:35:20.435771: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 18:35:20.448039: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 18:35:20.46709: 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_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_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_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_encodepl.R:5:3', 'test_pipeop_encodepl.R:72: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_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_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-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: 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: > 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: > 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-31 07:08:48.352453: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:48.35386: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:48.369466: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:48.388403: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:48.442564: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:48.443768: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:48.45706: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:48.475418: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:48.514341: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-31 07:08:48.51582: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:48.537927: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:48.583665: embedding > test_pipeop_isomap.R: 2026-08-31 07:08:48.585706: DONE > test_pipeop_isomap.R: 2026-08-31 07:08:48.620404: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-31 07:08:48.621659: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:48.643852: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:48.689558: embedding > test_pipeop_isomap.R: 2026-08-31 07:08:48.691723: DONE > test_pipeop_isomap.R: 2026-08-31 07:08:48.794074: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:48.795263: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:48.837848: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:48.940325: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:48.981945: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-31 07:08:48.983389: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:49.020277: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:49.221958: embedding > test_pipeop_isomap.R: 2026-08-31 07:08:49.225751: DONE Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-31 07:08:49.412253: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:49.413465: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:49.425973: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:49.445332: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:49.483919: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-31 07:08:49.485282: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:49.516781: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:49.557562: embedding > test_pipeop_isomap.R: 2026-08-31 07:08:49.559519: DONE > test_pipeop_isomap.R: 2026-08-31 07:08:49.716798: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:49.717909: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:49.729878: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:49.747539: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:49.801837: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-31 07:08:49.80312: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:49.821109: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:49.858053: embedding > test_pipeop_isomap.R: 2026-08-31 07:08:49.859823: DONE > test_pipeop_isomap.R: 2026-08-31 07:08:49.935885: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:49.937086: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:49.949753: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:49.965661: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:50.011084: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-31 07:08:50.012071: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:50.032364: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:50.073625: embedding > test_pipeop_isomap.R: 2026-08-31 07:08:50.075403: DONE > test_pipeop_isomap.R: 2026-08-31 07:08:50.154971: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:50.15608: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:50.1666: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:50.183873: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:50.235241: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-31 07:08:50.23652: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:50.254822: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:50.295643: embedding > test_pipeop_isomap.R: 2026-08-31 07:08:50.297643: DONE > test_pipeop_isomap.R: 2026-08-31 07:08:50.364516: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:50.365304: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:50.372526: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:50.384473: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:50.423489: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-31 07:08:50.424336: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:50.435032: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:50.466219: embedding > test_pipeop_isomap.R: 2026-08-31 07:08:50.468026: DONE > test_pipeop_isomap.R: 2026-08-31 07:08:50.690612: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:50.691788: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:50.703465: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:50.719334: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:50.808208: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:50.809401: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:50.82439: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:50.842738: Classical Scaling > test_pipeop_isomap.R: 2026-08-31 07:08:50.872591: Isomap START > test_pipeop_isomap.R: 2026-08-31 07:08:50.873902: constructing knn graph > test_pipeop_isomap.R: 2026-08-31 07:08:50.887561: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-31 07:08:50.906848: Classical Scaling 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: 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 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_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_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_nmf.R:6:3', 'test_pipeop_targettrafoscalerange.R:5: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_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-windows-x86_64

Version: 0.11.0
Check: tests
Result: ERROR Running 'testthat.R' [240s] 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: > 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-29 17:29:58.924105: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:29:58.925162: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:29:58.94703: calculating geodesic distances Saving _problems/test_pipeop_impute-452.R > test_pipeop_isomap.R: 2026-08-29 17:29:58.968884: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:29:59.084832: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:29:59.085308: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:29:59.096309: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:29:59.115043: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:29:59.156715: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 17:29:59.157763: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:29:59.18468: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:29:59.231115: embedding > test_pipeop_isomap.R: 2026-08-29 17:29:59.233227: DONE > test_pipeop_isomap.R: 2026-08-29 17:29:59.285933: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 17:29:59.286735: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:29:59.314089: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:29:59.362722: embedding > test_pipeop_isomap.R: 2026-08-29 17:29:59.364785: DONE > test_pipeop_isomap.R: 2026-08-29 17:29:59.489577: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:29:59.490253: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:29:59.533467: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:29:59.644603: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:29:59.696912: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 17:29:59.697921: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:29:59.749689: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:29:59.980027: embedding > test_pipeop_isomap.R: 2026-08-29 17:29:59.985811: DONE > test_pipeop_isomap.R: 2026-08-29 17:30:00.224848: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:30:00.225465: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:00.241271: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:00.262683: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:30:00.31531: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 17:30:00.316189: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:00.342248: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:00.390708: embedding > test_pipeop_isomap.R: 2026-08-29 17:30:00.39264: DONE > test_pipeop_isomap.R: 2026-08-29 17:30:00.619833: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:30:00.620517: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:00.638066: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:00.660727: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:30:00.768618: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 17:30:00.76966: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:00.800009: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:00.849818: embedding > test_pipeop_isomap.R: 2026-08-29 17:30:00.851424: DONE > test_pipeop_isomap.R: 2026-08-29 17:30:00.986708: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:30:00.987501: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:01.006232: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:01.027989: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:30:01.114039: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 17:30:01.114971: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:01.141831: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:01.191443: embedding > test_pipeop_isomap.R: 2026-08-29 17:30:01.204382: DONE > test_pipeop_isomap.R: 2026-08-29 17:30:01.328256: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:30:01.328895: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:01.34482: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:01.371259: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:30:01.452912: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 17:30:01.453827: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:01.479574: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:01.52954: embedding > test_pipeop_isomap.R: 2026-08-29 17:30:01.531164: DONE > test_pipeop_isomap.R: 2026-08-29 17:30:01.659742: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:30:01.660514: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:01.693866: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:01.716076: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:30:01.801704: L-Isomap embed START > test_pipeop_isomap.R: 2026-08-29 17:30:01.802733: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:01.828484: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:01.878477: embedding > test_pipeop_isomap.R: 2026-08-29 17:30:01.880269: DONE > test_pipeop_isomap.R: 2026-08-29 17:30:02.02173: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:30:02.022241: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:02.037659: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:02.058117: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:30:02.192035: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:30:02.192689: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:02.221186: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:02.242672: Classical Scaling > test_pipeop_isomap.R: 2026-08-29 17:30:02.277299: Isomap START > test_pipeop_isomap.R: 2026-08-29 17:30:02.27793: constructing knn graph > test_pipeop_isomap.R: 2026-08-29 17:30:02.292747: calculating geodesic distances > test_pipeop_isomap.R: 2026-08-29 17:30:02.314659: 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_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_boxcox.R:7:3', 'test_pipeop_chunk.R:4:3', 'test_pipeop_branch.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_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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.