R Under development (unstable) (2026-06-11 r90134 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(agenticr) AgenticR v0.3.0 Type 'agentic_setup()' to configure your API key. Type 'agentic()' to start AI-assisted R session. Type 'agentic_providers()' to see supported providers. > > test_check("agenticr") → print(42) → mean(1:10) → x <- 1:5 → a <- 1 b <- 2 a + b → nonexistent_function() [ FAIL 0 | WARN 0 | SKIP 17 | PASS 125 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • No API key configured (17): 'test-llm.R:35:3', 'test-llm.R:44:3', 'test-llm.R:55:3', 'test-llm.R:70:3', 'test-llm.R:91:3', 'test-llm.R:107:3', 'test-llm.R:113:3', 'test-llm.R:125:3', 'test-llm.R:143:3', 'test-llm.R:165:3', 'test-llm.R:185:3', 'test-llm.R:208:3', 'test-llm.R:224:3', 'test-llm.R:240:3', 'test-llm.R:257:3', 'test-llm.R:278:3', 'test-llm.R:299:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 125 ] > > proc.time() user system elapsed 2.65 0.45 3.45