R Under development (unstable) (2026-06-01 r90092 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(aisdk) > library(aisdk.providers) > > test_check("aisdk.providers") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 214 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • API tests disabled: set ENABLE_API_TESTS=TRUE to run live API tests. (14): 'test-provider-aihubmix.R:304:5', 'test-provider-bailian.R:73:5', 'test-provider-bailian.R:92:5', 'test-provider-deepseek.R:378:5', 'test-provider-deepseek.R:398:5', 'test-provider-deepseek.R:423:5', 'test-provider-moonshot.R:157:3', 'test-provider-moonshot.R:175:3', 'test-provider-openrouter.R:83:5', 'test-provider-openrouter.R:102:5', 'test-provider-stepfun.R:87:9', 'test-provider-volcengine.R:166:5', 'test-provider-volcengine.R:187:5', 'test-provider-xai.R:88:9' • On CRAN (4): 'test-provider-stepfun.R:113:5', 'test-provider-volcengine.R:86:5', 'test-provider-volcengine.R:116:5', 'test-provider-xai.R:114:5' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 214 ] > > proc.time() user system elapsed 4.35 0.76 5.43