R Under development (unstable) (2025-10-31 r88977 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) > library(specleanr) > > test_check("specleanr") Non numeric columns Species were removed from data. mixediqr was implemented successfully for species . logboxplot was implemented successfully for species . iqr was implemented successfully for species . [ FAIL 0 | WARN 0 | SKIP 9 | PASS 233 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-checknames.R:10:13', 'test-checknames.R:19:13', 'test-checknames.R:33:13', 'test-checknames.R:40:13', 'test-getdata.R:5:13', 'test-getdata.R:19:13', 'test-getdata.R:27:13', 'test-methods.R:308:23', 'test-multidetect.R:543:13' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 233 ] > > proc.time() user system elapsed 34.96 1.53 41.15