R Under development (unstable) (2025-02-15 r87726 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. > Sys.setenv("R_TESTS" = "") > library(testthat) > library(Matrix) > library(readsparse) > test_check("readsparse") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 0 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • skip_tests is TRUE (10): 'test-read-write.R:16:5', 'test-read-write.R:48:5', 'test-read-write.R:81:5', 'test-read-write.R:129:5', 'test-read-write.R:165:5', 'test-read-write.R:238:5', 'test-read-write.R:268:5', 'test-read-write.R:299:5', 'test-read-write.R:326:5', 'test-read-write.R:358:5' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 0 ] > > proc.time() user system elapsed 1.20 0.17 1.37