Last updated on 2026-01-22 17:49:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.10.0 | 41.15 | 810.76 | 851.91 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.10.0 | 24.74 | 514.43 | 539.17 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.10.0 | 63.00 | 1301.41 | 1364.41 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.10.0 | 59.00 | 1153.46 | 1212.46 | OK | |
| r-devel-windows-x86_64 | 0.10.0 | 39.00 | 582.00 | 621.00 | OK | |
| r-patched-linux-x86_64 | 0.10.0 | 53.49 | 732.84 | 786.33 | OK | |
| r-release-linux-x86_64 | 0.10.0 | 32.24 | 740.46 | 772.70 | 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 | 37.00 | 530.00 | 567.00 | OK | |
| r-oldrel-macos-arm64 | 0.10.0 | 8.00 | 119.00 | 127.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.10.0 | 25.00 | 698.00 | 723.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.10.0 | 54.00 | 674.00 | 728.00 | ERROR |
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’ [110s/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-01-23 02:12:17.695224: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:17.695439: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:17.698144: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:17.704143: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:17.716061: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:17.716172: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:17.718528: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:17.723773: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:17.730465: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-23 02:12:17.730644: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:17.734935: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:17.749458: embedding
> test_pipeop_isomap.R: 2026-01-23 02:12:17.749797: DONE
> test_pipeop_isomap.R: 2026-01-23 02:12:17.755273: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-23 02:12:17.7554: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:17.760028: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:17.774747: embedding
> test_pipeop_isomap.R: 2026-01-23 02:12:17.775124: DONE
> test_pipeop_isomap.R: 2026-01-23 02:12:17.795276: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:17.795397: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:17.800215: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:17.834026: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:17.842539: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-23 02:12:17.842728: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:17.851183: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:17.929192: embedding
> test_pipeop_isomap.R: 2026-01-23 02:12:17.930618: DONE
> test_pipeop_isomap.R: 2026-01-23 02:12:17.966264: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:17.966411: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:17.968769: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:17.974821: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:17.982885: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-23 02:12:17.983111: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:17.987872: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.002924: embedding
> test_pipeop_isomap.R: 2026-01-23 02:12:18.009308: DONE
> test_pipeop_isomap.R: 2026-01-23 02:12:18.04372: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.043848: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.046134: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.052172: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:18.062588: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.062739: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.067081: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.081631: embedding
> test_pipeop_isomap.R: 2026-01-23 02:12:18.081967: DONE
> test_pipeop_isomap.R: 2026-01-23 02:12:18.098762: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.098895: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.101261: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.107258: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:18.11828: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.118438: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.122989: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.137788: embedding
> test_pipeop_isomap.R: 2026-01-23 02:12:18.138127: DONE
> test_pipeop_isomap.R: 2026-01-23 02:12:18.157457: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.157587: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.160105: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.165732: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:18.176773: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.17694: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.181648: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.196773: embedding
> test_pipeop_isomap.R: 2026-01-23 02:12:18.197178: DONE
> test_pipeop_isomap.R: 2026-01-23 02:12:18.215865: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.215985: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.218327: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.224597: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:18.234561: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.23471: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.239238: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.253854: embedding
> test_pipeop_isomap.R: 2026-01-23 02:12:18.254249: DONE
> test_pipeop_isomap.R: 2026-01-23 02:12:18.274383: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.274516: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.276773: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.282837: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:18.30922: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.309372: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.311647: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.317759: Classical Scaling
> test_pipeop_isomap.R: 2026-01-23 02:12:18.323271: Isomap START
> test_pipeop_isomap.R: 2026-01-23 02:12:18.323391: constructing knn graph
> test_pipeop_isomap.R: 2026-01-23 02:12:18.325722: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-23 02:12:18.331617: 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_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_rowapply.R:6:3',
'test_pipeop_scalerange.R:7:3', 'test_pipeop_select.R:9:3',
'test_pipeop_smotenc.R:8:3', 'test_pipeop_smote.R:10: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-arm64
Version: 0.10.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [318s/416s]
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.
Saving _problems/test_filter_ensemble-294.R
Saving _problems/test_filter_ensemble-307.R
> 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-01-22 08:19:16.891812: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:16.892404: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:16.917473: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:16.971573: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:17.082154: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:17.082465: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:17.105402: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:17.135107: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:17.183536: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-22 08:19:17.183977: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:17.231679: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:17.35569: embedding
> test_pipeop_isomap.R: 2026-01-22 08:19:17.356844: DONE
> test_pipeop_isomap.R: 2026-01-22 08:19:17.408423: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-22 08:19:17.408741: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:17.43954: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:17.543838: embedding
> test_pipeop_isomap.R: 2026-01-22 08:19:17.545111: DONE
> test_pipeop_isomap.R: 2026-01-22 08:19:17.719992: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:17.720315: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:17.776768: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:18.029841: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:18.094589: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-22 08:19:18.095816: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:18.187689: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:18.742016: embedding
> test_pipeop_isomap.R: 2026-01-22 08:19:18.745957: DONE
> test_pipeop_isomap.R: 2026-01-22 08:19:19.055541: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:19.05584: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:19.081483: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:19.115616: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:19.225178: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-22 08:19:19.225613: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:19.270286: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:19.352937: embedding
> test_pipeop_isomap.R: 2026-01-22 08:19:19.35405: DONE
> test_pipeop_isomap.R: 2026-01-22 08:19:19.630866: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:19.631157: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:19.64045: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:19.686277: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:19.790513: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-22 08:19:19.79094: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:19.816052: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:19.91722: embedding
> test_pipeop_isomap.R: 2026-01-22 08:19:19.918316: DONE
> test_pipeop_isomap.R: 2026-01-22 08:19:20.066433: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:20.086595: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:20.092972: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:20.145637: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:20.326685: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-22 08:19:20.327105: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:20.361796: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:20.483284: embedding
> test_pipeop_isomap.R: 2026-01-22 08:19:20.484655: DONE
> test_pipeop_isomap.R: 2026-01-22 08:19:20.663156: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:20.663453: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:20.687208: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:20.724189: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:20.832703: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-22 08:19:20.83318: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:20.864639: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:20.974809: embedding
> test_pipeop_isomap.R: 2026-01-22 08:19:20.97593: DONE
> test_pipeop_isomap.R: 2026-01-22 08:19:21.133646: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:21.133977: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:21.159048: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:21.192252: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:21.326767: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-22 08:19:21.327227: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:21.374538: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:21.482732: embedding
> test_pipeop_isomap.R: 2026-01-22 08:19:21.48388: DONE
> test_pipeop_isomap.R: 2026-01-22 08:19:21.649599: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:21.649929: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:21.675444: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:21.724705: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:21.886708: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:21.887014: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:21.893716: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:21.948988: Classical Scaling
> test_pipeop_isomap.R: 2026-01-22 08:19:22.00242: Isomap START
> test_pipeop_isomap.R: 2026-01-22 08:19:22.002718: constructing knn graph
> test_pipeop_isomap.R: 2026-01-22 08:19:22.026144: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-22 08:19:22.057663: 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:
> test_pipeop_task_preproc.R: Training debug_affectcols
> test_pipeop_task_preproc.R: Training debug_affectcols
> test_pipeop_task_preproc.R: Training debug_affectcols
> test_pipeop_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 8 | WARN 0 | SKIP 99 | PASS 13004 ]
══ 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_proxy.R:14:3', 'test_pipeop_quantilebin.R:5:3',
'test_pipeop_randomprojection.R:6:3', 'test_pipeop_randomresponse.R:5:3',
'test_pipeop_renamecolumns.R:6:3', 'test_pipeop_removeconstants.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 ════════════════════════════════════════════════════════════════
── Failure ('test_filter_ensemble.R:294:3'): FilterEnsemble ignores NA scores from wrapped filters ──
Expected `all(is.nan(permutation_filter$scores[task$feature_names]))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_filter_ensemble.R:307:3'): FilterEnsemble ignores NA scores from wrapped filters ──
Expected `all.equal(object, expected, check.environment = FALSE, ...)` to be TRUE.
Differences:
`actual` is a character vector ('Mean relative difference: 0.6299998')
`expected` is a logical vector (TRUE)
Backtrace:
▆
1. └─global expect_equal(combined_scores, variance_scores * weights[["variance"]]) at test_filter_ensemble.R:307:3
2. └─testthat::expect_true(...)
── 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 8 | WARN 0 | SKIP 99 | PASS 13004 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.10.0
Check: tests
Result: ERROR
Running 'testthat.R' [297s]
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:
> 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-21 13:20:09.533197: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:09.534305: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:09.550783: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:09.573964: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:09.648512: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:09.649169: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:09.662158: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:09.684747: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:09.729295: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-21 13:20:09.73043: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:09.753811: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:09.801492: embedding
> test_pipeop_isomap.R: 2026-01-21 13:20:09.803389: DONE
> test_pipeop_isomap.R: 2026-01-21 13:20:09.847483: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-21 13:20:09.848117: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:09.870737: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:09.919824: embedding
> test_pipeop_isomap.R: 2026-01-21 13:20:09.921703: DONE
> test_pipeop_isomap.R: 2026-01-21 13:20:10.099854: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:10.100493: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:10.116901: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:10.208197: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:10.258954: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-21 13:20:10.259888: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:10.300684: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:10.530857: embedding
> test_pipeop_isomap.R: 2026-01-21 13:20:10.53663: DONE
> test_pipeop_isomap.R: 2026-01-21 13:20:10.742551: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:10.743261: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:10.757: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:10.780097: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:10.832479: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-21 13:20:10.833121: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:10.852163: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:10.894227: embedding
> test_pipeop_isomap.R: 2026-01-21 13:20:10.895714: DONE
> test_pipeop_isomap.R: 2026-01-21 13:20:11.12751: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:11.128284: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:11.140055: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:11.162909: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:11.257372: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-21 13:20:11.258615: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:11.282257: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:11.355056: embedding
> test_pipeop_isomap.R: 2026-01-21 13:20:11.368733: DONE
> test_pipeop_isomap.R: 2026-01-21 13:20:11.523309: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:11.524094: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:11.533215: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:11.551889: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:11.637476: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-21 13:20:11.638381: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:11.661374: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:11.712409: embedding
> test_pipeop_isomap.R: 2026-01-21 13:20:11.71396: DONE
> test_pipeop_isomap.R: 2026-01-21 13:20:11.833517: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:11.83416: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:11.846241: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:11.868163: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:11.947156: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-21 13:20:11.948053: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:11.968304: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:12.016866: embedding
> test_pipeop_isomap.R: 2026-01-21 13:20:12.018591: DONE
> test_pipeop_isomap.R: 2026-01-21 13:20:12.146642: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:12.147157: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:12.158907: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:12.180555: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:12.258694: L-Isomap embed START
> test_pipeop_isomap.R: 2026-01-21 13:20:12.25967: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:12.281629: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:12.330604: embedding
> test_pipeop_isomap.R: 2026-01-21 13:20:12.332409: DONE
> test_pipeop_isomap.R: 2026-01-21 13:20:12.486036: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:12.486876: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:12.500256: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:12.520625: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:12.666761: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:12.667475: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:12.679318: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:12.720941: Classical Scaling
> test_pipeop_isomap.R: 2026-01-21 13:20:12.782988: Isomap START
> test_pipeop_isomap.R: 2026-01-21 13:20:12.783856: constructing knn graph
> test_pipeop_isomap.R: 2026-01-21 13:20:12.796792: calculating geodesic distances
> test_pipeop_isomap.R: 2026-01-21 13:20:12.819344: 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_colapply.R:9:3', 'test_pipeop_collapsefactors.R:6:3',
'test_pipeop_copy.R:5:3', 'test_pipeop_colroles.R:6:3',
'test_pipeop_decode.R:14:3', 'test_pipeop_encode.R:21:3',
'test_pipeop_encodeimpact.R:11:3', 'test_pipeop_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_multiplicityimply.R:9:3',
'test_pipeop_nearmiss.R:7:3', 'test_pipeop_ovr.R:9:3',
'test_pipeop_ovr.R:48:3', 'test_pipeop_pca.R:8:3',
'test_pipeop_proxy.R: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_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