R Under development (unstable) (2024-12-19 r87451 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(ellmer) > > test_check("ellmer") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 74 | PASS 99 ] ══ Skipped tests (74) ══════════════════════════════════════════════════════════ • ANTHROPIC_API_KEY env var is not configured (7): 'test-provider-claude.R:2:3', 'test-provider-claude.R:9:3', 'test-provider-claude.R:17:3', 'test-provider-claude.R:23:3', 'test-provider-claude.R:30:3', 'test-provider-claude.R:44:3', 'test-provider-claude.R:50:3' • AZURE_OPENAI_API_KEY env var is not configured (1): 'test-provider-azure.R:2:3' • DATABRICKS_HOST env var is not configured (4): 'test-provider-databricks.R:2:3', 'test-provider-databricks.R:13:3', 'test-provider-databricks.R:33:3', 'test-provider-databricks.R:50:3' • Failed to locate AWS credentails (7): 'test-provider-bedrock.R:2:3', 'test-provider-bedrock.R:9:3', 'test-provider-bedrock.R:17:3', 'test-provider-bedrock.R:23:3', 'test-provider-bedrock.R:30:3', 'test-provider-bedrock.R:39:3', 'test-provider-bedrock.R:45:3' • GOOGLE_API_KEY env var is not configured (7): 'test-provider-gemini.R:4:3', 'test-provider-gemini.R:11:3', 'test-provider-gemini.R:19:3', 'test-provider-gemini.R:25:3', 'test-provider-gemini.R:33:3', 'test-provider-gemini.R:42:3', 'test-provider-gemini.R:48:3' • GROQ_API_KEY env var is not configured (3): 'test-provider-groq.R:5:3', 'test-provider-groq.R:9:15', 'test-provider-groq.R:16:15' • OPENAI_API_KEY env var is not configured (22): 'test-chat.R:2:3', 'test-chat.R:25:3', 'test-chat.R:33:3', 'test-chat.R:42:3', 'test-chat.R:51:3', 'test-chat.R:59:3', 'test-chat.R:70:3', 'test-chat.R:84:3', 'test-chat.R:102:3', 'test-chat.R:110:3', 'test-chat.R:116:3', 'test-chat.R:127:3', 'test-chat.R:137:3', 'test-content.R:2:3', 'test-provider-openai.R:4:3', 'test-provider-openai.R:11:3', 'test-provider-openai.R:19:3', 'test-provider-openai.R:23:15', 'test-provider-openai.R:30:15', 'test-provider-openai.R:39:15', 'test-provider-openai.R:45:15', 'test-provider-openai.R:54:3' • On CRAN (17): 'test-content-image.R:14:3', 'test-content-image.R:44:3', 'test-content-image.R:62:3', 'test-content.R:36:3', 'test-interpolate.R:2:3', 'test-provider-cortex.R:39:3', 'test-provider-cortex.R:125:3', 'test-provider-databricks.R:26:3', 'test-provider-databricks.R:79:5', 'test-provider-openai.R:69:3', 'test-tokens.R:3:3', 'test-tools-def-auto.R:43:3', 'test-tools-def-auto.R:50:3', 'test-turns.R:26:3', 'test-utils-S7.R:9:3', 'test-utils-cat.R:71:9', 'test-utils.R:11:3' • SNOWFLAKE_ACCOUNT is not configured (1): 'test-provider-cortex.R:133:3' • VLLM_API_KEY env var is not configured (3): 'test-provider-vllm.R:4:3', 'test-provider-vllm.R:11:3', 'test-provider-vllm.R:21:3' • empty test (2): 'test-provider-databricks.R:36:1', 'test-provider-databricks.R:53:1' [ FAIL 0 | WARN 0 | SKIP 74 | PASS 99 ] > > proc.time() user system elapsed 2.07 0.34 17.51