Package ITKR details
ITK in R
Make the state of the art image processing library, ITK, available within R. Provide developer access to the ITK framework from within R and, ultimately, support reproducible statistical analyses of medical images via interfacing with other packages.
Maintainer: Brian B. Avants < stnava at gmail.com >
From within R, enter citation('ITKR')
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://neuroconductor.org/neurocLite.R")
# Default Install
neuro_install('ITKR')
# from GitHub
neuro_install('ITKR', release = "stable", release_repo = "github")
neuro_install('ITKR', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | October 11 2018 2:21PM |
Last updated on | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/stnava/ITKR GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/ITKR GitHub |
System requirements | cmake, git, clang, GNU make |
Imports | Rcpp |
LinkingTo | Rcpp |
Reverse Imports | ANTsRCore (0.5.0) |