Skip to content

Commit

Permalink
Update GitHub workflow for R 4.0.0 and latest {BH}
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-Kent committed Jun 1, 2021
1 parent 36a8f21 commit 26d4ebf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
matrix:
config:
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: '3.6.3'}
- {os: windows-latest, r: '4.0.0'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: '3.6.3'}
- {os: macOS-latest, r: '4.0.0'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -41,7 +41,6 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_version('BH', '1.72.0-3') # BH 1.75 won't build on Windows R 3.6
remotes::install_github("akoyabio/phenoptr", ref="${{github.ref}}", upgrade="never")
remotes::install_deps(dependencies = TRUE, type='binary', upgrade="never")
shell: Rscript {0}
Expand Down

0 comments on commit 26d4ebf

Please sign in to comment.