R Under development (unstable) (2025-09-15 r88837 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(stbl) > > test_check("stbl") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 85 | PASS 409 ] ══ Skipped tests (85) ══════════════════════════════════════════════════════════ • On CRAN (85): 'test-aaa-conditions.R:14:3', 'test-aaa-conditions.R:22:3', 'test-aaa-conditions.R:33:3', 'test-aaa-conditions.R:43:3', 'test-aaa-conditions.R:81:3', 'test-aaa-conditions.R:88:3', 'test-aaa-conditions.R:109:3', 'test-aaa-conditions.R:134:3', 'test-aaa-conditions.R:146:3', 'test-aaa-conditions.R:169:3', 'test-aaa-conditions.R:180:3', 'test-aaa-conditions.R:209:3', 'test-aaa-conditions.R:235:3', 'test-check.R:9:3', 'test-check.R:22:3', 'test-check.R:38:3', 'test-check.R:75:3', 'test-check.R:105:3', 'test-stabilize_arg.R:13:3', 'test-stabilize_arg.R:29:3', 'test-stabilize_arg.R:48:3', 'test-stabilize_arg.R:66:3', 'test-stabilize_arg.R:87:3', 'test-stabilize_arg.R:103:3', 'test-stabilize_arg.R:125:3', 'test-stabilize_arg.R:141:3', 'test-stabilize_arg.R:157:3', 'test-stabilize_dbl.R:11:3', 'test-stabilize_dbl.R:27:3', 'test-stabilize_dbl.R:48:3', 'test-stabilize_fct.R:10:3', 'test-stabilize_fct.R:30:3', 'test-stabilize_chr.R:22:3', 'test-stabilize_chr.R:35:3', 'test-stabilize_chr.R:67:3', 'test-stabilize_chr.R:81:3', 'test-stabilize_chr.R:101:3', 'test-stabilize_chr.R:122:3', 'test-stabilize_chr.R:138:3', 'test-stabilize_chr.R:154:3', 'test-stabilize_chr.R:170:3', 'test-stabilize_chr.R:186:3', 'test-stabilize_chr.R:201:3', 'test-stabilize_int.R:11:3', 'test-stabilize_int.R:27:3', 'test-stabilize_int.R:48:3', 'test-stabilize_lgl.R:24:3', 'test-stabilize_lgl.R:40:3', 'test-stabilize_lgl.R:56:3', 'test-stabilize_lgl.R:76:3', 'test-to_chr.R:31:3', 'test-to_chr.R:88:3', 'test-to_chr.R:168:3', 'test-to_chr.R:184:3', 'test-to_chr.R:200:3', 'test-to_chr.R:216:3', 'test-to_dbl.R:22:3', 'test-to_dbl.R:51:3', 'test-to_dbl.R:67:3', 'test-to_dbl.R:90:3', 'test-to_dbl.R:113:3', 'test-to_dbl.R:129:3', 'test-to_dbl.R:165:3', 'test-to_fct.R:20:3', 'test-to_fct.R:51:3', 'test-to_fct.R:82:3', 'test-to_fct.R:118:3', 'test-to_fct.R:128:3', 'test-to_lgl.R:32:3', 'test-to_lgl.R:117:3', 'test-to_lgl.R:169:3', 'test-to_lgl.R:197:3', 'test-to_lgl.R:236:3', 'test-to_lgl.R:252:3', 'test-to_lgl.R:268:3', 'test-to_int.R:17:3', 'test-to_int.R:67:3', 'test-to_int.R:84:3', 'test-to_int.R:121:3', 'test-to_int.R:144:3', 'test-to_int.R:160:3', 'test-to_int.R:197:3', 'test-to_null.R:11:3', 'test-to_null.R:33:3', 'test-to_null.R:57:3' [ FAIL 0 | WARN 0 | SKIP 85 | PASS 409 ] > > proc.time() user system elapsed 3.39 0.25 9.40