Skip to content

Commit a9b9aab

Browse files
committed
updating github job workflow
1 parent 93ac65d commit a9b9aab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
with:
3333
use-public-rspm: true
3434

35-
- name: Enable Bioconductor repositories
35+
- name: Enable EnhancedVolcano
3636
run: |
37-
install.packages("BiocManager")
38-
options(repos = BiocManager::repositories())
39-
BiocManager::install("EnhancedVolcano", ask = FALSE)
37+
install.packages("remotes")
38+
remotes::install_github('kevinblighe/EnhancedVolcano')
4039
shell: Rscript {0}
4140

4241
- uses: r-lib/actions/setup-r-dependencies@v2

0 commit comments

Comments
 (0)