R Under development (unstable) (2024-09-23 r87189 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if (requireNamespace("testthat", quietly = TRUE)) { + library("checkmate") + library("testthat") + library("mlr3") + library("mlr3cluster") + test_check("mlr3cluster") + } Using automatic sigma estimation (sigest) for RBF or laplace kernel Setting default kernel parameters Using automatic sigma estimation (sigest) for RBF or laplace kernel Setting default kernel parameters [ FAIL 0 | WARN 0 | SKIP 5 | PASS 1858 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test_mlr_learners_clust_cobweb.R:2:1', 'test_mlr_learners_clust_em.R:2:1', 'test_mlr_learners_clust_ff.R:2:1', 'test_mlr_learners_clust_simplekmeans.R:2:1', 'test_mlr_learners_clust_xmeans.R:1:1' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 1858 ] > > proc.time() user system elapsed 18.34 3.18 20.75