https://github.com/jefferis/runu
R wrapper for the unu image processing tool
https://github.com/jefferis/runu
Last synced: 3 months ago
JSON representation
R wrapper for the unu image processing tool
- Host: GitHub
- URL: https://github.com/jefferis/runu
- Owner: jefferis
- Created: 2017-07-25T19:29:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T17:13:34.000Z (over 6 years ago)
- Last Synced: 2025-01-16T03:33:14.896Z (4 months ago)
- Language: R
- Homepage: http://jefferis.github.io/runu
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
[](https://travis-ci.org/jefferis/runu)
[](http://jefferis.github.io/runu/)
# runu
runu wraps the unu (the Utah Nrrd Utilities) command line tool in an R package.[unu](http://teem.sourceforge.net//unrrdu/index.html) is an image processing
tool that provides a rich suite of multi-dimensional
operations. It is targeted at the [NRRD](http://teem.sourceforge.net/nrrd/index.html)
(Nearly raw raster data) image format,
most commonlyused in biomedical imaging. unu is part of Gordon Kindlmann's
[teem](http://teem.sourceforge.net) toolset.## Installation
You can install runu from github with:
``` r
# install.packages("devtools")
devtools::install_github("jefferis/runu")
```