From 731fd934e73b3565717a06676dbec5f93a3f590c Mon Sep 17 00:00:00 2001 From: Tom Palmer Date: Mon, 20 Jan 2025 07:13:20 +0000 Subject: [PATCH 1/2] Update check-full.yaml --- .github/workflows/check-full.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-full.yaml b/.github/workflows/check-full.yaml index 1c44678f..c8dea762 100644 --- a/.github/workflows/check-full.yaml +++ b/.github/workflows/check-full.yaml @@ -35,6 +35,7 @@ jobs: - {os: ubuntu-latest, r: 'release'} - {os: ubuntu-latest, r: 'oldrel-1'} - {os: ubuntu-latest, r: '4.3.2'} + - {os: ubuntu-24.04-arm, r: 'release', rspm: 'no' } env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} @@ -50,7 +51,7 @@ jobs: with: r-version: ${{ matrix.config.r }} http-user-agent: ${{ matrix.config.http-user-agent }} - use-public-rspm: true + use-public-rspm: ${{ matrix.config.rspm || 'true' }} - uses: r-lib/actions/setup-r-dependencies@v2 with: From fe65413d25d7b3dfc67038391d434115040922c6 Mon Sep 17 00:00:00 2001 From: Tom Palmer Date: Mon, 20 Jan 2025 11:18:14 +0000 Subject: [PATCH 2/2] Add ProjectId New field in Rproj files since November or December 2024 --- TwoSampleMR.Rproj | 1 + 1 file changed, 1 insertion(+) diff --git a/TwoSampleMR.Rproj b/TwoSampleMR.Rproj index ff46899b..118b8cdc 100644 --- a/TwoSampleMR.Rproj +++ b/TwoSampleMR.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: d383bef4-4f42-4ddf-b7bd-5ce276e0bb41 RestoreWorkspace: Default SaveWorkspace: Default