CRAN Package Check Results for Package mlr3pipelines

Last updated on 2026-02-19 10:55:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.10.0 36.05 822.23 858.28 OK
r-devel-linux-x86_64-debian-gcc 0.10.0 22.55 529.43 551.98 OK
r-devel-linux-x86_64-fedora-clang 0.10.0 70.00 1378.72 1448.72 OK
r-devel-linux-x86_64-fedora-gcc 0.10.0 61.00 1279.57 1340.57 OK
r-devel-macos-arm64 0.10.0 8.00 122.00 130.00 OK
r-devel-windows-x86_64 0.10.0 36.00 576.00 612.00 OK
r-patched-linux-x86_64 0.10.0 OK
r-release-linux-x86_64 0.10.0 36.48 743.52 780.00 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 40.00 551.00 591.00 OK
r-oldrel-macos-arm64 0.10.0 8.00 124.00 132.00 ERROR
r-oldrel-macos-x86_64 0.10.0 28.00 1099.00 1127.00 ERROR
r-oldrel-windows-x86_64 0.10.0 50.00 663.00 713.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’ [111s/54s] 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-19 19:12:53.426963: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:53.427205: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.429979: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.4357: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:53.447156: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:53.447299: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.449629: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.455626: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:53.462323: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-19 19:12:53.462491: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.466719: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.481353: embedding > test_pipeop_isomap.R: 2026-02-19 19:12:53.481691: DONE > test_pipeop_isomap.R: 2026-02-19 19:12:53.487886: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-19 19:12:53.488025: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.492363: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.507081: embedding > test_pipeop_isomap.R: 2026-02-19 19:12:53.507456: DONE > test_pipeop_isomap.R: 2026-02-19 19:12:53.529204: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:53.529348: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.5395: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.573992: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:53.584569: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-19 19:12:53.584806: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.593538: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.669965: embedding > test_pipeop_isomap.R: 2026-02-19 19:12:53.67108: DONE > test_pipeop_isomap.R: 2026-02-19 19:12:53.704533: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:53.704673: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.706929: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.712972: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:53.719811: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-19 19:12:53.719981: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.724428: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.739115: embedding > test_pipeop_isomap.R: 2026-02-19 19:12:53.745: DONE > test_pipeop_isomap.R: 2026-02-19 19:12:53.779017: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:53.779149: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.781312: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.78733: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:53.798217: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-19 19:12:53.798396: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.802961: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.817572: embedding > test_pipeop_isomap.R: 2026-02-19 19:12:53.817898: DONE > test_pipeop_isomap.R: 2026-02-19 19:12:53.835313: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:53.835452: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.837821: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.843847: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:53.855351: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-19 19:12:53.855527: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.859992: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.875348: embedding > test_pipeop_isomap.R: 2026-02-19 19:12:53.875728: DONE > test_pipeop_isomap.R: 2026-02-19 19:12:53.901924: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:53.902132: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.904564: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.910825: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:53.922132: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-19 19:12:53.922314: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.92664: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.941344: embedding > test_pipeop_isomap.R: 2026-02-19 19:12:53.941745: DONE > test_pipeop_isomap.R: 2026-02-19 19:12:53.960968: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:53.961099: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.963452: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:53.969691: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:53.981915: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-19 19:12:53.982113: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:53.986516: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:54.00117: embedding > test_pipeop_isomap.R: 2026-02-19 19:12:54.001583: DONE > test_pipeop_isomap.R: 2026-02-19 19:12:54.021865: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:54.022019: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:54.024309: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:54.030535: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:54.059254: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:54.059419: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:54.061845: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:54.068039: Classical Scaling > test_pipeop_isomap.R: 2026-02-19 19:12:54.075177: Isomap START > test_pipeop_isomap.R: 2026-02-19 19:12:54.075301: constructing knn graph > test_pipeop_isomap.R: 2026-02-19 19:12:54.077435: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-19 19:12:54.083149: 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_ensemble.R:6: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_nmf.R:6: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_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’ [424s/554s] 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] "Borderline-SMOTE done" Saving _problems/test_pipeop_datefeatures-7.R Saving _problems/test_pipeop_datefeatures-17.R > test_pipeop_isomap.R: 2026-02-16 12:42:03.448789: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:03.44991: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:03.51292: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:03.554752: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:03.685279: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:03.685995: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:03.700435: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:03.749001: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:03.792524: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 12:42:03.793396: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:03.86142: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:03.974069: embedding > test_pipeop_isomap.R: 2026-02-16 12:42:03.977724: DONE > test_pipeop_isomap.R: 2026-02-16 12:42:04.056452: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 12:42:04.057232: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:04.082463: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:04.182457: embedding > test_pipeop_isomap.R: 2026-02-16 12:42:04.18392: DONE > test_pipeop_isomap.R: 2026-02-16 12:42:04.383877: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:04.384168: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:04.410482: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:04.59234: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:04.63203: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 12:42:04.632532: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:04.694128: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:05.319163: embedding > test_pipeop_isomap.R: 2026-02-16 12:42:05.324606: DONE > test_pipeop_isomap.R: 2026-02-16 12:42:05.652853: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:05.653286: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:05.663621: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:05.706464: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:05.735485: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 12:42:05.736029: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:05.768998: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:05.845539: embedding > test_pipeop_isomap.R: 2026-02-16 12:42:05.847664: DONE > test_pipeop_isomap.R: 2026-02-16 12:42:06.156447: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:06.157106: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:06.168529: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:06.203423: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:06.28129: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 12:42:06.282232: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:06.317968: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:06.413315: embedding > test_pipeop_isomap.R: 2026-02-16 12:42:06.420353: DONE > test_pipeop_isomap.R: 2026-02-16 12:42:06.640564: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:06.640883: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:06.68676: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:06.73773: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:06.867146: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 12:42:06.868756: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:06.933461: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:07.017234: embedding > test_pipeop_isomap.R: 2026-02-16 12:42:07.020134: DONE > test_pipeop_isomap.R: 2026-02-16 12:42:07.169741: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:07.170125: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:07.200641: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:07.233351: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:07.388062: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 12:42:07.388522: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:07.405289: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:07.499942: embedding > test_pipeop_isomap.R: 2026-02-16 12:42:07.501318: DONE > test_pipeop_isomap.R: 2026-02-16 12:42:07.637899: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:07.639234: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:07.651689: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:07.698978: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:07.940215: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 12:42:07.940981: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:08.083141: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:08.161899: embedding > test_pipeop_isomap.R: 2026-02-16 12:42:08.16393: DONE > test_pipeop_isomap.R: 2026-02-16 12:42:08.402617: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:08.403039: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:08.460106: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:08.502159: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:08.682978: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:08.683359: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:08.69142: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:08.737656: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 12:42:08.763833: Isomap START > test_pipeop_isomap.R: 2026-02-16 12:42:08.764318: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 12:42:08.7725: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 12:42:08.84466: 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_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_nmf.R:6:3', 'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3', 'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_replicate.R:9:3', 'test_pipeop_removeconstants.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_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' [285s] 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-02-16 19:51:20.881545: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:20.882264: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:20.891978: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:20.913192: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:21.001008: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:21.001735: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:21.012534: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:21.033153: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:21.078806: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 19:51:21.079741: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:21.102317: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:21.153075: embedding > test_pipeop_isomap.R: 2026-02-16 19:51:21.154989: DONE > test_pipeop_isomap.R: 2026-02-16 19:51:21.197339: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 19:51:21.198003: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:21.219116: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:21.269614: embedding > test_pipeop_isomap.R: 2026-02-16 19:51:21.271433: DONE > test_pipeop_isomap.R: 2026-02-16 19:51:21.391474: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:21.39194: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:21.413283: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:21.546256: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:21.613281: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 19:51:21.61434: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:21.65401: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:21.892341: embedding > test_pipeop_isomap.R: 2026-02-16 19:51:21.89922: DONE > test_pipeop_isomap.R: 2026-02-16 19:51:22.15306: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:22.153746: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:22.165848: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:22.189267: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:22.244495: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 19:51:22.24543: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:22.360726: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:22.40486: embedding > test_pipeop_isomap.R: 2026-02-16 19:51:22.406515: DONE > test_pipeop_isomap.R: 2026-02-16 19:51:22.56505: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:22.565487: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:22.572484: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:22.587562: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:22.642875: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 19:51:22.64379: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:22.667079: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:22.718446: embedding > test_pipeop_isomap.R: 2026-02-16 19:51:22.72028: DONE > test_pipeop_isomap.R: 2026-02-16 19:51:22.824773: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:22.825212: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:22.832433: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:22.848236: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:22.910926: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 19:51:22.911802: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:22.932616: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:22.971214: embedding > test_pipeop_isomap.R: 2026-02-16 19:51:22.972556: DONE > test_pipeop_isomap.R: 2026-02-16 19:51:23.091897: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:23.092333: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:23.104022: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:23.123369: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:23.199109: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 19:51:23.200037: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:23.222693: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:23.271168: embedding > test_pipeop_isomap.R: 2026-02-16 19:51:23.273075: DONE > test_pipeop_isomap.R: 2026-02-16 19:51:23.39945: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:23.400165: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:23.409621: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:23.427482: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:23.491385: L-Isomap embed START > test_pipeop_isomap.R: 2026-02-16 19:51:23.492359: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:23.515822: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:23.566306: embedding > test_pipeop_isomap.R: 2026-02-16 19:51:23.568294: DONE > test_pipeop_isomap.R: 2026-02-16 19:51:23.748801: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:23.749451: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:23.760073: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:23.78241: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:23.910377: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:23.910866: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:23.921389: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:23.94151: Classical Scaling > test_pipeop_isomap.R: 2026-02-16 19:51:23.979444: Isomap START > test_pipeop_isomap.R: 2026-02-16 19:51:23.980173: constructing knn graph > test_pipeop_isomap.R: 2026-02-16 19:51:23.99306: calculating geodesic distances > test_pipeop_isomap.R: 2026-02-16 19:51:24.013748: 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_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_multiplicityexply.R:9:3', 'test_pipeop_learnercv.R:31: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_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-windows-x86_64