knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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")


muschellij2/dcmtk documentation built on March 17, 2021, 9:11 p.m.