Package: orthanc Title: Programmatic Interface to 'Orthanc' DICOM Servers Version: 0.3.0.9000 Authors@R: person("Matthew T.", "Warkentin", , "matthew.warkentin@ucalgary.ca", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8730-3511")) Description: An R Interface to 'Orthanc' DICOM servers for medical imaging workflows. 'Orthanc' is a lightweight, open-source DICOM server that exposes a comprehensive REST API for managing, querying, retrieving, and modifying DICOM resources (). The goal of this package is to provide comprehensive and user-friendly access to the 'Orthanc' REST API, designed to align with idiomatic R workflows while preserving the structure and semantics of DICOM resources. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3.9000 Depends: R (>= 4.1.0) Imports: carrier (>= 0.3.0), clock, digest, glue, fs, httr2, jsonlite, mirai (>= 2.5.1), prettyunits, purrr (>= 1.1.0), R6, rlang Suggests: png, jpeg URL: https://github.com/mattwarkentin/orthanc, https://mattwarkentin.github.io/orthanc/ BugReports: https://github.com/mattwarkentin/orthanc/issues Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://mattwarkentin.r-universe.dev Date/Publication: 2026-07-02 03:03:13 UTC RemoteUrl: https://github.com/mattwarkentin/orthanc RemoteRef: HEAD RemoteSha: e42675460575a4bac4e8446f38aa7efdc5c2db28 NeedsCompilation: no Packaged: 2026-07-02 06:47:43 UTC; root Author: Matthew T. Warkentin [aut, cre, cph] (ORCID: ) Maintainer: Matthew T. Warkentin