R Under development (unstable) (2026-07-29 r90317 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(amregtest) > > test_check("amregtest") Loading required package: allelematch Loading required package: dynamicTreeCut [ FAIL 0 | WARN 0 | SKIP 26 | PASS 185 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-allelematch_1-amDataset.R:41:1', 'test-allelematch_1-amDataset.R:143:1', 'test-allelematch_2-amMatrix.R:2:1', 'test-allelematch_2-amMatrix.R:90:1', 'test-allelematch_2-amMatrix_negative.R:2:1', 'test-allelematch_3-amPairwise.R:2:1', 'test-allelematch_3-amPairwise.R:69:1', 'test-allelematch_3-amPairwise_negative.R:2:1', 'test-allelematch_3-amPairwise_print.R:2:1', 'test-allelematch_4-amCluster-Ex1.R:2:1', 'test-allelematch_4-amCluster-Ex2.R:2:1', 'test-allelematch_4-amCluster-Ex3.R:2:1', 'test-allelematch_4-amCluster-Ex4.R:2:1', 'test-allelematch_4-amCluster-Ex5.R:2:1', 'test-allelematch_4-amCluster-amMini.R:2:1', 'test-allelematch_4-amCluster_print.R:2:1', 'test-allelematch_5-amAlleleFreq.R:2:1', 'test-allelematch_6-amUnique.R:2:1', 'test-allelematch_6-amUnique_negative.R:2:1', 'test-allelematch_6-amUnique_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:6:1', 'test-amExample3.R:11:1', 'test-amExample4.R:10:1', 'test-ggData.R:12:1' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 185 ] >