Last updated on 2026-04-24 13:48:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.6 | 6.86 | 81.87 | 88.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.6 | 4.11 | 59.37 | 63.48 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.6 | 11.00 | 117.24 | 128.24 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.6 | 10.00 | 112.51 | 122.51 | OK | |
| r-patched-linux-x86_64 | 1.0.6 | 6.24 | 73.56 | 79.80 | OK | |
| r-release-linux-x86_64 | 1.0.6 | 4.96 | 68.86 | 73.82 | OK | |
| r-release-macos-arm64 | 1.0.6 | OK | ||||
| r-release-macos-x86_64 | 1.0.6 | 4.00 | 218.00 | 222.00 | ERROR | |
| r-release-windows-x86_64 | 1.0.6 | 8.00 | 258.00 | 266.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.6 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.6 | 5.00 | 259.00 | 264.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.6 | 8.00 | 251.00 | 259.00 | OK |
Version: 1.0.6
Check: examples
Result: ERROR
Running examples in ‘rdracor-Ex.R’ failed
The error most likely occurred in:
> ### Name: dracor_api
> ### Title: Send a GET request to DraCor API and parse the results
> ### Aliases: dracor_api
>
> ### ** Examples
>
> dracor_api("https://dracor.org/api/v1/info", expected_type = "application/json")
Problem with server occured:
improper data returned:
Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [dracor.org]:
Connection timed out after 10002 milliseconds
Error in if (resp$status_code == 404) { : argument is of length zero
Calls: dracor_api -> dracor_error
Execution halted
Flavor: r-release-macos-x86_64