R Under development (unstable) (2024-05-17 r86566 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/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 37 | PASS 98 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-stabilize_arg_scalar.R:14:3', 'test-stabilize_arg_scalar.R:44:3', 'test-stabilize_chr.R:16:3', 'test-stabilize_chr.R:39:3', 'test-stabilize_arg.R:11:3', 'test-stabilize_arg.R:30:3', 'test-stabilize_arg.R:52:3', 'test-stabilize_arg.R:74:3', 'test-stabilize_arg.R:99:3', 'test-stabilize_chr_scalar.R:7:3', 'test-stabilize_int.R:20:3', 'test-stabilize_int_scalar.R:10:3', 'test-stabilize_lgl_scalar.R:7:3', 'test-stabilize_lgl.R:19:3', 'test-to_chr.R:43:3', 'test-to_chr.R:92:3', 'test-to_chr_scalar.R:3:3', 'test-to_chr_scalar.R:39:3', 'test-to_fct_scalar.R:4:3', 'test-to_fct_scalar.R:19:3', 'test-to_fct.R:8:3', 'test-to_fct.R:44:3', 'test-to_int_scalar.R:10:3', 'test-to_int.R:9:3', 'test-to_int.R:34:3', 'test-to_int.R:49:3', 'test-to_int.R:82:3', 'test-to_int.R:99:3', 'test-to_int.R:123:3', 'test-to_lgl_scalar.R:12:3', 'test-to_lgl.R:2:3', 'test-to_lgl.R:51:3', 'test-to_lgl.R:122:3', 'test-to_lgl.R:160:3', 'test-to_lgl.R:176:3', 'test-to_null.R:7:3', 'test-to_null.R:28:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 98 ] > > proc.time() user system elapsed 1.73 0.21 4.68