R Under development (unstable) (2026-02-01 r89366 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > library(testthat) > library(mlpack) Attaching package: 'mlpack' The following object is masked from 'package:stats': kmeans The following object is masked from 'package:base': det > > test_check("mlpack") [FATAL] When passing labels from R to mlpack, labels should be in the range from 1 to the number of classes! [INFO ] Using reference data from 5x10 matrix. [INFO ] Building reference tree... [INFO ] Tree built. [INFO ] Using query data from 5x10 matrix. [INFO ] Searching for 3 neighbors with dual-tree kd-tree search... [INFO ] 11 node combinations were scored. [INFO ] 100 base cases were calculated. [INFO ] 11 node combinations were scored. [INFO ] 100 base cases were calculated. [INFO ] Search complete. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1551 ] > > proc.time() user system elapsed 6.25 1.06 7.29