CRAN Package Check Results for Package amregtest

Last updated on 2026-08-03 06:53:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 4.54 476.17 480.71 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 3.68 296.77 300.45 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.0 740.12 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.0 364.99 ERROR
r-devel-windows-x86_64 1.2.0 7.00 519.00 526.00 ERROR
r-patched-linux-x86_64 1.2.0 4.49 461.00 465.49 ERROR
r-release-linux-x86_64 1.2.0 4.36 462.27 466.63 ERROR
r-release-macos-arm64 1.2.0 1.00 126.00 127.00 OK
r-release-macos-x86_64 1.2.0 3.00 651.00 654.00 OK
r-release-windows-x86_64 1.2.0 7.00 604.00 611.00 ERROR
r-oldrel-macos-arm64 1.2.0 1.00 134.00 135.00 OK
r-oldrel-macos-x86_64 1.2.0 3.00 669.00 672.00 OK
r-oldrel-windows-x86_64 1.2.0 8.00 710.00 718.00 ERROR

Check Details

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [443s/483s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/Rtmpm8Dj9e/pdf3481f745275e4e Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/Rtmpm8Dj9e/pdf3481f772e5d923 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/Rtmpm8Dj9e/pdf3481f71ef1d32b Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/Rtmpm8Dj9e/pdf3481f74d90a2df Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/Rtmpm8Dj9e/pdf3481f7491a8c19 [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [269s/398s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpoBc6bO/pdf2b3af15ca75eb5 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpoBc6bO/pdf2b3af1767e3bd5 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpoBc6bO/pdf2b3af12c9b48e9 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpoBc6bO/pdf2b3af142c7e915 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpoBc6bO/pdf2b3af141bd597b [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.0
Check: for new files in some other directories
Result: NOTE Found the following files/directories: ‘~/tmp/scratch/Rtmp0D63Ny’ ‘~/tmp/scratch/Rtmp18E2x2’ ‘~/tmp/scratch/Rtmp1srW5s’ ‘~/tmp/scratch/Rtmp1ss0KB’ ‘~/tmp/scratch/Rtmp2hBEKN’ ‘~/tmp/scratch/Rtmp3PEqGK’ ‘~/tmp/scratch/Rtmp3TS7Oi’ ‘~/tmp/scratch/Rtmp4sWhDK’ ‘~/tmp/scratch/Rtmp5618v2’ ‘~/tmp/scratch/Rtmp6XVlp1’ ‘~/tmp/scratch/Rtmp6xd9h5’ ‘~/tmp/scratch/Rtmp7J7EPP’ ‘~/tmp/scratch/Rtmp7NcjD2’ ‘~/tmp/scratch/Rtmp7Nzjsq’ ‘~/tmp/scratch/Rtmp7U31gt’ ‘~/tmp/scratch/Rtmp7b0mNO’ ‘~/tmp/scratch/Rtmp8L17r5’ ‘~/tmp/scratch/Rtmp8a3hou’ ‘~/tmp/scratch/Rtmp8lzWhY’ ‘~/tmp/scratch/Rtmp8uG6HZ’ ‘~/tmp/scratch/Rtmp8zSJR9’ ‘~/tmp/scratch/Rtmp9JEqEp’ ‘~/tmp/scratch/Rtmp9vCpcU’ ‘~/tmp/scratch/RtmpAc0yiP’ ‘~/tmp/scratch/RtmpAx2BCM’ ‘~/tmp/scratch/RtmpBZFHbY’ ‘~/tmp/scratch/RtmpBrwlKu’ ‘~/tmp/scratch/RtmpCSIAMj’ ‘~/tmp/scratch/RtmpCUtSLW’ ‘~/tmp/scratch/RtmpD5u5Xq’ ‘~/tmp/scratch/RtmpD8rWHb’ ‘~/tmp/scratch/RtmpDNFDJo’ ‘~/tmp/scratch/RtmpDP1Mf8’ ‘~/tmp/scratch/RtmpDa9j2h’ ‘~/tmp/scratch/RtmpDnp3BS’ ‘~/tmp/scratch/RtmpEVcbpg’ ‘~/tmp/scratch/RtmpEWt8vD’ ‘~/tmp/scratch/RtmpEzQFRR’ ‘~/tmp/scratch/RtmpGX4Kq6’ ‘~/tmp/scratch/RtmpHdjTE2’ ‘~/tmp/scratch/RtmpHvjotK’ ‘~/tmp/scratch/RtmpIAJKPk’ ‘~/tmp/scratch/RtmpIIdTuM’ ‘~/tmp/scratch/RtmpIiQVvM’ ‘~/tmp/scratch/RtmpJ9U4O8’ ‘~/tmp/scratch/RtmpJRhUcT’ ‘~/tmp/scratch/RtmpJlV7DJ’ ‘~/tmp/scratch/RtmpKBfE9I’ ‘~/tmp/scratch/RtmpKEuERv’ ‘~/tmp/scratch/RtmpKQYVcz’ ‘~/tmp/scratch/RtmpKu3see’ ‘~/tmp/scratch/RtmpLGYwAy’ ‘~/tmp/scratch/RtmpLzOA6g’ ‘~/tmp/scratch/RtmpM6pq4v’ ‘~/tmp/scratch/RtmpMpVeLy’ ‘~/tmp/scratch/RtmpN0Qjyp’ ‘~/tmp/scratch/RtmpNfs8SW’ ‘~/tmp/scratch/RtmpNgVUF2’ ‘~/tmp/scratch/RtmpOGMALT’ ‘~/tmp/scratch/RtmpOMAwbu’ ‘~/tmp/scratch/RtmpOZWU98’ ‘~/tmp/scratch/RtmpOgpWOx’ ‘~/tmp/scratch/RtmpOss51R’ ‘~/tmp/scratch/RtmpOzovN1’ ‘~/tmp/scratch/RtmpP9ELtK’ ‘~/tmp/scratch/RtmpPGaDaY’ ‘~/tmp/scratch/RtmpPpuNLF’ ‘~/tmp/scratch/RtmpQ71IRe’ ‘~/tmp/scratch/RtmpRWZYfu’ ‘~/tmp/scratch/RtmpRjaGh3’ ‘~/tmp/scratch/RtmpRk1Z1J’ ‘~/tmp/scratch/RtmpRwE8xQ’ ‘~/tmp/scratch/RtmpRyTegI’ ‘~/tmp/scratch/RtmpS9ITOw’ ‘~/tmp/scratch/RtmpSPuUlJ’ ‘~/tmp/scratch/RtmpSYWnA7’ ‘~/tmp/scratch/RtmpShxpqD’ ‘~/tmp/scratch/RtmpTXHNRi’ ‘~/tmp/scratch/RtmpTuheEx’ ‘~/tmp/scratch/RtmpU7vZhy’ ‘~/tmp/scratch/RtmpUNzeqC’ ‘~/tmp/scratch/RtmpUTFD2z’ ‘~/tmp/scratch/RtmpVA5YYg’ ‘~/tmp/scratch/RtmpVI8t48’ ‘~/tmp/scratch/RtmpVNmIUV’ ‘~/tmp/scratch/RtmpVY1Uov’ ‘~/tmp/scratch/RtmpWXVeAM’ ‘~/tmp/scratch/RtmpWywt0p’ ‘~/tmp/scratch/RtmpX9E2vr’ ‘~/tmp/scratch/RtmpXWZa9A’ ‘~/tmp/scratch/RtmpXbULuj’ ‘~/tmp/scratch/RtmpXvQBy3’ ‘~/tmp/scratch/RtmpYWauZD’ ‘~/tmp/scratch/RtmpZ0QTfz’ ‘~/tmp/scratch/RtmpZBekL1’ ‘~/tmp/scratch/RtmpaICHoR’ ‘~/tmp/scratch/RtmpaRLXUl’ ‘~/tmp/scratch/RtmpbPHvXw’ ‘~/tmp/scratch/Rtmpc3zHMd’ ‘~/tmp/scratch/RtmpcPWG3y’ ‘~/tmp/scratch/RtmpcnYknV’ ‘~/tmp/scratch/Rtmpd0frBb’ ‘~/tmp/scratch/RtmpdoUd3n’ ‘~/tmp/scratch/RtmpeKsNPm’ ‘~/tmp/scratch/RtmpeOW07M’ ‘~/tmp/scratch/Rtmpezdrf4’ ‘~/tmp/scratch/RtmpfCoxGr’ ‘~/tmp/scratch/RtmpfNckIz’ ‘~/tmp/scratch/RtmpfV4frh’ ‘~/tmp/scratch/RtmpfiJBRg’ ‘~/tmp/scratch/Rtmpg4xa3I’ ‘~/tmp/scratch/RtmpgSpMSw’ ‘~/tmp/scratch/RtmpgTUCt0’ ‘~/tmp/scratch/RtmphUcvEG’ ‘~/tmp/scratch/RtmphotEEi’ ‘~/tmp/scratch/Rtmphxzeck’ ‘~/tmp/scratch/RtmpifJMKO’ ‘~/tmp/scratch/Rtmpii5UYU’ ‘~/tmp/scratch/Rtmpj1N3Fy’ ‘~/tmp/scratch/RtmpjZN984’ ‘~/tmp/scratch/RtmpjZvq3X’ ‘~/tmp/scratch/RtmpkHdpsU’ ‘~/tmp/scratch/RtmpkejohB’ ‘~/tmp/scratch/Rtmpl3Mz1S’ ‘~/tmp/scratch/Rtmpmrxqug’ ‘~/tmp/scratch/RtmpnGfAIm’ ‘~/tmp/scratch/RtmpoAenbj’ ‘~/tmp/scratch/RtmpoX9rzn’ ‘~/tmp/scratch/Rtmpoe3tgQ’ ‘~/tmp/scratch/RtmpotBGUA’ ‘~/tmp/scratch/Rtmpp10Zx0’ ‘~/tmp/scratch/Rtmpp1YG8S’ ‘~/tmp/scratch/RtmppK1hV3’ ‘~/tmp/scratch/Rtmpq09por’ ‘~/tmp/scratch/RtmpqRVQ2S’ ‘~/tmp/scratch/RtmpqdRrJH’ ‘~/tmp/scratch/RtmpqpVrIE’ ‘~/tmp/scratch/Rtmpr95l7z’ ‘~/tmp/scratch/Rtmpri377d’ ‘~/tmp/scratch/RtmprkJLll’ ‘~/tmp/scratch/RtmprrCGCt’ ‘~/tmp/scratch/RtmprwyvOV’ ‘~/tmp/scratch/RtmpsbBKci’ ‘~/tmp/scratch/Rtmpsvmn4z’ ‘~/tmp/scratch/RtmptIdsxO’ ‘~/tmp/scratch/Rtmpth4i1F’ ‘~/tmp/scratch/RtmpuKuJ9Q’ ‘~/tmp/scratch/RtmpuywPW1’ ‘~/tmp/scratch/Rtmpv3e6Zj’ ‘~/tmp/scratch/RtmpvgaIlX’ ‘~/tmp/scratch/RtmpvlpkUb’ ‘~/tmp/scratch/RtmpvpZodn’ ‘~/tmp/scratch/RtmpwFae2U’ ‘~/tmp/scratch/Rtmpwq5k1P’ ‘~/tmp/scratch/RtmpxksuP9’ ‘~/tmp/scratch/Rtmpy0bLMZ’ ‘~/tmp/scratch/Rtmpy1uytB’ ‘~/tmp/scratch/Rtmpy2rG2o’ ‘~/tmp/scratch/Rtmpy6fRSV’ ‘~/tmp/scratch/RtmpyRz4qU’ ‘~/tmp/scratch/RtmpzAqcIT’ ‘~/tmp/scratch/RtmpzazAT1’ ‘~/tmp/scratch/RtmpzoxyVV’ ‘~/tmp/scratch/xvfb-run.0fuYVO’ ‘~/tmp/scratch/xvfb-run.143qn4’ ‘~/tmp/scratch/xvfb-run.1XLXga’ ‘~/tmp/scratch/xvfb-run.1pOkDn’ ‘~/tmp/scratch/xvfb-run.2BWC7k’ ‘~/tmp/scratch/xvfb-run.3t60J8’ ‘~/tmp/scratch/xvfb-run.4jA83l’ ‘~/tmp/scratch/xvfb-run.52IpXu’ ‘~/tmp/scratch/xvfb-run.5NCHJ3’ ‘~/tmp/scratch/xvfb-run.6LfXSw’ ‘~/tmp/scratch/xvfb-run.6hGhRT’ ‘~/tmp/scratch/xvfb-run.78Ib0E’ ‘~/tmp/scratch/xvfb-run.7vN1n4’ ‘~/tmp/scratch/xvfb-run.853ksh’ ‘~/tmp/scratch/xvfb-run.A7NBVE’ ‘~/tmp/scratch/xvfb-run.AZyayO’ ‘~/tmp/scratch/xvfb-run.AfuKqo’ ‘~/tmp/scratch/xvfb-run.AgHb1W’ ‘~/tmp/scratch/xvfb-run.Ak0zOn’ ‘~/tmp/scratch/xvfb-run.Aq9SWk’ ‘~/tmp/scratch/xvfb-run.BLsu3p’ ‘~/tmp/scratch/xvfb-run.Br5TcZ’ ‘~/tmp/scratch/xvfb-run.COua7e’ ‘~/tmp/scratch/xvfb-run.Ck6DTR’ ‘~/tmp/scratch/xvfb-run.CygcKo’ ‘~/tmp/scratch/xvfb-run.DNUmGu’ ‘~/tmp/scratch/xvfb-run.EmOBCW’ ‘~/tmp/scratch/xvfb-run.EwQZnq’ ‘~/tmp/scratch/xvfb-run.G9es51’ ‘~/tmp/scratch/xvfb-run.IdWecB’ ‘~/tmp/scratch/xvfb-run.JiRzk2’ ‘~/tmp/scratch/xvfb-run.Lnq7oC’ ‘~/tmp/scratch/xvfb-run.MqPpGP’ ‘~/tmp/scratch/xvfb-run.NcYls8’ ‘~/tmp/scratch/xvfb-run.Nf0Tvs’ ‘~/tmp/scratch/xvfb-run.NplcrD’ ‘~/tmp/scratch/xvfb-run.OAGs7v’ ‘~/tmp/scratch/xvfb-run.P7QXgB’ ‘~/tmp/scratch/xvfb-run.QKDx4c’ ‘~/tmp/scratch/xvfb-run.RjaQpk’ ‘~/tmp/scratch/xvfb-run.ThAmyn’ ‘~/tmp/scratch/xvfb-run.UJXJyi’ ‘~/tmp/scratch/xvfb-run.UcZI9E’ ‘~/tmp/scratch/xvfb-run.UyB744’ ‘~/tmp/scratch/xvfb-run.Vte8Cl’ ‘~/tmp/scratch/xvfb-run.Ws4708’ ‘~/tmp/scratch/xvfb-run.XH8Ukz’ ‘~/tmp/scratch/xvfb-run.YNwujm’ ‘~/tmp/scratch/xvfb-run.Z6JFwh’ ‘~/tmp/scratch/xvfb-run.ZR6oom’ ‘~/tmp/scratch/xvfb-run.aCJW7d’ ‘~/tmp/scratch/xvfb-run.aMSLUB’ ‘~/tmp/scratch/xvfb-run.bpx3wb’ ‘~/tmp/scratch/xvfb-run.c9TO8h’ ‘~/tmp/scratch/xvfb-run.fFEkjl’ ‘~/tmp/scratch/xvfb-run.fQk1Kz’ ‘~/tmp/scratch/xvfb-run.feVin5’ ‘~/tmp/scratch/xvfb-run.fkXGAD’ ‘~/tmp/scratch/xvfb-run.fuZZ0M’ ‘~/tmp/scratch/xvfb-run.iCT4NT’ ‘~/tmp/scratch/xvfb-run.iSQwMm’ ‘~/tmp/scratch/xvfb-run.ilupx7’ ‘~/tmp/scratch/xvfb-run.jTz1s8’ ‘~/tmp/scratch/xvfb-run.ky3RvQ’ ‘~/tmp/scratch/xvfb-run.oBgpNC’ ‘~/tmp/scratch/xvfb-run.pk9PS4’ ‘~/tmp/scratch/xvfb-run.pv7Fba’ ‘~/tmp/scratch/xvfb-run.qLhdMx’ ‘~/tmp/scratch/xvfb-run.qS0LqL’ ‘~/tmp/scratch/xvfb-run.qulugd’ ‘~/tmp/scratch/xvfb-run.rEvCFX’ ‘~/tmp/scratch/xvfb-run.rTuFRh’ ‘~/tmp/scratch/xvfb-run.shfAVz’ ‘~/tmp/scratch/xvfb-run.tGuule’ ‘~/tmp/scratch/xvfb-run.vAjqPj’ ‘~/tmp/scratch/xvfb-run.vL3047’ ‘~/tmp/scratch/xvfb-run.xqU7iM’ ‘~/tmp/scratch/xvfb-run.yAwKMb’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [12m/13m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): /tmp/RtmpTOFCr8/working_dir/RtmpilU2wU/pdfa7dcc6219965b Cleaning up 1 leaked TEMP file(s): /tmp/RtmpTOFCr8/working_dir/RtmpilU2wU/pdfa7dcc388a483 Cleaning up 1 leaked TEMP file(s): /tmp/RtmpTOFCr8/working_dir/RtmpilU2wU/pdfa7dcc3cd33918 Cleaning up 1 leaked TEMP file(s): /tmp/RtmpTOFCr8/working_dir/RtmpilU2wU/pdfa7dcc413a2994 Cleaning up 1 leaked TEMP file(s): /tmp/RtmpTOFCr8/working_dir/RtmpilU2wU/pdfa7dcc1645a4a3 [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [341s/351s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): /tmp/Rtmpdzf79r/working_dir/RtmphyIgpu/pdf488262b2fcecc Cleaning up 1 leaked TEMP file(s): /tmp/Rtmpdzf79r/working_dir/RtmphyIgpu/pdf4882636c84324 Cleaning up 1 leaked TEMP file(s): /tmp/Rtmpdzf79r/working_dir/RtmphyIgpu/pdf488263f63bd56 Cleaning up 1 leaked TEMP file(s): /tmp/Rtmpdzf79r/working_dir/RtmphyIgpu/pdf488263c4f6080 Cleaning up 1 leaked TEMP file(s): /tmp/Rtmpdzf79r/working_dir/RtmphyIgpu/pdf48826b0adc58 [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.2.0
Check: tests
Result: ERROR Running 'testthat.R' [468s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_29_01_50_00_30317\Rtmp6l1Y5g/pdf107f838857481 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_29_01_50_00_30317\Rtmp6l1Y5g/pdf107f877e376aa Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_29_01_50_00_30317\Rtmp6l1Y5g/pdf107f81f213be6 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_29_01_50_00_30317\Rtmp6l1Y5g/pdf107f81f2e3d99 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_29_01_50_00_30317\Rtmp6l1Y5g/pdf107f86ef4a95 [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [433s/474s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpxQCc1v/pdf1f45693605568e Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpxQCc1v/pdf1f456925768833 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpxQCc1v/pdf1f4569bff7b86 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpxQCc1v/pdf1f45695a474119 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpxQCc1v/pdf1f456921adba2 [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [435s/533s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpYfLbYf/pdf2bfa94f5cada3 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpYfLbYf/pdf2bfa96efa1a06 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpYfLbYf/pdf2bfa95fa2914f Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpYfLbYf/pdf2bfa92cea9655 Cleaning up 1 leaked TEMP file(s): /home/hornik/tmp/scratch/RtmpYfLbYf/pdf2bfa97bb7cbe3 [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running 'testthat.R' [553s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_30_01_50_00_17551\RtmpchdTsP/pdf49837be2572 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_30_01_50_00_17551\RtmpchdTsP/pdf4983c063055 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_30_01_50_00_17551\RtmpchdTsP/pdf498b39285f Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_30_01_50_00_17551\RtmpchdTsP/pdf49861177311 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_30_01_50_00_17551\RtmpchdTsP/pdf498799771 [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running 'testthat.R' [11m] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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") Saving _problems/test-allelematch_3-amPairwise_negative-45.R Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_28_14_23_56_26965\RtmpwzcYQt/pdff61c2e4e39ad Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_28_14_23_56_26965\RtmpwzcYQt/pdff61c3c6b6811 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_28_14_23_56_26965\RtmpwzcYQt/pdff61c5d34477b Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_28_14_23_56_26965\RtmpwzcYQt/pdff61c36e747e3 Cleaning up 1 leaked TEMP file(s): D:\temp\2026_07_28_14_23_56_26965\RtmpwzcYQt/pdff61c73762cac [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-allelematch_1-amDataset.R:47:1', 'test-allelematch_1-amDataset.R:147: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:7:1', 'test-allelematch_3-amPairwise.R:74: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_print.R:2:1', 'test-allelematch_7-amUniqueProfile.R:2:1', 'test-amExample1.R:10:1', 'test-amExample2.R:10:1', 'test-amExample3.R:11:1', 'test-amExample4.R:15:1', 'test-ggData.R:11:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-allelematch_3-amPairwise_negative.R:45:5'): Validation of arguments to amPairwise() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold Backtrace: ▆ 1. ├─testthat::expect_error(amPairwise(amdataOdd2), "allelematch:\\s+please specify alleleMismatch OR matchThreshold.") at test-allelematch_3-amPairwise_negative.R:45:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amPairwise(amdataOdd2) ── Error ('test-allelematch_6-amUnique_negative.R:40:5'): Validation of arguments to amUnique() is working ── Error: allelematch: please specify alleleMismatch OR matchThreshold OR cutHeight Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-allelematch_6-amUnique_negative.R:40:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─allelematch::amUnique(amdata, multilocusMap = c(1, 1, 2, 2)) [ FAIL 2 | WARN 0 | SKIP 24 | PASS 135 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64