- Install R on your machine.
- Install the Jupyter environment.
- Install the R kernel for Jupyter.
- Install the following R packages, at the R prompt: install.packages(c("rPython", "scatterplot3d", "tidyr", "ggplot2", "xtable", "purrr")).
A devtools based installer is available on github. It requires that you have the CMake tool and the git version control system installed on your machine.
The manual approach to compiling and installing SimpleITK with the R wrapping turned on is described here.
The data can be automatically downloaded to the "Data" directory when you execute the notebooks.
Alternatively, to download all the data before hand:
cd SimpleITK-Notebooks
./downloaddata.py Data/ Data/manifest.json
In some situations, such as a tutorial session, you may not have internet access. This requires that you:
- Download the data in advance - see above.
Static views of all pages are available on the html site of this repository.