R Under development (unstable) (2024-11-18 r87347 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. > # 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 652 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-assert_compare.R:9:3', 'test-assert_compare.R:44:3', 'test-assert_compare.R:75:3', 'test-assert_compare.R:110:3', 'test-assert_compare.R:151:3', 'test-assert_compare.R:194:3', 'test-assert_create.R:65:3', 'test-assert_create.R:72:3', 'test-assert_create.R:82:3', 'test-assert_create.R:108:3', 'test-assert_files.R:12:3', 'test-assert_files.R:40:3', 'test-assert_files.R:69:3', 'test-assert_files.R:101:3', 'test-assert_files.R:131:3', 'test-assert_files.R:162:3', 'test-assert_files.R:194:3', 'test-assert_files.R:222:3', 'test-assert_functions.R:90:3', 'test-assert_includes.R:9:3', 'test-assert_includes.R:36:3', 'test-assert_less_than.R:8:3', 'test-assert_less_than.R:43:3', 'test-assert_less_than.R:69:3', 'test-assert_less_than.R:95:3', 'test-assert_null.R:7:3', 'test-assert_null.R:35:3', 'test-assert_numerical.R:9:3', 'test-assert_set.R:7:3', 'test-assert_set.R:31:3', 'test-assert_set.R:57:3', 'test-assert_type.R:415:3', 'test-assert_type.R:439:3', 'test-assert_type.R:463:3', 'test-assert_type.R:488:3', 'test-has.R:38:3', 'test-has.R:59:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 652 ] > > proc.time() user system elapsed 10.60 0.79 11.39