Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Nov 18, 2023
1 parent c7c2677 commit 095f040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -16,9 +16,9 @@ jobs:
run: |
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
shell: Rscript {0}
- name: Install GENESIS
- name: Install GENESIS, GenomicFeatures
run: |
BiocManager::install("GENESIS")
BiocManager::install(c("GENESIS", "GenomicFeatures"))
shell: Rscript {0}
- name: Install dependencies
run: |
Expand Down

0 comments on commit 095f040

Please sign in to comment.