R Under development (unstable) (2025-08-17 r88631 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(APackOfTheClones) Thank you for using APackOfTheClones v1.3.0 if you use this package in your paper/study, please cite with `citation('APackOfTheClones')` > > testthat::test_check("APackOfTheClones") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 245 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-APOTCPlot.R:7:2', 'test-ApotcClonalNetwork.R:133:5', 'test-ApotcClonalNetwork.R:159:5', 'test-ApotcData.R:179:2', 'test-ApotcData.R:236:2', 'test-Main_algo.R:5:3', 'test-Main_algo.R:47:3', 'test-Main_algo.R:95:5', 'test-Main_algo.R:120:5', 'test-Main_algo.R:162:5', 'test-insert_legend.R:5:5', 'test-noscript-defaultApotcPlot.R:8:5', 'test-showCloneHighlight.R:18:5', 'test-vizAPOTC.R:6:2', 'test-vizAPOTC.R:22:2' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 245 ] > > proc.time() user system elapsed 18.68 1.59 20.26