R Under development (unstable) (2025-02-05 r87692 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) > suppressPackageStartupMessages(library(adegenet)) > test_check("adegenet") Converting data from a genind to a genpop object... ...done. [ FAIL 0 | WARN 0 | SKIP 62 | PASS 17 ] ══ Skipped tests (62) ══════════════════════════════════════════════════════════ • On CRAN (62): 'test-findclust.R:4:3', 'test-prop.R:13:3', 'test-seppop.R:6:3', 'test-seppop.R:14:3', 'test-seppop.R:23:3', 'test-seppop.R:33:3', 'test-seppop.R:56:3', 'test-seppop.R:65:3', 'test-seppop.R:75:3', 'test_accessors.R:7:3', 'test_accessors.R:14:3', 'test_accessors.R:23:3', 'test_accessors.R:33:3', 'test_accessors.R:40:3', 'test_accessors.R:48:3', 'test_accessors.R:109:3', 'test_accessors.R:154:3', 'test_accessors.R:162:3', 'test_accessors.R:172:3', 'test_accessors.R:179:3', 'test_accessors.R:185:3', 'test_accessors.R:191:3', 'test_compoplot.R:6:3', 'test_compoplot.R:11:3', 'test_compoplot.R:16:3', 'test_compoplot.R:21:3', 'test_compoplot.R:26:3', 'test_constructors.R:4:3', 'test_constructors.R:11:3', 'test_genlight.R:5:3', 'test_genlight.R:18:3', 'test_genlight.R:53:3', 'test_genlight.R:60:3', 'test_genlight.R:86:3', 'test_genlight.R:97:3', 'test_genlight.R:108:3', 'test_genlight.R:114:3', 'test_genlight.R:122:3', 'test_hierarchy.R:4:3', 'test_hierarchy.R:27:3', 'test_hierarchy.R:38:3', 'test_import.R:4:3', 'test_import.R:15:3', 'test_import.R:31:3', 'test_import.R:53:3', 'test_import.R:69:3', 'test_import.R:95:3', 'test_import.R:137:3', 'test_import.R:149:3', 'test_import.R:163:5', 'test_import.R:204:3', 'test_repool.R:7:3', 'test_snapclust.R:5:5', 'test_snapclust.R:31:5', 'test_snapclust.R:65:3', 'test_snapclust.R:78:3', 'test_snapclust.R:88:3', 'test_subset.R:6:3', 'test_subset.R:14:3', 'test_summary.R:4:3', 'test_xval.R:15:3', 'test_xval.R:26:3' [ FAIL 0 | WARN 0 | SKIP 62 | PASS 17 ] > > proc.time() user system elapsed 5.78 0.81 7.84