An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SimpleITKRInstaller

![Build Status](https://github.com/SimpleITK/SimpleITKRInstaller/actions/workflows/main.yml/badge.svg)

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.