R Under development (unstable) (2026-06-17 r90169 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.2 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() v Provider set to DeepSeek (deepseek-v4-pro) [ FAIL 0 | WARN 0 | SKIP 17 | PASS 125 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • No API key configured (17): 'test-llm.R:45:3', 'test-llm.R:54:3', 'test-llm.R:65:3', 'test-llm.R:80:3', 'test-llm.R:101:3', 'test-llm.R:119:3', 'test-llm.R:125:3', 'test-llm.R:137:3', 'test-llm.R:159:3', 'test-llm.R:183:3', 'test-llm.R:201:3', 'test-llm.R:222:3', 'test-llm.R:238:3', 'test-llm.R:254:3', 'test-llm.R:271:3', 'test-llm.R:292:3', 'test-llm.R:313:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 125 ] > > proc.time() user system elapsed 2.65 0.60 3.64