muschellij2 / dcmtk

Wrapper for 'DICOM' Toolkit ('DCMTK')
2 stars 1 forks source link

dcmtk

R-CMD-check Travis-CI Build
Status AppVeyor Build
Status Coverage
Status

The goal of dcmtk is to wrap the ‘DICOM’ Toolkit (‘DCMTK’) https://dicom.offis.de/dcmtk.php.en.

Set of functions porting the Digital Imaging and Communications in Medicine (‘DICOM’) toolkit, a set of functions working with imaging data.

Installation

You can install the released version of dcmtk from CRAN with:

install.packages("dcmtk")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("muschellij2/dcmtk")