R Under development (unstable) (2026-02-28 r89504 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aisdk) > > # Note: helper-env.R is automatically loaded by testthat from tests/testthat/ > # No need to manually source it here > > test_check("aisdk") [Permission Required] Tool: dangerous_tool Arguments: [] -- Header ---------------------------------------------------------------------- -- Header 1 -------------------------------------------------------------------- -- Header 2 -- * List item 1 * List item 2 ```r x <- 1 y <- 2 ``` Result text Line 1 Line 2 [ FAIL 0 | WARN 0 | SKIP 58 | PASS 950 ] ══ Skipped tests (58) ══════════════════════════════════════════════════════════ • Anthropic tests skipped: Set ANTHROPIC_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (2): 'test-provider-anthropic.R:53:3', 'test-provider-anthropic.R:73:3' • Bailian tests skipped: Set BAILIAN_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (2): 'test-provider-bailian.R:73:5', 'test-provider-bailian.R:92:5' • DeepSeek tests skipped: Set DEEPSEEK_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (3): 'test-provider-deepseek.R:62:5', 'test-provider-deepseek.R:82:5', 'test-provider-deepseek.R:107:5' • Gemini tests skipped: Set GEMINI_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (1): 'test-provider-gemini.R:108:5' • On CRAN (23): 'test-computer.R:13:3', 'test-computer.R:24:3', 'test-computer.R:34:3', 'test-computer.R:45:3', 'test-computer.R:62:3', 'test-computer.R:72:3', 'test-computer.R:88:3', 'test-computer.R:101:3', 'test-computer.R:112:3', 'test-computer.R:122:3', 'test-computer.R:132:3', 'test-computer.R:143:3', 'test-computer.R:156:3', 'test-computer.R:167:3', 'test-computer.R:180:3', 'test-computer.R:190:3', 'test-computer.R:247:3', 'test-computer.R:268:3', 'test-computer.R:278:3', 'test-computer.R:293:3', 'test-session.R:130:3', 'test-session.R:156:3', 'test-session.R:186:3' • OpenAI tests skipped: Set OPENAI_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (4): 'test-provider-openai.R:64:3', 'test-provider-openai.R:87:3', 'test-provider-openai.R:212:3', 'test-provider-openai.R:235:3' • OpenRouter tests skipped: Set OPENROUTER_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (2): 'test-provider-openrouter.R:74:5', 'test-provider-openrouter.R:93:5' • Stepfun tests skipped: Set STEPFUN_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (1): 'test-provider-stepfun.R:78:9' • Test fixtures not found (17): 'test-skill-registry.R:19:3', 'test-skill-registry.R:30:3', 'test-skill-registry.R:48:3', 'test-skill-registry.R:66:3', 'test-skill-registry.R:77:3', 'test-skill-registry.R:99:3', 'test-skill-registry.R:120:3', 'test-skill-registry.R:129:3', 'test-skill-registry.R:140:3', 'test-skill.R:12:3', 'test-skill.R:22:3', 'test-skill.R:64:3', 'test-skill.R:77:3', 'test-skill.R:101:3', 'test-skill.R:110:3', 'test-skill.R:119:3', 'test-skill.R:129:3' • Volcengine tests skipped: Set VOLCENGINE_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (2): 'test-provider-volcengine.R:81:5', 'test-provider-volcengine.R:102:5' • xAI tests skipped: Set XAI_API_KEY in project .Renviron or set ENABLE_API_TESTS=TRUE (1): 'test-provider-xai.R:79:9' [ FAIL 0 | WARN 0 | SKIP 58 | PASS 950 ] > > proc.time() user system elapsed 8.64 1.39 13.28