R Under development (unstable) (2023-11-13 r85520 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > library(testthat) > library(stringr) > > test_check("stringr") [ FAIL 0 | WARN 0 | SKIP 26 | PASS 315 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-c.R:15:3', 'test-c.R:20:3', 'test-detect.R:39:3', 'test-detect.R:47:3', 'test-detect.R:60:3', 'test-match.R:84:3', 'test-modifiers.R:4:3', 'test-modifiers.R:12:3', 'test-replace.R:25:3', 'test-replace.R:49:3', 'test-replace.R:91:3', 'test-split.R:36:3', 'test-split.R:45:3', 'test-split.R:63:3', 'test-split.R:82:3', 'test-subset.R:37:3', 'test-trunc.R:45:3', 'test-view.R:2:3', 'test-view.R:10:3', 'test-view.R:16:3', 'test-view.R:24:3', 'test-view.R:33:3', 'test-view.R:50:3', 'test-view.R:64:3', 'test-view.R:72:3' • On Windows (1): 'test-conv.R:2:3' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 315 ] > > proc.time() user system elapsed 5.65 0.39 6.03