* using log directory ‘/data/gannet/ripley/R/packages/tests-clang/tidyllm.Rcheck’ * using R Under development (unstable) (2025-07-15 r88411) * using platform: x86_64-pc-linux-gnu * R was compiled by clang version 20.1.8 flang version 20.1.8 * running under: Fedora Linux 42 (Workstation Edition) * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘tidyllm/DESCRIPTION’ ... OK * this is package ‘tidyllm’ version ‘0.3.4’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘tidyllm’ can be installed ... [17s/70s] OK See 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-clang/tidyllm-00install.html' for details. * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [32s/90s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [10s/34s] ERROR Running ‘testthat.R’ [9s/32s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(tidyllm) Attaching package: 'tidyllm' The following object is masked from 'package:stats': embed > > test_check("tidyllm") [ FAIL 11 | WARN 0 | SKIP 0 | PASS 269 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_api_claude.R:15:3'): claude function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_claude.R:108:3'): send_claude_batch creates correct request format ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_deepseek.R:12:3'): deepseek function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_gemini.R:18:3'): gemini_chat function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_gemini.R:24:3'): gemini_chat function constructs a correct request and dry runs it ── grepl("/v1beta/models/gemini-2.0-flash:generateContent", dry_run$path) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test_api_groq.R:18:3'): groq function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_mistral.R:14:3'): mistral function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_ollama.R:14:3'): ollama function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_ollama.R:59:3'): ollama_embedding function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_openai.R:17:3'): openai function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' ── Failure ('test_api_perplexity.R:15:3'): perplexity function constructs a correct request and dry runs it ── Names of `dry_run` ('method', 'path', 'body', 'headers') don't match 'method', 'path', 'headers' [ FAIL 11 | WARN 0 | SKIP 0 | PASS 269 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [14s/41s] OK * checking PDF version of manual ... [12s/26s] OK * checking HTML version of manual ... [5s/14s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR