Last updated on 2026-03-03 16:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 20.00 | 123.37 | 143.37 | OK | |
| r-devel-macos-arm64 | 0.1.0 | 3.00 | 27.00 | 30.00 | OK | |
| r-release-macos-arm64 | 0.1.0 | 2.00 | 26.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 8.00 | 105.00 | 113.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 2.00 | 30.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 7.00 | 78.00 | 85.00 | ERROR |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘orthanc-Ex.R’ failed
The error most likely occurred in:
> ### Name: find_and_filter_patients
> ### Title: Find and filter patients using predicate functions
> ### Aliases: find_and_filter_patients
>
> ### ** Examples
>
> client <- Orthanc$new("https://orthanc.uclouvain.be/demo")
>
> find_and_filter_patients(
+ client = client,
+ patient_filter = \(pt) pt$is_stable
+ )
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [orthanc.uclouvain.be]:
Resolving timed out after 10001 milliseconds
Backtrace:
▆
1. └─orthanc::find_and_filter_patients(client = client, patient_filter = function(pt) pt$is_stable)
2. ├─purrr::map(...)
3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
4. │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env)
5. └─client$get_patients()
6. └─self$GET("/patients", params = params)
7. └─private$request_perform(req)
8. └─httr2::req_perform(req)
9. └─httr2:::handle_resp(req, resp, error_call = error_call)
10. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-oldrel-macos-x86_64