R Under development (unstable) (2026-02-12 r89409 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(assertions) > > test_check("assertions") [ FAIL 0 | WARN 0 | SKIP 37 | PASS 855 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-assert_compare.R:1:1', 'test-assert_compare.R:32:1', 'test-assert_compare.R:67:1', 'test-assert_compare.R:100:1', 'test-assert_compare.R:236:1', 'test-assert_compare.R:277:1', 'test-assert_create.R:63:1', 'test-assert_create.R:69:1', 'test-assert_create.R:79:1', 'test-assert_create.R:94:1', 'test-assert_files.R:1:1', 'test-assert_files.R:29:1', 'test-assert_files.R:58:1', 'test-assert_files.R:89:1', 'test-assert_files.R:122:1', 'test-assert_files.R:149:1', 'test-assert_files.R:175:1', 'test-assert_files.R:203:1', 'test-assert_functions.R:110:1', 'test-assert_includes.R:1:1', 'test-assert_includes.R:28:1', 'test-assert_less_than.R:1:1', 'test-assert_less_than.R:31:1', 'test-assert_less_than.R:61:1', 'test-assert_less_than.R:86:1', 'test-assert_null.R:2:1', 'test-assert_null.R:24:1', 'test-assert_numerical.R:1:1', 'test-assert_set.R:1:1', 'test-assert_set.R:24:1', 'test-assert_set.R:50:1', 'test-assert_type.R:410:1', 'test-assert_type.R:433:1', 'test-assert_type.R:457:1', 'test-assert_type.R:479:1', 'test-has.R:21:1', 'test-has.R:52:1' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 855 ] > > proc.time() user system elapsed 35.46 1.93 37.53