R version 4.4.0 alpha (2024-04-08 r86370 ucrt) Copyright (C) 2024 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") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 37 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-allelematch_1-amDataset.R:40:5', 'test-allelematch_1-amDataset.R:135:3', 'test-allelematch_2-amMatrix.R:48:66', 'test-allelematch_2-amMatrix.R:109:5', 'test-allelematch_2-amMatrix_negative.R:21:5', 'test-allelematch_3-amPairwise.R:10:68', 'test-allelematch_3-amPairwise.R:87:5', 'test-allelematch_3-amPairwise_negative.R:12:5', 'test-allelematch_3-amPairwise_print.R:26:5', 'test-allelematch_4-amCluster.R:10:67', 'test-allelematch_4-amCluster_print.R:26:5', 'test-allelematch_5-amAlleleFreq.R:37:7', 'test-allelematch_6-amUnique.R:46:66', 'test-allelematch_6-amUnique_negative.R:12:5', 'test-allelematch_6-amUnique_print.R:30:5', 'test-allelematch_7-amUniqueProfile.R:48:73', 'test-amExample1.R:18:5', 'test-amExample2.R:17:9', 'test-amExample3.R:22:9', 'test-amExample4.R:21:9', 'test-ggData.R:25:5' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 37 ] > > proc.time() user system elapsed 8.31 0.65 8.95