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: 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