From 9f7ba06ebf97f8f9c76e83891bada4b7a0059746 Mon Sep 17 00:00:00 2001 From: Lextuga007 Date: Thu, 18 Apr 2024 12:53:26 +0100 Subject: [PATCH] Explicit on R version in gh-action and version in DESCRIPTION --- .github/workflows/quarto-publish.yml | 2 ++ DESCRIPTION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 4245419..e699ca1 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -32,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: r-lib/actions/setup-r@v2 + with: + r-version: '4.3.3' - uses: r-lib/actions/setup-r-dependencies@v2 - name: Build site diff --git a/DESCRIPTION b/DESCRIPTION index b15f926..14c71ae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Imports: rmarkdown, tidyverse Depends: - R (>= 2.10) + R (>= 4.3.3) Encoding: UTF-8 Remotes: nhs-r-community/NHSRpopulation, nhs-r-community/NHSRpostcodetools