Last updated on 2025-07-15 23:51:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.4 | 10.12 | 81.84 | 91.96 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.4 | 6.27 | 58.79 | 65.06 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.4 | 134.14 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.4 | 148.69 | ERROR | |||
r-devel-windows-x86_64 | 0.3.4 | 11.00 | 97.00 | 108.00 | OK | |
r-patched-linux-x86_64 | 0.3.4 | 10.14 | 73.15 | 83.29 | OK | |
r-release-linux-x86_64 | 0.3.4 | 8.38 | 73.26 | 81.64 | OK | |
r-release-macos-arm64 | 0.3.4 | 57.00 | OK | |||
r-release-macos-x86_64 | 0.3.4 | 84.00 | OK | |||
r-release-windows-x86_64 | 0.3.4 | 11.00 | 98.00 | 109.00 | ERROR | |
r-oldrel-macos-arm64 | 0.3.4 | 51.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.4 | 89.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.4 | 16.00 | 117.00 | 133.00 | OK |
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.4
Check: tests
Result: 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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/13s]
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
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/19s]
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
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.3.4
Check: tests
Result: ERROR
Running 'testthat.R' [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
Flavor: r-release-windows-x86_64