R Under development (unstable) (2024-07-10 r86888 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:64:3', 'test-oa_fetch.R:81:3', 'test-oa_fetch.R:101:3', 'test-oa_fetch.R:108:3', 'test-oa_fetch.R:127:3', 'test-oa_fetch.R:134:3', 'test-oa_fetch.R:156:3', 'test-oa_fetch.R:223:3', 'test-oa_fetch.R:287:3', 'test-oa_fetch.R:296:3', 'test-oa_fetch.R:312:3', 'test-oa_fetch.R:326:3', 'test-oa_fetch.R:335:3', 'test-oa_fetch.R:344:3', 'test-oa_fetch.R:353:3', 'test-oa_fetch.R:382:3', 'test-oa_fetch.R:399:3', 'test-oa_fetch.R:432: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.96 0.40 2.34