R Under development (unstable) (2025-10-31 r88977 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. > library(testthat) > library(stringr) > > test_check("stringr") [ FAIL 0 | WARN 0 | SKIP 40 | PASS 434 ] ══ Skipped tests (40) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-c.R:15:3', 'test-c.R:20:3', 'test-conv.R:9:3', 'test-detect.R:38:3', 'test-detect.R:46:3', 'test-detect.R:88:3', 'test-detect.R:92:3', 'test-detect.R:102:3', 'test-dup.R:29:3', 'test-equal.R:5:3', 'test-flatten.R:6:3', 'test-interp.R:55:3', 'test-interp.R:62:3', 'test-interp.R:66:3', 'test-match.R:82:3', 'test-match.R:100:3', 'test-modifiers.R:4:3', 'test-modifiers.R:12:3', 'test-modifiers.R:41:3', 'test-replace.R:25:3', 'test-replace.R:49:3', 'test-replace.R:89:3', 'test-replace.R:105:3', 'test-replace.R:124:3', 'test-split.R:42:3', 'test-split.R:51:3', 'test-split.R:70:3', 'test-split.R:89:3', 'test-sub.R:111:3', 'test-subset.R:37:3', 'test-trunc.R:46: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 40 | PASS 434 ] > > proc.time() user system elapsed 5.70 1.00 6.68