Skip to content

Commit

Permalink
using github ieugwasr while CRAN update pending
Browse files Browse the repository at this point in the history
  • Loading branch information
explodecomputer committed Apr 21, 2024
1 parent 2c60f4d commit 5f73129
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
OPENGWAS_X_TEST_MODE_KEY: ${{ secrets.OPENGWAS_X_TEST_MODE_KEY }}

steps:
- uses: actions/checkout@v4
Expand All @@ -51,6 +52,11 @@ jobs:
car=?ignore-before-r=4.1.0,
needs: check

- name: Create and populate .Renviron file
run: |
echo OPENGWAS_X_TEST_MODE_KEY="$OPENGWAS_X_TEST_MODE_KEY" >> ~/.Renviron
shell: bash

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Suggests:
VignetteBuilder:
knitr
Remotes:
MRCIEU/ieugwasr,
gqi/MRMix,
mrcieu/MRInstruments,
MRPRESSO=rondolab/MR-PRESSO,
Expand Down

0 comments on commit 5f73129

Please sign in to comment.