R Under development (unstable) (2024-03-10 r86088 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. > library(testthat) > library(tidyselect) Attaching package: 'tidyselect' The following object is masked from 'package:testthat': matches > > test_check("tidyselect") [ FAIL 0 | WARN 0 | SKIP 47 | PASS 528 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test-eval-bool.R:39:3', 'test-eval-c.R:62:3', 'test-eval-relocate.R:120:3', 'test-eval-relocate.R:131:3', 'test-eval-relocate.R:146:3', 'test-eval-relocate.R:168:3', 'test-eval-relocate.R:179:3', 'test-eval-relocate.R:189:3', 'test-eval-rename.R:76:3', 'test-eval-rename.R:89:3', 'test-eval-select.R:56:3', 'test-eval-select.R:90:3', 'test-eval-select.R:101:3', 'test-eval-select.R:110:3', 'test-eval-select.R:114:3', 'test-eval-select.R:129:3', 'test-eval-select.R:136:3', 'test-eval-walk.R:92:3', 'test-eval-walk.R:115:3', 'test-eval-walk.R:126:3', 'test-eval-walk.R:167:3', 'test-eval-walk.R:225:3', 'test-eval-walk.R:243:3', 'test-eval-walk.R:305:3', 'test-eval-walk.R:325:3', 'test-helpers-misc.R:8:3', 'test-helpers-pattern.R:178:3', 'test-helpers-vector.R:2:3', 'test-helpers-vector.R:41:3', 'test-helpers-vector.R:54:3', 'test-helpers-vector.R:60:3', 'test-helpers-vector.R:67:3', 'test-helpers-where.R:7:3', 'test-helpers.R:3:3', 'test-lifecycle-deprecated.R:166:3', 'test-lifecycle-deprecated.R:242:3', 'test-lifecycle-deprecated.R:300:3', 'test-lifecycle-deprecated.R:377:3', 'test-lifecycle-deprecated.R:403:3', 'test-lifecycle-deprecated.R:449:3', 'test-proxy.R:17:3', 'test-vars-pull.R:48:3', 'test-vars-pull.R:67:3', 'test-vars-pull.R:102:3', 'test-vars-pull.R:110:3', 'test-vars-pull.R:123:3', 'test-vars.R:65:3' [ FAIL 0 | WARN 0 | SKIP 47 | PASS 528 ] > > proc.time() user system elapsed 20.76 1.60 22.40