Last updated on 2025-07-17 17:50:30 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.62 | 59.01 | 65.63 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.4 | 145.72 | 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.81 | 73.88 | 84.69 | ERROR | |
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 | 15.00 | 100.00 | 115.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 | 15.00 | 117.00 | 132.00 | ERROR |
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/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
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/7s]
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-patched-linux-x86_64
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
Version: 0.3.4
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
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-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.