R version 4.5.0 RC (2025-04-03 r88103 ucrt) -- "How About a Twenty-Six" 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(openalexR) openalexR v2.0.0 introduces breaking changes. See NEWS.md for details. To suppress this message, add `openalexR.message = suppressed` to your .Renviron file. > > test_check("openalexR") Identifier is missing, please specify filter or search argument. [ FAIL 0 | WARN 0 | SKIP 34 | PASS 23 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (33): 'test-coro.R:3:3', 'test-coverage.R:2:3', 'test-oa2bibliometrix.R:2:3', 'test-oa2df.R:2:3', 'test-oa_fetch.R:2:3', 'test-oa_fetch.R:14:3', 'test-oa_fetch.R:25:3', 'test-oa_fetch.R:36:3', 'test-oa_fetch.R:68:3', 'test-oa_fetch.R:85:3', 'test-oa_fetch.R:105:3', 'test-oa_fetch.R:112:3', 'test-oa_fetch.R:131:3', 'test-oa_fetch.R:138:3', 'test-oa_fetch.R:160:3', 'test-oa_fetch.R:227:3', 'test-oa_fetch.R:291:3', 'test-oa_fetch.R:300:3', 'test-oa_fetch.R:316:3', 'test-oa_fetch.R:330:3', 'test-oa_fetch.R:339:3', 'test-oa_fetch.R:348:3', 'test-oa_fetch.R:357:3', 'test-oa_fetch.R:386:3', 'test-oa_fetch.R:403:3', 'test-oa_fetch.R:435:3', 'test-oa_fetch.R:457:3', 'test-oa_snowball.R:2:3', 'test-oa_snowball.R:30:3', 'test-oa_snowball.R:40:3', 'test-oa_snowball.R:57:3', 'test-simplify.R:2:3', 'test-simplify.R:13:3' • Skipping (1): 'test-oa_ngrams.R:2:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 23 ] > > proc.time() user system elapsed 2.04 0.32 3.75