R version 4.6.0 beta (2026-04-12 r89874 ucrt) -- "Because it was There" 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(ClaudeAgentSDK) > > test_check("ClaudeAgentSDK") [ FAIL 0 | WARN 0 | SKIP 34 | PASS 587 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • Claude Code CLI not found (34): 'test-integration.R:31:3', 'test-integration.R:46:3', 'test-integration.R:54:3', 'test-integration.R:66:3', 'test-integration.R:81:3', 'test-integration.R:101:3', 'test-integration.R:120:3', 'test-integration.R:132:3', 'test-integration.R:147:3', 'test-integration.R:153:3', 'test-integration.R:163:3', 'test-integration.R:176:3', 'test-integration.R:187:3', 'test-integration.R:193:3', 'test-integration.R:202:3', 'test-integration.R:217:3', 'test-integration.R:232:3', 'test-integration.R:244:3', 'test-integration.R:264:3', 'test-integration.R:298:3', 'test-integration.R:323:3', 'test-integration.R:354:3', 'test-integration.R:377:3', 'test-integration.R:412:3', 'test-integration.R:445:3', 'test-integration.R:485:3', 'test-integration.R:525:3', 'test-query.R:6:3', 'test-query.R:23:3', 'test-query.R:40:3', 'test-query.R:51:3', 'test-query.R:68:3', 'test-query.R:82:3', 'test-query.R:101:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 587 ] > > proc.time() user system elapsed 8.09 2.28 15.07