Skip to content

SimpleITK v2.5.5 R Package Release

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 02:13
2934ee5

Please review and test the packages before publishing this release. Then remove this line and make it public.

Detailed release notes are available on the main SimpleITK repository.

To install SimpleITK we use a Foyer helper package that downloads the appropriate binary from the GitHub release assets. This is a two step process:

# install the SimpleITK foyer package
install.packages(
  "SimpleITK.foyer",
  repos = c("https://zivy.github.io/sitk_r_installer_dev/"),
  type = "source"
)

# Use foyer to install SimpleITK
library(SimpleITK.foyer)
install_simpleitk()

Now you can load the SimpleITK library as usual:

library(SimpleITK)

If for some reason you decided to download the package artifact from this release page, before you install the package you will need to first unzip the file. Then rename it to SimpleITK_<version>.zip (windows), SimpleITK_<version>.tgz (macOS), or SimpleITK_<version>.tar.gz (Linux) to match the expected file name format.