R Under development (unstable) (2024-05-02 r86512 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(openalexR) Thank you for using openalexR! To acknowledge our work, please cite the package by calling `citation("openalexR")`. 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 32 | PASS 18 ] ══ Skipped tests (32) ══════════════════════════════════════════════════════════ • On CRAN (32): 'test-coro.R:3: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:62:3', 'test-oa_fetch.R:79:3', 'test-oa_fetch.R:99:3', 'test-oa_fetch.R:106:3', 'test-oa_fetch.R:125:3', 'test-oa_fetch.R:132:3', 'test-oa_fetch.R:154:3', 'test-oa_fetch.R:221:3', 'test-oa_fetch.R:285:3', 'test-oa_fetch.R:294:3', 'test-oa_fetch.R:308:3', 'test-oa_fetch.R:322:3', 'test-oa_fetch.R:331:3', 'test-oa_fetch.R:340:3', 'test-oa_fetch.R:349:3', 'test-oa_fetch.R:378:3', 'test-oa_fetch.R:395:3', 'test-oa_fetch.R:428:3', 'test-oa_ngrams.R:2: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' [ FAIL 0 | WARN 0 | SKIP 32 | PASS 18 ] > > proc.time() user system elapsed 1.71 0.40 2.10