R Under development (unstable) (2026-06-25 r90191 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) Loading required package: allelematch Loading required package: dynamicTreeCut > > test_check("amregtest") Cleaning up 1 leaked TEMP file(s): D:\temp\2026_06_29_00_45_17_7399\RtmpWCduu9/amPairwise_F05YD8E4.htm Cleaning up 1 leaked TEMP file(s): D:\temp\2026_06_29_00_45_17_7399\RtmpWCduu9/amCluster_I0BRAZPE.htm Cleaning up 1 leaked TEMP file(s): D:\temp\2026_06_29_00_45_17_7399\RtmpWCduu9/amUnique_ULX3MDCY.htm Cleaning up 1 leaked TEMP file(s): D:\temp\2026_06_29_00_45_17_7399\RtmpWCduu9/pdf112843f355e62 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_06_29_00_45_17_7399\RtmpWCduu9/pdf112846df1a41 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_06_29_00_45_17_7399\RtmpWCduu9/pdf112841d3767e0 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_06_29_00_45_17_7399\RtmpWCduu9/pdf11284396aeb5 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_06_29_00_45_17_7399\RtmpWCduu9/pdf112845ae33eca [ FAIL 0 | WARN 0 | SKIP 21 | PASS 189 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-allelematch_1-amDataset.R:32:1', 'test-allelematch_1-amDataset.R:132: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:68:1', 'test-allelematch_3-amPairwise_negative.R:2:1', 'test-allelematch_3-amPairwise_print.R:2:1', 'test-allelematch_4-amCluster.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:11:1' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 189 ] > > proc.time() user system elapsed 264.65 64.37 328.96