Last updated on 2025-07-08 17:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.0 | 1.92 | 24.62 | 26.54 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.7.0 | 1.73 | 20.28 | 22.01 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.0 | 38.48 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 36.45 | OK | |||
r-devel-windows-x86_64 | 0.7.0 | 3.00 | 44.00 | 47.00 | OK | |
r-patched-linux-x86_64 | 0.7.0 | 2.33 | 22.33 | 24.66 | OK | |
r-release-linux-x86_64 | 0.7.0 | 2.12 | 22.17 | 24.29 | OK | |
r-release-macos-arm64 | 0.7.0 | 29.00 | OK | |||
r-release-macos-x86_64 | 0.7.0 | 31.00 | OK | |||
r-release-windows-x86_64 | 0.7.0 | 3.00 | 45.00 | 48.00 | OK | |
r-oldrel-macos-arm64 | 0.7.0 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.0 | 33.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.0 | 3.00 | 47.00 | 50.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?"))
Error: lexical error: invalid char in json text.
error code: 502
(right here) ------^
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang