# runu runu wraps the unu (the Utah Nrrd Utilities) command line tool in an R package.

unu is an image processing tool that provides a rich suite of multi-dimensional operations. It is targeted at the NRRD (Nearly raw raster data) image format, most commonlyused in biomedical imaging. unu is part of Gordon Kindlmann’s teem toolset.

Installation

You can install runu from github with:

# install.packages("devtools")
devtools::install_github("jefferis/runu")