From 9f904ccc8502f1a2a0d5dd5fbdb376b591514c94 Mon Sep 17 00:00:00 2001 From: Rich Bielby Date: Wed, 7 Feb 2024 12:47:45 +0000 Subject: [PATCH] Setting actions to use R 4.2.1 as that's more stable with packages like terra --- .github/workflows/shiny-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shiny-tests.yaml b/.github/workflows/shiny-tests.yaml index 9a81d93..edcaaaa 100644 --- a/.github/workflows/shiny-tests.yaml +++ b/.github/workflows/shiny-tests.yaml @@ -29,6 +29,7 @@ jobs: - uses: r-lib/actions/setup-r@v2 with: + r-version: 4.2.1 use-public-rspm: true - name: Cache R packages