- using R Under development (unstable) (2025-07-13 r88407)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-19) 14.2.0
GNU Fortran (Debian 14.2.0-19) 14.2.0
- running under: Debian GNU/Linux 13 (trixie)
- using session charset: UTF-8
- checking for file ‘tidyllm/DESCRIPTION’ ... OK
- this is package ‘tidyllm’ version ‘0.3.4’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- 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 ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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 ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/2s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/1s] 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 ... [11s/15s] OK
- checking Rd files ... [1s/1s] 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 ... [1s/2s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [4s/5s] ERROR
Running ‘testthat.R’ [4s/5s]
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 ... [7s/10s] OK
- checking PDF version of manual ... [6s/8s] OK
- checking HTML version of manual ... [2s/4s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR