R Under development (unstable) (2024-09-08 r87106 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(bigstatsr) > > test_check("bigstatsr") Loading required package: foreach ========== SEED: 1 ========== [1] -0.9892638 [ FAIL 0 | WARN 0 | SKIP 10 | PASS 3482 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (2): 'test-pcor.R:31:3', 'test-pcor.R:50:3' • not_cran is not TRUE (8): 'test-FBM-convert.R:47:3', 'test-FBM-file.R:99:3', 'test-copy.R:81:3', 'test-openmp.R:6:1', 'test-spLinReg.R:272:3', 'test-spLinReg.R:328:3', 'test-spLogReg.R:272:3', 'test-spLogReg.R:326:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 3482 ] > > proc.time() user system elapsed 49.79 3.03 54.98