Last updated on 2026-08-03 23:50:23 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.35 | 291.85 | 295.20 | 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 | 8.00 | 495.00 | 503.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 | 9.00 | 712.00 | 721.00 | ERROR |
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’ [265s/311s]
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/RtmpuKAdOW/pdf743dc6d0a51ee
Cleaning up 1 leaked TEMP file(s):
/home/hornik/tmp/scratch/RtmpuKAdOW/pdf743dc77d3c66a
Cleaning up 1 leaked TEMP file(s):
/home/hornik/tmp/scratch/RtmpuKAdOW/pdf743dc844ca57
Cleaning up 1 leaked TEMP file(s):
/home/hornik/tmp/scratch/RtmpuKAdOW/pdf743dc3c6741fe
Cleaning up 1 leaked TEMP file(s):
/home/hornik/tmp/scratch/RtmpuKAdOW/pdf743dc426eab48
[ 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/Rtmp0WVNC5’ ‘~/tmp/scratch/Rtmp1BWzBY’
‘~/tmp/scratch/Rtmp1JYvtO’ ‘~/tmp/scratch/Rtmp2CtpUy’
‘~/tmp/scratch/Rtmp2Zkz0V’ ‘~/tmp/scratch/Rtmp2f30Kt’
‘~/tmp/scratch/Rtmp3e6dpx’ ‘~/tmp/scratch/Rtmp3hFfxi’
‘~/tmp/scratch/Rtmp48Qg06’ ‘~/tmp/scratch/Rtmp4G0DZJ’
‘~/tmp/scratch/Rtmp4gSiKd’ ‘~/tmp/scratch/Rtmp4hLzKe’
‘~/tmp/scratch/Rtmp5QJW3A’ ‘~/tmp/scratch/Rtmp6OLHZO’
‘~/tmp/scratch/Rtmp6jyDJN’ ‘~/tmp/scratch/Rtmp75rOGH’
‘~/tmp/scratch/Rtmp786QMw’ ‘~/tmp/scratch/Rtmp7dKkxX’
‘~/tmp/scratch/Rtmp7v95GG’ ‘~/tmp/scratch/Rtmp8LSst8’
‘~/tmp/scratch/Rtmp8MCm64’ ‘~/tmp/scratch/Rtmp8N9lpI’
‘~/tmp/scratch/Rtmp8mfLO1’ ‘~/tmp/scratch/Rtmp8ue8wr’
‘~/tmp/scratch/Rtmp9nFDiI’ ‘~/tmp/scratch/RtmpA73QGZ’
‘~/tmp/scratch/RtmpA8wptm’ ‘~/tmp/scratch/RtmpAAPPct’
‘~/tmp/scratch/RtmpAON7we’ ‘~/tmp/scratch/RtmpAnYM1M’
‘~/tmp/scratch/RtmpBCMvbo’ ‘~/tmp/scratch/RtmpBMntkT’
‘~/tmp/scratch/RtmpDifsee’ ‘~/tmp/scratch/RtmpDrOJVN’
‘~/tmp/scratch/RtmpDulemq’ ‘~/tmp/scratch/RtmpE7Inzw’
‘~/tmp/scratch/RtmpE8QWn9’ ‘~/tmp/scratch/RtmpEQc5kt’
‘~/tmp/scratch/RtmpESZgMn’ ‘~/tmp/scratch/RtmpEsogMF’
‘~/tmp/scratch/RtmpFJknOa’ ‘~/tmp/scratch/RtmpFgQWZn’
‘~/tmp/scratch/RtmpG4vgBS’ ‘~/tmp/scratch/RtmpGHTz12’
‘~/tmp/scratch/RtmpGNsZNt’ ‘~/tmp/scratch/RtmpGixJxz’
‘~/tmp/scratch/RtmpGtLu9m’ ‘~/tmp/scratch/RtmpHmOvwm’
‘~/tmp/scratch/RtmpHyMx8S’ ‘~/tmp/scratch/RtmpIBfPly’
‘~/tmp/scratch/RtmpJE1zbg’ ‘~/tmp/scratch/RtmpJjtxfB’
‘~/tmp/scratch/RtmpKKAI7F’ ‘~/tmp/scratch/RtmpLEIV4p’
‘~/tmp/scratch/RtmpLTnJSM’ ‘~/tmp/scratch/RtmpLXyyRS’
‘~/tmp/scratch/RtmpLiokjS’ ‘~/tmp/scratch/RtmpLwEHT2’
‘~/tmp/scratch/RtmpMKW2Yy’ ‘~/tmp/scratch/RtmpMfQskt’
‘~/tmp/scratch/RtmpMwRy3J’ ‘~/tmp/scratch/RtmpNGB3eh’
‘~/tmp/scratch/RtmpNuTOcu’ ‘~/tmp/scratch/RtmpNvOghd’
‘~/tmp/scratch/RtmpOAEJSD’ ‘~/tmp/scratch/RtmpOVlEyc’
‘~/tmp/scratch/RtmpOypgAf’ ‘~/tmp/scratch/RtmpPV9Yb3’
‘~/tmp/scratch/RtmpQ2USaE’ ‘~/tmp/scratch/RtmpQB0iQ8’
‘~/tmp/scratch/RtmpQqeB5B’ ‘~/tmp/scratch/RtmpRv7VJg’
‘~/tmp/scratch/RtmpSfCRcU’ ‘~/tmp/scratch/RtmpT9pTvd’
‘~/tmp/scratch/RtmpTB9Js1’ ‘~/tmp/scratch/RtmpTN9ISN’
‘~/tmp/scratch/RtmpTV3fPD’ ‘~/tmp/scratch/RtmpTYdeqp’
‘~/tmp/scratch/RtmpUyXlEe’ ‘~/tmp/scratch/RtmpV2YuGb’
‘~/tmp/scratch/RtmpV4WtMP’ ‘~/tmp/scratch/RtmpV7tUm2’
‘~/tmp/scratch/RtmpVC45TQ’ ‘~/tmp/scratch/RtmpVMTETt’
‘~/tmp/scratch/RtmpVaB2pP’ ‘~/tmp/scratch/RtmpVycpqy’
‘~/tmp/scratch/RtmpWaMT7a’ ‘~/tmp/scratch/RtmpWcHhHY’
‘~/tmp/scratch/RtmpWmjO25’ ‘~/tmp/scratch/RtmpX8Am2X’
‘~/tmp/scratch/RtmpXEcYKR’ ‘~/tmp/scratch/RtmpXlckpT’
‘~/tmp/scratch/RtmpXyHs3j’ ‘~/tmp/scratch/RtmpXzCta9’
‘~/tmp/scratch/RtmpY1JPmA’ ‘~/tmp/scratch/RtmpYKFyWE’
‘~/tmp/scratch/RtmpZJxeAc’ ‘~/tmp/scratch/RtmpZcuvQC’
‘~/tmp/scratch/RtmpZlSL22’ ‘~/tmp/scratch/RtmpaT1Fsa’
‘~/tmp/scratch/RtmpbGGdpq’ ‘~/tmp/scratch/RtmpbYjqoR’
‘~/tmp/scratch/RtmpbwcUiU’ ‘~/tmp/scratch/RtmpcAlVqY’
‘~/tmp/scratch/Rtmpd2iJFY’ ‘~/tmp/scratch/Rtmpd60ovO’
‘~/tmp/scratch/RtmpdIQ95X’ ‘~/tmp/scratch/RtmpdS6amb’
‘~/tmp/scratch/RtmpdvjLRI’ ‘~/tmp/scratch/Rtmpe5h14R’
‘~/tmp/scratch/RtmpeOrue4’ ‘~/tmp/scratch/RtmpeTFFiA’
‘~/tmp/scratch/RtmpfvWiaf’ ‘~/tmp/scratch/RtmpgmhLAb’
‘~/tmp/scratch/Rtmph7VmUw’ ‘~/tmp/scratch/RtmphGQz37’
‘~/tmp/scratch/RtmphSbnC3’ ‘~/tmp/scratch/RtmphiU6cD’
‘~/tmp/scratch/Rtmphrjlw9’ ‘~/tmp/scratch/RtmpiMDqrk’
‘~/tmp/scratch/RtmpiNR8cz’ ‘~/tmp/scratch/RtmpiTTR09’
‘~/tmp/scratch/RtmpiXR8Ys’ ‘~/tmp/scratch/RtmpiZR95J’
‘~/tmp/scratch/RtmpimEjXH’ ‘~/tmp/scratch/RtmpjLnGl7’
‘~/tmp/scratch/RtmpkAT4FI’ ‘~/tmp/scratch/RtmpltfBik’
‘~/tmp/scratch/RtmpmHCrOZ’ ‘~/tmp/scratch/RtmpmKHWWK’
‘~/tmp/scratch/Rtmpn2Ttgd’ ‘~/tmp/scratch/Rtmpn4xET0’
‘~/tmp/scratch/Rtmpnk6mJ1’ ‘~/tmp/scratch/RtmpoMDyov’
‘~/tmp/scratch/Rtmpobyemb’ ‘~/tmp/scratch/Rtmpoe6vUl’
‘~/tmp/scratch/Rtmpoo3H8M’ ‘~/tmp/scratch/Rtmpp29lpI’
‘~/tmp/scratch/RtmppMMV2d’ ‘~/tmp/scratch/RtmppRrDGx’
‘~/tmp/scratch/RtmppX6kW6’ ‘~/tmp/scratch/RtmppYCdqg’
‘~/tmp/scratch/RtmppfF0k6’ ‘~/tmp/scratch/RtmpqYJ6Bn’
‘~/tmp/scratch/RtmprBX6Ay’ ‘~/tmp/scratch/RtmprDBWy9’
‘~/tmp/scratch/RtmprX2rSH’ ‘~/tmp/scratch/RtmprZ9GCY’
‘~/tmp/scratch/RtmpraR9bd’ ‘~/tmp/scratch/RtmprgAmwJ’
‘~/tmp/scratch/RtmpriaeY6’ ‘~/tmp/scratch/RtmprmyyQf’
‘~/tmp/scratch/RtmpsJGl7z’ ‘~/tmp/scratch/RtmpsYtXUd’
‘~/tmp/scratch/RtmpsuLuQh’ ‘~/tmp/scratch/Rtmpsyu0UK’
‘~/tmp/scratch/RtmptqPUrQ’ ‘~/tmp/scratch/RtmpuTjS8l’
‘~/tmp/scratch/RtmpubPvG6’ ‘~/tmp/scratch/RtmpulFg4w’
‘~/tmp/scratch/RtmpusOVAK’ ‘~/tmp/scratch/Rtmpvjx8e0’
‘~/tmp/scratch/RtmpwA7sA5’ ‘~/tmp/scratch/RtmpwRlze5’
‘~/tmp/scratch/Rtmpx3Qw2f’ ‘~/tmp/scratch/Rtmpx69Lci’
‘~/tmp/scratch/Rtmpydutdm’ ‘~/tmp/scratch/Rtmpyis95C’
‘~/tmp/scratch/Rtmpz7Bmsg’ ‘~/tmp/scratch/RtmpzB86W9’
‘~/tmp/scratch/RtmpzHUyRG’ ‘~/tmp/scratch/Rtmpzd5mVg’
‘~/tmp/scratch/Rtmpzr1aGa’ ‘~/tmp/scratch/xvfb-run.2UfTCj’
‘~/tmp/scratch/xvfb-run.4MyOLr’ ‘~/tmp/scratch/xvfb-run.6SmDWj’
‘~/tmp/scratch/xvfb-run.7yPVDK’ ‘~/tmp/scratch/xvfb-run.8YEdw3’
‘~/tmp/scratch/xvfb-run.8bjTj9’ ‘~/tmp/scratch/xvfb-run.9AWp7C’
‘~/tmp/scratch/xvfb-run.9UzTeI’ ‘~/tmp/scratch/xvfb-run.9ufuCk’
‘~/tmp/scratch/xvfb-run.ARFfLV’ ‘~/tmp/scratch/xvfb-run.BATqtI’
‘~/tmp/scratch/xvfb-run.DrSIe8’ ‘~/tmp/scratch/xvfb-run.EpZvVe’
‘~/tmp/scratch/xvfb-run.FjV7fu’ ‘~/tmp/scratch/xvfb-run.FmF5aB’
‘~/tmp/scratch/xvfb-run.IOYvmS’ ‘~/tmp/scratch/xvfb-run.K4mdR8’
‘~/tmp/scratch/xvfb-run.KSgT3w’ ‘~/tmp/scratch/xvfb-run.L9uExj’
‘~/tmp/scratch/xvfb-run.LAQy3h’ ‘~/tmp/scratch/xvfb-run.LMieZ7’
‘~/tmp/scratch/xvfb-run.Luqvh3’ ‘~/tmp/scratch/xvfb-run.MAvt8z’
‘~/tmp/scratch/xvfb-run.Mh788i’ ‘~/tmp/scratch/xvfb-run.Nz5pd5’
‘~/tmp/scratch/xvfb-run.O5B1OO’ ‘~/tmp/scratch/xvfb-run.OmMdbC’
‘~/tmp/scratch/xvfb-run.P4CiYe’ ‘~/tmp/scratch/xvfb-run.PpWqga’
‘~/tmp/scratch/xvfb-run.QFnAZq’ ‘~/tmp/scratch/xvfb-run.SDzGP2’
‘~/tmp/scratch/xvfb-run.SFqXsP’ ‘~/tmp/scratch/xvfb-run.T0ouIW’
‘~/tmp/scratch/xvfb-run.UJPyE8’ ‘~/tmp/scratch/xvfb-run.Vg13dP’
‘~/tmp/scratch/xvfb-run.Wz7C8O’ ‘~/tmp/scratch/xvfb-run.X6qXWd’
‘~/tmp/scratch/xvfb-run.ZT7ujW’ ‘~/tmp/scratch/xvfb-run.Ztni1J’
‘~/tmp/scratch/xvfb-run.a8xp0x’ ‘~/tmp/scratch/xvfb-run.anBCIN’
‘~/tmp/scratch/xvfb-run.bnBUnx’ ‘~/tmp/scratch/xvfb-run.cH3lpZ’
‘~/tmp/scratch/xvfb-run.cRTwIT’ ‘~/tmp/scratch/xvfb-run.cT6GCL’
‘~/tmp/scratch/xvfb-run.cuFYpn’ ‘~/tmp/scratch/xvfb-run.d6u8fs’
‘~/tmp/scratch/xvfb-run.d8wsJ6’ ‘~/tmp/scratch/xvfb-run.dvvZm2’
‘~/tmp/scratch/xvfb-run.e2oJVg’ ‘~/tmp/scratch/xvfb-run.e5W0NS’
‘~/tmp/scratch/xvfb-run.f9NLqW’ ‘~/tmp/scratch/xvfb-run.gzA5J4’
‘~/tmp/scratch/xvfb-run.hc3NlB’ ‘~/tmp/scratch/xvfb-run.iC9N06’
‘~/tmp/scratch/xvfb-run.k49F1f’ ‘~/tmp/scratch/xvfb-run.lFXT6o’
‘~/tmp/scratch/xvfb-run.lgJdCg’ ‘~/tmp/scratch/xvfb-run.lpQgOZ’
‘~/tmp/scratch/xvfb-run.mJrP75’ ‘~/tmp/scratch/xvfb-run.n7TsNM’
‘~/tmp/scratch/xvfb-run.nAFdGN’ ‘~/tmp/scratch/xvfb-run.nGgehx’
‘~/tmp/scratch/xvfb-run.nQ7lio’ ‘~/tmp/scratch/xvfb-run.nTsx5j’
‘~/tmp/scratch/xvfb-run.pxCGsb’ ‘~/tmp/scratch/xvfb-run.tdgX2z’
‘~/tmp/scratch/xvfb-run.tmhZqO’ ‘~/tmp/scratch/xvfb-run.uJyT4D’
‘~/tmp/scratch/xvfb-run.um6bQF’ ‘~/tmp/scratch/xvfb-run.uxEwpL’
‘~/tmp/scratch/xvfb-run.v69uBT’ ‘~/tmp/scratch/xvfb-run.vo2Vb7’
‘~/tmp/scratch/xvfb-run.wAuj6u’ ‘~/tmp/scratch/xvfb-run.xg2s5j’
‘~/tmp/scratch/xvfb-run.yNE2QA’ ‘~/tmp/scratch/xvfb-run.yldnrA’
‘~/tmp/scratch/xvfb-run.zZgA4d’ ‘~/tmp/scratch/xvfb-run.zr9dYA’
‘~/tmp/scratch/xvfb-run.zsVt3l’
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' [438s]
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_08_01_01_50_00_24787\Rtmp0CIdQN/pdf3bec4c8a5830
Cleaning up 1 leaked TEMP file(s):
D:\temp\2026_08_01_01_50_00_24787\Rtmp0CIdQN/pdf3bec16224218
Cleaning up 1 leaked TEMP file(s):
D:\temp\2026_08_01_01_50_00_24787\Rtmp0CIdQN/pdf3bec12977b32
Cleaning up 1 leaked TEMP file(s):
D:\temp\2026_08_01_01_50_00_24787\Rtmp0CIdQN/pdf3bec485e2479
Cleaning up 1 leaked TEMP file(s):
D:\temp\2026_08_01_01_50_00_24787\Rtmp0CIdQN/pdf3bec5eb4335c
[ 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_31_12_46_36_2361\Rtmpm6faHQ/pdf1d17c3d7373dc
Cleaning up 1 leaked TEMP file(s):
D:\temp\2026_07_31_12_46_36_2361\Rtmpm6faHQ/pdf1d17c7b654f5d
Cleaning up 1 leaked TEMP file(s):
D:\temp\2026_07_31_12_46_36_2361\Rtmpm6faHQ/pdf1d17c7c822b5c
Cleaning up 1 leaked TEMP file(s):
D:\temp\2026_07_31_12_46_36_2361\Rtmpm6faHQ/pdf1d17c33956367
Cleaning up 1 leaked TEMP file(s):
D:\temp\2026_07_31_12_46_36_2361\Rtmpm6faHQ/pdf1d17c7e174104
[ 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