CRAN Package Check Results for Package mlr3pipelines

Last updated on 2026-02-01 11:49:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.10.0 38.44 819.21 857.65 OK
r-devel-linux-x86_64-debian-gcc 0.10.0 24.41 529.65 554.06 OK
r-devel-linux-x86_64-fedora-clang 0.10.0 70.00 1412.01 1482.01 OK
r-devel-linux-x86_64-fedora-gcc 0.10.0 67.00 1364.59 1431.59 OK
r-devel-windows-x86_64 0.10.0 40.00 578.00 618.00 OK
r-patched-linux-x86_64 0.10.0 53.83 752.54 806.37 OK
r-release-linux-x86_64 0.10.0 35.82 732.80 768.62 OK
r-release-macos-arm64 0.10.0 OK
r-release-macos-x86_64 0.10.0 26.00 542.00 568.00 OK
r-release-windows-x86_64 0.10.0 39.00 537.00 576.00 OK
r-oldrel-macos-arm64 0.10.0 8.00 126.00 134.00 ERROR
r-oldrel-macos-x86_64 0.10.0 25.00 662.00 687.00 ERROR
r-oldrel-windows-x86_64 0.10.0 54.00 681.00 735.00 ERROR

Check Details

Version: 0.10.0
Check: examples
Result: ERROR Running examples in ‘mlr3pipelines-Ex.R’ failed The error most likely occurred in: > ### Name: mlr_pipeops_nmf > ### Title: Non-negative Matrix Factorization > ### Aliases: mlr_pipeops_nmf PipeOpNMF > > ### ** Examples > > ## Don't show: > if (mlr3misc::require_namespaces(c("NMF", "MASS"), quietly = TRUE)) withAutoprint({ # examplesIf + ## End(Don't show) + ## Don't show: + # NMF attaches these packages to search path on load, #929 + lapply(c("package:Biobase", "package:BiocGenerics", "package:generics"), detach, character.only = TRUE) + ## End(Don't show) + library("mlr3") + + task = tsk("iris") + pop = po("nmf") + + task$data() + pop$train(list(task))[[1]]$data() + + pop$state + ## Don't show: + # BiocGenerics overwrites printer for our tables mlr-org/mlr3#1112 + # Necessary as detaching packages does not remove registered S3 methods + suppressWarnings(try(rm("format.list", envir = .BaseNamespaceEnv$.__S3MethodsTable__.), silent = TRUE)) + ## End(Don't show) + ## Don't show: + }) # examplesIf > lapply(c("package:Biobase", "package:BiocGenerics", "package:generics"), + detach, character.only = TRUE) Error in FUN(X[[i]], ...) : invalid 'name' argument Calls: withAutoprint ... withVisible -> eval -> eval -> lapply -> lapply -> FUN Execution halted Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.10.0
Check: tests
Result: ERROR Running ‘testthat.R’ [116s/57s] 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_filter_ensemble.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_mlr_graphs_robustify.R: 'as(<dgCMatrix>, "dgTMatrix")' is deprecated. > test_mlr_graphs_robustify.R: Use 'as(., "TsparseMatrix")' instead. > test_mlr_graphs_robustify.R: See help("Deprecated") and help("Matrix-deprecated"). > 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_datefeatures-7.R Saving _problems/test_pipeop_datefeatures-17.R > test_pipeop_isomap.R: 2026-02-01 21:06:07.086063: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.086328: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.089797: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.095928: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.109041: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.109203: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.111616: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.117635: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.125722: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 21:06:07.125956: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.130537: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.145208: embedding > test_pipeop_isomap.R: 2026-02-01 21:06:07.145607: DONE > test_pipeop_isomap.R: 2026-02-01 21:06:07.160692: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 21:06:07.160845: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.165327: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.180248: embedding > test_pipeop_isomap.R: 2026-02-01 21:06:07.180676: DONE > test_pipeop_isomap.R: 2026-02-01 21:06:07.203195: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.203363: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.207902: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.241258: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.250142: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 21:06:07.250347: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.293975: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.371857: embedding > test_pipeop_isomap.R: 2026-02-01 21:06:07.373204: DONE > test_pipeop_isomap.R: 2026-02-01 21:06:07.412426: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.412604: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.415161: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.42123: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.429342: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 21:06:07.429548: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.434338: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.449131: embedding > test_pipeop_isomap.R: 2026-02-01 21:06:07.449598: DONE > test_pipeop_isomap.R: 2026-02-01 21:06:07.481728: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.481858: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.484028: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.4894: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.502443: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 21:06:07.502655: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.51326: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.528443: embedding > test_pipeop_isomap.R: 2026-02-01 21:06:07.528931: DONE > test_pipeop_isomap.R: 2026-02-01 21:06:07.550608: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.550752: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.5531: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.559145: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.571184: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 21:06:07.571401: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.575931: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.5907: embedding > test_pipeop_isomap.R: 2026-02-01 21:06:07.591089: DONE > test_pipeop_isomap.R: 2026-02-01 21:06:07.608748: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.608879: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.611224: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.617263: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.628945: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 21:06:07.629129: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.639653: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.654801: embedding > test_pipeop_isomap.R: 2026-02-01 21:06:07.655358: DONE > test_pipeop_isomap.R: 2026-02-01 21:06:07.678536: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.678702: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.681016: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.687346: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.698772: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 21:06:07.698962: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.703535: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.71836: embedding > test_pipeop_isomap.R: 2026-02-01 21:06:07.718877: DONE > test_pipeop_isomap.R: 2026-02-01 21:06:07.739886: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.740038: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.742439: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.748514: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.772683: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.772852: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.781284: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.787758: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 21:06:07.796921: Isomap START > test_pipeop_isomap.R: 2026-02-01 21:06:07.797078: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 21:06:07.799329: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 21:06:07.80561: Classical Scaling Saving _problems/test_pipeop_nmf-45.R Saving _problems/test_pipeop_nmf-73.R Saving _problems/test_pipeop_nmf-93.R Saving _problems/test_pipeop_nmf-98.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_task_preproc.R: Training debug_affectcols > test_pipeop_textvectorizer.R: 'as(<dgCMatrix>, "dgTMatrix")' is deprecated. > test_pipeop_textvectorizer.R: Use 'as(., "TsparseMatrix")' instead. > test_pipeop_textvectorizer.R: See help("Deprecated") and help("Matrix-deprecated"). > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. [ FAIL 6 | WARN 0 | SKIP 99 | PASS 13006 ] ══ Skipped tests (99) ══════════════════════════════════════════════════════════ • On CRAN (95): '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_dictionary.R:7:3', '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_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_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_featureunion.R:9:3', 'test_pipeop_featureunion.R:134:3', 'test_pipeop_filter.R:7:3', 'test_pipeop_fixfactors.R:9:3', 'test_pipeop_ensemble.R:6:3', 'test_pipeop_histbin.R:7:3', 'test_pipeop_ica.R:7:3', 'test_pipeop_impute.R:4:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_info.R:6:3', 'test_pipeop_learnerpicvplus.R:163:3', 'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_multiplicityimply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7:3', 'test_pipeop_learnercv.R:31:3', 'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3', 'test_pipeop_proxy.R:14:3', '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_nmf.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_rowapply.R:6:3', '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_spatialsign.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_typecheck.R:188:3' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (3): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1', 'test_ppl.R:61:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_pipeop_datefeatures.R:7:3'): PipeOpDateFeatures - basic properties ── Error in `seq.Date(as.Date("2020-01-31"), length.out = 150L)`: exactly two of 'to', 'by' and 'length.out' / 'along.with' must be specified Backtrace: ▆ 1. ├─base::seq(as.Date("2020-01-31"), length.out = 150L) at test_pipeop_datefeatures.R:7:3 2. └─base::seq.Date(as.Date("2020-01-31"), length.out = 150L) ── Error ('test_pipeop_datefeatures.R:17:3'): PipeOpDateFeatures - finds POSIXct column ── Error in `seq.Date(as.Date("2020-01-31"), length.out = 150L)`: exactly two of 'to', 'by' and 'length.out' / 'along.with' must be specified Backtrace: ▆ 1. ├─base::seq(as.Date("2020-01-31"), length.out = 150L) at test_pipeop_datefeatures.R:17:3 2. └─base::seq.Date(as.Date("2020-01-31"), length.out = 150L) ── Error ('test_pipeop_nmf.R:45:3'): PipeOpNMF - does not modify search path when NMF is not loaded, fix for #929 ── Error in `detach(package:generics)`: invalid 'name' argument Backtrace: ▆ 1. └─base::detach(package:generics) at test_pipeop_nmf.R:45:3 ── Failure ('test_pipeop_nmf.R:73:3'): PipeOpNMF - does not modify search path when NMF is loaded, fix for #929 ── Expected `all(...)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test_pipeop_nmf.R:93:3'): PipeOpNMF - does not modify search path when some of NMF's dependencies are loaded, fix for #929 ── Expected `all(paste0("package:", c("BiocGenerics", "generics")) %in% search())` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test_pipeop_nmf.R:98:3'): PipeOpNMF - does not modify search path when some of NMF's dependencies are loaded, fix for #929 ── Error in `FUN(X[[i]], ...)`: invalid 'name' argument This happened in PipeOp nmf's $train() Backtrace: ▆ 1. ├─op$train(list(tsk("iris"))) at test_pipeop_nmf.R:98:3 2. │ └─mlr3pipelines:::.__PipeOp__train(...) 3. │ ├─base::withCallingHandlers(...) 4. │ └─private$.train(input) 5. │ └─mlr3pipelines:::.__PipeOpTaskPreproc__.train(...) 6. │ └─private$.train_task(intask) 7. │ └─mlr3pipelines:::.__PipeOpTaskPreproc__.train_task(...) 8. │ ├─data.table::as.data.table(...) 9. │ └─private$.train_dt(dt, task$levels(cols), task$truth()) 10. │ └─mlr3pipelines:::.__PipeOpNMF__.train_dt(...) 11. │ └─mlr3misc::map(to_be_detached, detach, character.only = TRUE) 12. │ └─base::lapply(.x, .f, ...) 13. │ └─base (local) FUN(X[[i]], ...) 14. │ └─base::stop("invalid 'name' argument") 15. └─base::.handleSimpleError(...) 16. └─mlr3pipelines (local) h(simpleError(msg, call)) [ FAIL 6 | WARN 0 | SKIP 99 | PASS 13006 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.10.0
Check: tests
Result: ERROR Running ‘testthat.R’ [322s/392s] 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_filter_ensemble.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_mlr_graphs_robustify.R: 'as(<dgCMatrix>, "dgTMatrix")' is deprecated. > test_mlr_graphs_robustify.R: Use 'as(., "TsparseMatrix")' instead. > test_mlr_graphs_robustify.R: See help("Deprecated") and help("Matrix-deprecated"). > 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] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: [1] > test_pipeop_blsmote.R: "Borderline-SMOTE done" > test_pipeop_blsmote.R: Saving _problems/test_pipeop_datefeatures-7.R Saving _problems/test_pipeop_datefeatures-17.R > test_pipeop_isomap.R: 2026-02-01 03:38:57.361211: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:38:57.361743: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:38:57.386632: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:38:57.434071: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:38:57.512268: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:38:57.526346: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:38:57.533566: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:38:57.581538: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:38:57.646187: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 03:38:57.646631: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:38:57.691447: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:38:57.776163: embedding > test_pipeop_isomap.R: 2026-02-01 03:38:57.794904: DONE > test_pipeop_isomap.R: 2026-02-01 03:38:57.826834: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 03:38:57.827151: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:38:57.877011: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:38:57.966225: embedding > test_pipeop_isomap.R: 2026-02-01 03:38:57.967385: DONE > test_pipeop_isomap.R: 2026-02-01 03:38:58.135859: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:38:58.13616: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:38:58.172021: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:38:58.411684: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:38:58.512903: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 03:38:58.513336: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:38:58.607178: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:38:59.178006: embedding > test_pipeop_isomap.R: 2026-02-01 03:38:59.198128: DONE > test_pipeop_isomap.R: 2026-02-01 03:38:59.491268: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:38:59.491587: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:38:59.498535: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:38:59.554154: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:38:59.620381: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 03:38:59.620847: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:38:59.678089: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:38:59.796295: embedding > test_pipeop_isomap.R: 2026-02-01 03:38:59.798746: DONE > test_pipeop_isomap.R: 2026-02-01 03:39:00.113214: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:39:00.113529: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:00.136576: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:00.189097: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:39:00.271087: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 03:39:00.271624: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:00.319537: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:00.42806: embedding > test_pipeop_isomap.R: 2026-02-01 03:39:00.429278: DONE > test_pipeop_isomap.R: 2026-02-01 03:39:00.596405: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:39:00.59673: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:00.618703: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:00.674784: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:39:00.782627: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 03:39:00.783084: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:00.842631: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:00.946299: embedding > test_pipeop_isomap.R: 2026-02-01 03:39:00.947566: DONE > test_pipeop_isomap.R: 2026-02-01 03:39:01.113626: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:39:01.113937: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:01.135522: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:01.184329: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:39:01.291365: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 03:39:01.291858: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:01.326833: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:01.427726: embedding > test_pipeop_isomap.R: 2026-02-01 03:39:01.428925: DONE > test_pipeop_isomap.R: 2026-02-01 03:39:01.589134: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:39:01.589448: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:01.61489: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:01.666949: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:39:01.798621: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-01 03:39:01.799115: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:01.827496: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:01.937109: embedding > test_pipeop_isomap.R: 2026-02-01 03:39:01.958601: DONE > test_pipeop_isomap.R: 2026-02-01 03:39:02.120271: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:39:02.120588: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:02.145716: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:02.20108: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:39:02.356948: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:39:02.357253: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:02.377014: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:02.441379: Classical Scaling > test_pipeop_isomap.R: 2026-02-01 03:39:02.490885: Isomap START > test_pipeop_isomap.R: 2026-02-01 03:39:02.491211: constructing knn graph > test_pipeop_isomap.R: 2026-02-01 03:39:02.498343: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-01 03:39:02.546869: Classical Scaling Saving _problems/test_pipeop_nmf-45.R Saving _problems/test_pipeop_nmf-73.R Saving _problems/test_pipeop_nmf-93.R Saving _problems/test_pipeop_nmf-98.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: > test_pipeop_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_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. [ FAIL 6 | WARN 0 | SKIP 99 | PASS 13006 ] ══ Skipped tests (99) ══════════════════════════════════════════════════════════ • On CRAN (95): '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_dictionary.R:7:3', '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_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_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_featureunion.R:9:3', 'test_pipeop_featureunion.R:134: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_ensemble.R:6:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_impute.R:4:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_info.R:6:3', 'test_pipeop_learnerpicvplus.R:163:3', 'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_multiplicityimply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_nearmiss.R:7:3', 'test_pipeop_learnercv.R:31:3', 'test_pipeop_ovr.R:9:3', 'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3', 'test_pipeop_nmf.R:6:3', 'test_pipeop_quantilebin.R:5:3', 'test_pipeop_proxy.R:14: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_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_rowapply.R:6:3', 'test_pipeop_smotenc.R:8:3', '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_spatialsign.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' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (3): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1', 'test_ppl.R:61:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_pipeop_datefeatures.R:7:3'): PipeOpDateFeatures - basic properties ── Error in `seq.Date(as.Date("2020-01-31"), length.out = 150L)`: exactly two of 'to', 'by' and 'length.out' / 'along.with' must be specified Backtrace: ▆ 1. ├─base::seq(as.Date("2020-01-31"), length.out = 150L) at test_pipeop_datefeatures.R:7:3 2. └─base::seq.Date(as.Date("2020-01-31"), length.out = 150L) ── Error ('test_pipeop_datefeatures.R:17:3'): PipeOpDateFeatures - finds POSIXct column ── Error in `seq.Date(as.Date("2020-01-31"), length.out = 150L)`: exactly two of 'to', 'by' and 'length.out' / 'along.with' must be specified Backtrace: ▆ 1. ├─base::seq(as.Date("2020-01-31"), length.out = 150L) at test_pipeop_datefeatures.R:17:3 2. └─base::seq.Date(as.Date("2020-01-31"), length.out = 150L) ── Error ('test_pipeop_nmf.R:45:3'): PipeOpNMF - does not modify search path when NMF is not loaded, fix for #929 ── Error in `detach(package:generics)`: invalid 'name' argument Backtrace: ▆ 1. └─base::detach(package:generics) at test_pipeop_nmf.R:45:3 ── Failure ('test_pipeop_nmf.R:73:3'): PipeOpNMF - does not modify search path when NMF is loaded, fix for #929 ── Expected `all(...)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test_pipeop_nmf.R:93:3'): PipeOpNMF - does not modify search path when some of NMF's dependencies are loaded, fix for #929 ── Expected `all(paste0("package:", c("BiocGenerics", "generics")) %in% search())` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test_pipeop_nmf.R:98:3'): PipeOpNMF - does not modify search path when some of NMF's dependencies are loaded, fix for #929 ── Error in `FUN(X[[i]], ...)`: invalid 'name' argument This happened in PipeOp nmf's $train() Backtrace: ▆ 1. ├─op$train(list(tsk("iris"))) at test_pipeop_nmf.R:98:3 2. │ └─mlr3pipelines:::.__PipeOp__train(...) 3. │ ├─base::withCallingHandlers(...) 4. │ └─private$.train(input) 5. │ └─mlr3pipelines:::.__PipeOpTaskPreproc__.train(...) 6. │ └─private$.train_task(intask) 7. │ └─mlr3pipelines:::.__PipeOpTaskPreproc__.train_task(...) 8. │ ├─data.table::as.data.table(...) 9. │ └─private$.train_dt(dt, task$levels(cols), task$truth()) 10. │ └─mlr3pipelines:::.__PipeOpNMF__.train_dt(...) 11. │ └─mlr3misc::map(to_be_detached, detach, character.only = TRUE) 12. │ └─base::lapply(.x, .f, ...) 13. │ └─base (local) FUN(X[[i]], ...) 14. │ └─base::stop("invalid 'name' argument") 15. └─base::.handleSimpleError(...) 16. └─mlr3pipelines (local) h(simpleError(msg, call)) [ FAIL 6 | WARN 0 | SKIP 99 | PASS 13006 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-x86_64

Version: 0.10.0
Check: tests
Result: ERROR Running 'testthat.R' [299s] 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_filter_ensemble.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_mlr_graphs_robustify.R: 'as(<dgCMatrix>, "dgTMatrix")' is deprecated. > test_mlr_graphs_robustify.R: Use 'as(., "TsparseMatrix")' instead. > test_mlr_graphs_robustify.R: See help("Deprecated") and help("Matrix-deprecated"). > 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_datefeatures-7.R Saving _problems/test_pipeop_datefeatures-17.R > test_pipeop_isomap.R: 2026-01-31 11:05:59.927679: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:05:59.928639: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:05:59.945081: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:05:59.96866: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:00.041448: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:00.042097: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:00.054471: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:00.076267: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:00.114972: L-Isomap embed START > test_pipeop_isomap.R: 2026-01-31 11:06:00.115814: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:00.136665: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:00.175513: embedding > test_pipeop_isomap.R: 2026-01-31 11:06:00.176903: DONE > test_pipeop_isomap.R: 2026-01-31 11:06:00.216514: L-Isomap embed START > test_pipeop_isomap.R: 2026-01-31 11:06:00.21718: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:00.23872: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:00.27595: embedding > test_pipeop_isomap.R: 2026-01-31 11:06:00.277256: DONE > test_pipeop_isomap.R: 2026-01-31 11:06:00.374994: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:00.375626: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:00.413207: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:00.523538: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:00.578286: L-Isomap embed START > test_pipeop_isomap.R: 2026-01-31 11:06:00.579194: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:00.618239: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:00.859368: embedding > test_pipeop_isomap.R: 2026-01-31 11:06:00.864566: DONE > test_pipeop_isomap.R: 2026-01-31 11:06:01.071723: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:01.072379: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:01.084049: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:01.106402: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:01.172316: L-Isomap embed START > test_pipeop_isomap.R: 2026-01-31 11:06:01.173278: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:01.194226: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:01.246443: embedding > test_pipeop_isomap.R: 2026-01-31 11:06:01.248152: DONE > test_pipeop_isomap.R: 2026-01-31 11:06:01.448344: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:01.448998: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:01.460259: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:01.483983: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:01.560318: L-Isomap embed START > test_pipeop_isomap.R: 2026-01-31 11:06:01.561025: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:01.57432: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:01.611849: embedding > test_pipeop_isomap.R: 2026-01-31 11:06:01.612952: DONE > test_pipeop_isomap.R: 2026-01-31 11:06:01.725915: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:01.72659: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:01.837437: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:01.855074: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:01.916309: L-Isomap embed START > test_pipeop_isomap.R: 2026-01-31 11:06:01.916966: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:01.930296: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:01.977689: embedding > test_pipeop_isomap.R: 2026-01-31 11:06:01.979267: DONE > test_pipeop_isomap.R: 2026-01-31 11:06:02.089708: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:02.090159: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:02.098939: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:02.115924: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:02.195116: L-Isomap embed START > test_pipeop_isomap.R: 2026-01-31 11:06:02.19603: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:02.218864: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:02.270282: embedding > test_pipeop_isomap.R: 2026-01-31 11:06:02.272176: DONE > test_pipeop_isomap.R: 2026-01-31 11:06:02.392307: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:02.392953: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:02.405096: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:02.427863: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:02.508346: L-Isomap embed START > test_pipeop_isomap.R: 2026-01-31 11:06:02.509311: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:02.532501: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:02.581692: embedding > test_pipeop_isomap.R: 2026-01-31 11:06:02.58366: DONE > test_pipeop_isomap.R: 2026-01-31 11:06:02.747842: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:02.748561: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:02.761433: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:02.784541: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:02.887359: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:02.887854: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:02.897602: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:02.920921: Classical Scaling > test_pipeop_isomap.R: 2026-01-31 11:06:02.960313: Isomap START > test_pipeop_isomap.R: 2026-01-31 11:06:02.960974: constructing knn graph > test_pipeop_isomap.R: 2026-01-31 11:06:02.973297: calculating geodesic distances > test_pipeop_isomap.R: 2026-01-31 11:06:02.996631: Classical Scaling Saving _problems/test_pipeop_nmf-45.R Saving _problems/test_pipeop_nmf-73.R Saving _problems/test_pipeop_nmf-93.R Saving _problems/test_pipeop_nmf-98.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_task_preproc.R: Training debug_affectcols > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. > test_pipeop_tunethreshold.R: OptimInstanceSingleCrit is deprecated. Use OptimInstanceBatchSingleCrit instead. [ FAIL 6 | WARN 0 | SKIP 99 | PASS 13006 ] ══ Skipped tests (99) ══════════════════════════════════════════════════════════ • On CRAN (95): '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_dictionary.R:7:3', '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_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_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_featureunion.R:9:3', 'test_pipeop_featureunion.R:134: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_ensemble.R:6:3', 'test_pipeop_impute.R:4:3', 'test_pipeop_imputelearner.R:43:3', 'test_pipeop_isomap.R:10:3', 'test_pipeop_kernelpca.R:9:3', 'test_pipeop_learner.R:17:3', 'test_pipeop_info.R:6:3', 'test_pipeop_learnerpicvplus.R:163:3', 'test_pipeop_missind.R:6:3', 'test_pipeop_modelmatrix.R:7:3', 'test_pipeop_learnercv.R:31:3', 'test_pipeop_multiplicityexply.R:9:3', 'test_pipeop_mutate.R:9:3', 'test_pipeop_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:14:3', '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_nmf.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_rowapply.R:6:3', 'test_pipeop_smote.R:10:3', 'test_pipeop_smotenc.R:8:3', '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_spatialsign.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' • Skipping (1): 'test_GraphLearner.R:1278:3' • empty test (3): 'test_pipeop_isomap.R:111:1', 'test_pipeop_missind.R:101:1', 'test_ppl.R:61:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_pipeop_datefeatures.R:7:3'): PipeOpDateFeatures - basic properties ── Error in `seq.Date(as.Date("2020-01-31"), length.out = 150L)`: exactly two of 'to', 'by' and 'length.out' / 'along.with' must be specified Backtrace: ▆ 1. ├─base::seq(as.Date("2020-01-31"), length.out = 150L) at test_pipeop_datefeatures.R:7:3 2. └─base::seq.Date(as.Date("2020-01-31"), length.out = 150L) ── Error ('test_pipeop_datefeatures.R:17:3'): PipeOpDateFeatures - finds POSIXct column ── Error in `seq.Date(as.Date("2020-01-31"), length.out = 150L)`: exactly two of 'to', 'by' and 'length.out' / 'along.with' must be specified Backtrace: ▆ 1. ├─base::seq(as.Date("2020-01-31"), length.out = 150L) at test_pipeop_datefeatures.R:17:3 2. └─base::seq.Date(as.Date("2020-01-31"), length.out = 150L) ── Error ('test_pipeop_nmf.R:45:3'): PipeOpNMF - does not modify search path when NMF is not loaded, fix for #929 ── Error in `detach(package:generics)`: invalid 'name' argument Backtrace: ▆ 1. └─base::detach(package:generics) at test_pipeop_nmf.R:45:3 ── Failure ('test_pipeop_nmf.R:73:3'): PipeOpNMF - does not modify search path when NMF is loaded, fix for #929 ── Expected `all(...)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test_pipeop_nmf.R:93:3'): PipeOpNMF - does not modify search path when some of NMF's dependencies are loaded, fix for #929 ── Expected `all(paste0("package:", c("BiocGenerics", "generics")) %in% search())` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test_pipeop_nmf.R:98:3'): PipeOpNMF - does not modify search path when some of NMF's dependencies are loaded, fix for #929 ── Error in `FUN(X[[i]], ...)`: invalid 'name' argument This happened in PipeOp nmf's $train() Backtrace: ▆ 1. ├─op$train(list(tsk("iris"))) at test_pipeop_nmf.R:98:3 2. │ └─mlr3pipelines:::.__PipeOp__train(...) 3. │ ├─base::withCallingHandlers(...) 4. │ └─private$.train(input) 5. │ └─mlr3pipelines:::.__PipeOpTaskPreproc__.train(...) 6. │ └─private$.train_task(intask) 7. │ └─mlr3pipelines:::.__PipeOpTaskPreproc__.train_task(...) 8. │ ├─data.table::as.data.table(...) 9. │ └─private$.train_dt(dt, task$levels(cols), task$truth()) 10. │ └─mlr3pipelines:::.__PipeOpNMF__.train_dt(...) 11. │ └─mlr3misc::map(to_be_detached, detach, character.only = TRUE) 12. │ └─base::lapply(.x, .f, ...) 13. │ └─base (local) FUN(X[[i]], ...) 14. │ └─base::stop("invalid 'name' argument") 15. └─base::.handleSimpleError(...) 16. └─mlr3pipelines (local) h(simpleError(msg, call)) [ FAIL 6 | WARN 0 | SKIP 99 | PASS 13006 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64