Last updated on 2026-04-28 10:51:50 CEST.
| Package | ERROR | OK |
|---|---|---|
| dpdr | 1 | 12 |
| openmpp | 13 | |
| orthanc | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘dpdr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dpd_active_ingredient
> ### Title: Active Ingredient
> ### Aliases: dpd_active_ingredient
>
> ### ** Examples
>
> dpd_active_ingredient(id = 48905)
Error in `httr2::req_perform()`:
! HTTP 500 Internal Server Error.
Backtrace:
▆
1. ├─dpdr::dpd_active_ingredient(id = 48905)
2. │ ├─base::withVisible(eval(mc, parent.frame()))
3. │ └─base::eval(mc, parent.frame())
4. │ └─base::eval(mc, parent.frame())
5. └─dpdr (local) `<fn>`(id = 48905)
6. └─httr2::req_perform(req)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
9. ├─rlang::catch_cnd(...)
10. │ ├─rlang::eval_bare(...)
11. │ ├─base::tryCatch(...)
12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
15. │ └─base::force(expr)
16. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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-release-macos-arm64