https://github.com/simpleitk/simpleitkrinstaller
Remotes based SimpleITK R installer.
https://github.com/simpleitk/simpleitkrinstaller
Last synced: 9 months ago
JSON representation
Remotes based SimpleITK R installer.
- Host: GitHub
- URL: https://github.com/simpleitk/simpleitkrinstaller
- Owner: SimpleITK
- Created: 2016-06-24T19:54:39.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T20:43:28.000Z (11 months ago)
- Last Synced: 2025-04-28T21:44:03.216Z (11 months ago)
- Language: R
- Homepage:
- Size: 43.9 KB
- Stars: 9
- Watchers: 7
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleITKRInstaller

A [remotes](https://github.com/r-lib/remotes) based installer for SimpleITK in [R](https://www.r-project.org/).
```R
remotes::install_github("SimpleITK/SimpleITKRInstaller")
```
or, turn on mutlicore compilation using
```R
remotes::install_github("SimpleITK/SimpleITKRInstaller", configure.vars=c("MAKEJ=6"))
```
Requires _cmake_ and _git_ in the path.
Tested on Linux and Mac.
# How to Cite
If you find the R version of SimpleITK useful in your research,
support our efforts by citing it as:
R. Beare, B. C. Lowekamp, Z. Yaniv, "Image Segmentation, Registration and Characterization in R with SimpleITK", *J Stat Softw*, 86(8), https://doi.org/10.18637/jss.v086.i08, 2018.