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.
1 parent 93ac65d commit a9b9aabCopy full SHA for a9b9aab
.github/workflows/pkgdown.yaml
@@ -32,11 +32,10 @@ jobs:
32
with:
33
use-public-rspm: true
34
35
- - name: Enable Bioconductor repositories
+ - name: Enable EnhancedVolcano
36
run: |
37
- install.packages("BiocManager")
38
- options(repos = BiocManager::repositories())
39
- BiocManager::install("EnhancedVolcano", ask = FALSE)
+ install.packages("remotes")
+ remotes::install_github('kevinblighe/EnhancedVolcano')
40
shell: Rscript {0}
41
42
- uses: r-lib/actions/setup-r-dependencies@v2
0 commit comments