From dd8adc19f6b9fd6335914e8fd221fabdb9590755 Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Mon, 28 Apr 2025 08:39:25 -0400 Subject: [PATCH 1/2] Update to 2.5.0 release --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e9e3429..0c82f40 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ # Requires git and cmake # export SimpleITKGit=https://github.com/SimpleITK/SimpleITK -export SITKTAG=v2.4.1 +export SITKTAG=v2.5.0 export PKGBASED=$(pwd) echo ${PKGBASED} From b8bb148b7d8ef57ca45fa4804558480b8ab0e53a Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Mon, 28 Apr 2025 11:16:31 -0400 Subject: [PATCH 2/2] remotes has build in support to download from Github --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79a548d..cffb7d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: R --version - name: Install R packages run: | - R -e "install.packages(c('git2r', 'remotes'), lib=c('${R_LIBS}'), repo='https://cloud.r-project.org/')" + R -e "install.packages(c('remotes'), lib=c('${R_LIBS}'), repo='https://cloud.r-project.org/')" - name: Build and test run: | set -x