R Under development (unstable) (2026-01-06 r89281 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(SportMiner) > > test_check("SportMiner") list(query = "test query", count = 25, start = 0, view = "COMPLETE") $query [1] "test query" $count [1] 25 $start [1] 0 $view [1] "COMPLETE" Response [https://api.elsevier.com/content/search/scopus?query=test%20query&count=25&start=0&view=COMPLETE] Date: 2026-01-07 22:11 Status: 401 Content-Type: application/json Size: 100 B [1] "Error:" $`error-response` $`error-response`$`error-code` [1] "APIKEY_INVALID" $`error-response`$`error-message` [1] "The provided apiKey is invalid." [ FAIL 0 | WARN 0 | SKIP 5 | PASS 28 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-network.R:25:3', 'test-topic_modeling.R:51:3', 'test-visualization.R:2:3', 'test-visualization.R:22:3', 'test-visualization.R:42:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 28 ] > > proc.time() user system elapsed 3.34 0.45 4.00