CRAN Package Check Results for Package mlr3cluster

Last updated on 2026-09-20 09:50:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 34.88 190.90 225.78 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 21.39 134.12 155.51 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.0 24.00 126.88 150.88 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 24.00 126.91 150.91 OK
r-devel-windows-x86_64 0.5.0 35.00 225.00 260.00 OK
r-patched-linux-x86_64 0.5.0 37.95 185.10 223.05 OK
r-release-linux-x86_64 0.6.0 32.11 188.11 220.22 OK
r-release-macos-arm64 0.6.0 7.00 46.00 53.00 OK
r-release-macos-x86_64 0.6.0 24.00 171.00 195.00 OK
r-release-windows-x86_64 0.5.0 34.00 232.00 266.00 OK
r-oldrel-macos-arm64 0.6.0 8.00 61.00 69.00 OK
r-oldrel-macos-x86_64 0.6.0 23.00 172.00 195.00 OK
r-oldrel-windows-x86_64 0.6.0 51.00 271.00 322.00 OK

Check Details

Version: 0.6.0
Check: tests
Result: ERROR Running ‘testthat.R’ [52s/71s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + library("checkmate") + library("testthat") + library("mlr3") + library("mlr3cluster") + test_check("mlr3cluster") + } Attaching package: 'mlr3cluster' The following object is masked from 'package:mlr3': TaskGeneratorMoons Saving _problems/test_mlr_learners_clust_flexmix-8.R Found more than one class "kcca" in cache; using the first, from namespace 'kernlab' Also defined by 'flexclust' Found more than one class "kcca" in cache; using the first, from namespace 'kernlab' Also defined by 'flexclust' Using automatic sigma estimation (sigest) for RBF or laplace kernel Setting default kernel parameters Using automatic sigma estimation (sigest) for RBF or laplace kernel Using automatic sigma estimation (sigest) for RBF or laplace kernel [ FAIL 1 | WARN 1 | SKIP 22 | PASS 3891 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test_LearnerClust.R:52:3', 'test_LearnerClust.R:71:3', 'test_MeasureClust.R:42:1', 'test_PredictionClust.R:24:1', 'test_PredictionClust.R:34:1', 'test_PredictionClust.R:98:1', 'test_PredictionClust.R:226:1', 'test_mlr_learners_clust_bico.R:31:1', 'test_mlr_learners_clust_clara.R:10:1', 'test_mlr_learners_clust_cobweb.R:2:1', 'test_mlr_learners_clust_dbscan_fpc.R:10:1', 'test_mlr_learners_clust_em.R:2:1', 'test_mlr_learners_clust_ff.R:2:1', 'test_mlr_learners_clust_flexmix.R:31:1', 'test_mlr_learners_clust_genie.R:12:1', 'test_mlr_learners_clust_kkmeans.R:10:1', 'test_mlr_learners_clust_kmodes.R:137:1', 'test_mlr_learners_clust_kproto.R:27:1', 'test_mlr_learners_clust_pam.R:10:1', 'test_mlr_learners_clust_simplekmeans.R:2:1', 'test_mlr_learners_clust_stdbscan.R:47:1', 'test_mlr_learners_clust_xmeans.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_mlr_learners_clust_flexmix.R:8:3'): autotest ───────────────── Expected `result` to be TRUE. Differences: `actual` is a list `expected` is a logical vector (TRUE) [score()] learner 'clust.flexmix:prob' on task 'sanity' failed: Contains missing values (element 1) [ FAIL 1 | WARN 1 | SKIP 22 | PASS 3891 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc