Last updated on 2026-03-27 17:51:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.10.3 | 3.34 | 28.70 | 32.04 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.10.3 | 2.37 | 23.05 | 25.42 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.10.3 | 3.64 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.10.3 | 6.00 | 45.20 | 51.20 | ERROR | |
| r-devel-macos-arm64 | 0.10.3 | 1.00 | 21.00 | 22.00 | OK | |
| r-devel-windows-x86_64 | 0.10.3 | 5.00 | 52.00 | 57.00 | OK | |
| r-patched-linux-x86_64 | 0.10.3 | 3.34 | 25.37 | 28.71 | OK | |
| r-release-linux-x86_64 | 0.10.3 | 2.72 | 25.30 | 28.02 | OK | |
| r-release-macos-arm64 | 0.10.3 | OK | ||||
| r-release-macos-x86_64 | 0.10.3 | 2.00 | 30.00 | 32.00 | OK | |
| r-release-windows-x86_64 | 0.10.3 | 5.00 | 50.00 | 55.00 | OK | |
| r-oldrel-macos-arm64 | 0.10.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.10.3 | 2.00 | 27.00 | 29.00 | OK | |
| r-oldrel-windows-x86_64 | 0.10.3 | 7.00 | 56.00 | 63.00 | OK |
Version: 0.10.3
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.10.3
Check: examples
Result: ERROR
Running examples in ‘peermodels-Ex.R’ failed
The error most likely occurred in:
> ### Name: handshake
> ### Title: checks to see if a model is available on the cloud server
> ### Aliases: handshake
>
> ### ** Examples
>
> handshake("accept")
Error in `resp_body_json()`:
! Unexpected content type "text/html".
• Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. ├─peermodels::handshake("accept")
2. │ └─res %>% resp_body_json()
3. └─httr2::resp_body_json(.)
4. └─httr2::resp_check_content_type(...)
5. └─httr2:::check_content_type(...)
6. └─cli::cli_abort(...)
7. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc