R Under development (unstable) (2026-02-23 r89469 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(videogameinsightsR) > > test_check("videogameinsightsR") [ FAIL 0 | WARN 15 | SKIP 11 | PASS 121 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • VGI_AUTH_TOKEN not set (8): 'test-api-responses.R:68:3', 'test-data-processing.R:77:3', 'test-game-comparison.R:5:3', 'test-game-comparison.R:20:3', 'test-game-comparison.R:32:3', 'test-game-comparison.R:57:3', 'test-game-comparison.R:216:3', 'test-game-comparison.R:232:3' • empty test (3): 'test-api-responses.R:4:1', 'test-data-processing.R:39:1', 'test-data-processing.R:61:1' [ FAIL 0 | WARN 15 | SKIP 11 | PASS 121 ] > > proc.time() user system elapsed 3.35 0.48 6.37