The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package orthanc

Last updated on 2026-04-22 05:53:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 12.80 79.91 92.71 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 8.23 55.67 63.90 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 22.00 114.38 136.38 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 21.00 111.35 132.35 OK
r-devel-macos-arm64 0.2.0 3.00 30.00 33.00 ERROR
r-devel-windows-x86_64 0.2.0 15.00 112.00 127.00 OK
r-patched-linux-x86_64 0.2.0 18.91 72.23 91.14 OK
r-release-linux-x86_64 0.2.0 10.76 58.56 69.32 OK
r-release-macos-arm64 0.2.0 OK
r-release-macos-x86_64 0.2.0 9.00 63.00 72.00 OK
r-release-windows-x86_64 0.2.0 14.00 95.00 109.00 OK
r-oldrel-macos-arm64 0.2.0 3.00 34.00 37.00 OK
r-oldrel-macos-x86_64 0.2.0 9.00 77.00 86.00 OK
r-oldrel-windows-x86_64 0.2.0 20.00 116.00 136.00 OK

Check Details

Version: 0.2.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 10002 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-devel-macos-arm64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.