R Under development (unstable) (2025-09-14 r88831 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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) > test_check("MAINT.Data") Loading required package: MAINT.Data Loading required package: Rcpp Attaching package: 'MAINT.Data' The following objects are masked from 'package:base': cbind, rbind Error rate estimates of algorithm lda Adult Old Young Global 0.2222222 0.4285714 0.5000000 0.3750000 Confusion matrix (original classes in rows, predicted in columns) Absolute frequencies Adult Old Young Adult 7 2 0 Old 3 4 0 Young 3 1 4 Relative frequencies Adult Old Young Adult 0.778 0.222 0.0 Old 0.429 0.571 0.0 Young 0.375 0.125 0.5 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 209 ] > > proc.time() user system elapsed 5.14 0.26 5.39