R Under development (unstable) (2024-11-24 r87369 ucrt) -- "Unsuffered Consequences" 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. > library(testthat) > library(bigsnpr) Loading required package: bigstatsr > > for (k in 1:9) + test_check("bigsnpr", filter = paste0(k, '-')) [ FAIL 0 | WARN 0 | SKIP 1 | PASS 268 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • is_cran is TRUE (1): 'test-1-readBed.R:53:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 268 ] [ FAIL 0 | WARN 0 | SKIP 3 | PASS 218 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • is_cran is TRUE (3): 'test-2-autoSVD.R:28:3', 'test-2-autoSVD.R:76:3', 'test-2-bed-clumping-SVD.R:7:1' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 218 ] [ FAIL 0 | WARN 0 | SKIP 2 | PASS 11 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • is_cran is TRUE (2): 'test-3-fastImpute.R:12:3', 'test-3-plink-QC.R:6:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 11 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 95 ] [ FAIL 0 | WARN 0 | SKIP 1 | PASS 138 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • is_cran is TRUE (1): 'test-5-match.R:101:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 138 ] [ FAIL 0 | WARN 0 | SKIP 1 | PASS 24 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • is_cran is TRUE (1): 'test-6-SCT.R:19:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 24 ] [ FAIL 0 | WARN 0 | SKIP 1 | PASS 0 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • is_cran is TRUE (1): 'test-7-OpenMP.R:5:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 0 ] [ FAIL 0 | WARN 0 | SKIP 6 | PASS 2 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • is_cran is TRUE (6): 'test-8-LDpred2.R:9:3', 'test-8-LDpred2.R:175:3', 'test-8-LDpred2.R:230:3', 'test-8-LDpred2.R:314:3', 'test-8-simu-pheno.R:9:3', 'test-8-simu-pheno.R:52:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 2 ] [ FAIL 0 | WARN 0 | SKIP 3 | PASS 5 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • is_cran is TRUE (3): 'test-9-Fst.R:6:1', 'test-9-LDSC.R:29:3', 'test-9-lassosum2.R:9:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 5 ] > > # test_check("bigsnpr", filter = "BGEN") > > proc.time() user system elapsed 99.29 2.81 108.98