R Under development (unstable) (2025-01-13 r87564 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. > library(testthat) > library(ICAMS) > > test_check("ICAMS") [ FAIL 0 | WARN 6 | SKIP 12 | PASS 894 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • Sys.getenv("LONGTEST") == "" is TRUE (11): 'test_1VCFFilesToZipFile.R:31:3', 'test_1VCFFilesToZipFile.R:60:3', 'test_1VCFFilesToZipFile.R:88:3', 'test_1VCFFilesToZipFile.R:117:3', 'test_1VCFFilesToZipFile.R:145:3', 'test_1VCFFilesToZipFile.R:173:3', 'test_1VCFFilesToZipFile.R:206:3', 'test_1VCFFilesToZipFile.R:241:3', 'test_1VCFFilesToZipFile.R:274:3', 'test_1VCFFilesToZipFile.R:309:3', 'test_1VCFFilesToZipFile.R:343:3' • Test for converting a SBS catalog is to be added. (1): 'test_ConvertICAMSCatalogToSigPro.R:72:3' [ FAIL 0 | WARN 6 | SKIP 12 | PASS 894 ] > > proc.time() user system elapsed 133.04 8.31 141.32