R Under development (unstable) (2025-10-03 r88899 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bigalgebra) Loading required package: bigmemory > > test_check("bigalgebra") [ FAIL 0 | WARN 0 | SKIP 27 | PASS 27 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (27): 'test-wrappers.R:129:3', 'test-wrappers.R:140:3', 'test-wrappers.R:152:3', 'test-wrappers.R:164:3', 'test-wrappers.R:177:3', 'test-wrappers.R:192:3', 'test-wrappers.R:232:3', 'test-wrappers.R:248:3', 'test-wrappers.R:265:3', 'test-wrappers.R:285:3', 'test-wrappers.R:300:3', 'test-wrappers.R:319:3', 'test-wrappers.R:335:3', 'test-wrappers.R:354:3', 'test-wrappers.R:374:3', 'test-wrappers.R:403:3', 'test-wrappers.R:429:3', 'test-wrappers.R:441:3', 'test-wrappers.R:466:3', 'test-wrappers.R:486:3', 'test-wrappers.R:508:3', 'test-wrappers.R:536:3', 'test-wrappers.R:559:3', 'test-wrappers.R:585:3', 'test-wrappers.R:597:3', 'test-wrappers.R:608:3', 'test-wrappers.R:619:3' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 27 ] > > proc.time() user system elapsed 1.10 0.26 1.37