Last updated on 2026-07-28 13:49:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 2.14 | 26.41 | 28.55 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 1.76 | 21.19 | 22.95 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 40.20 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 17.59 | OK | |||
| r-devel-windows-x86_64 | 0.7.0 | 3.00 | 43.00 | 46.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0 | 2.23 | 23.23 | 25.46 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 1.78 | 23.25 | 25.03 | OK | |
| r-release-macos-arm64 | 0.7.0 | 1.00 | 11.00 | 12.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 2.00 | 40.00 | 42.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 5.00 | 45.00 | 50.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.0 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 4.00 | 47.00 | 51.00 | OK |
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in ‘gptr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_response
> ### Title: Get Response from OpenAI Chat API
> ### Aliases: get_response
>
> ### ** Examples
>
> response1 = get_response(user_input = "How to calculate the bonforoni corrected p values?")
> response2 = get_response(user_input = paste0("Based on this data.frame in R: \n\n",
+ dataframe_to_text(mtcars),
+ "\n\n which variables are correlated?"))
> response3 = get_response(user_input = "What are redox reactions?",
+ system_specification = "You are a knowledgeable and helpful chemist \n
+ who will answer any questions in German")
Error: lexical error: invalid char in json text.
error code: 520
(right here) ------^
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc