We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 578c68f + fe65413 commit 7009a54Copy full SHA for 7009a54
.github/workflows/check-full.yaml
@@ -35,6 +35,7 @@ jobs:
35
- {os: ubuntu-latest, r: 'release'}
36
- {os: ubuntu-latest, r: 'oldrel-1'}
37
- {os: ubuntu-latest, r: '4.3.2'}
38
+ - {os: ubuntu-24.04-arm, r: 'release', rspm: 'no' }
39
40
env:
41
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -50,7 +51,7 @@ jobs:
50
51
with:
52
r-version: ${{ matrix.config.r }}
53
http-user-agent: ${{ matrix.config.http-user-agent }}
- use-public-rspm: true
54
+ use-public-rspm: ${{ matrix.config.rspm || 'true' }}
55
56
- uses: r-lib/actions/setup-r-dependencies@v2
57
TwoSampleMR.Rproj
@@ -1,4 +1,5 @@
1
Version: 1.0
2
+ProjectId: d383bef4-4f42-4ddf-b7bd-5ce276e0bb41
3
4
RestoreWorkspace: Default
5
SaveWorkspace: Default
0 commit comments