Explicitly installing GenomicRanges
This commit is contained in:
parent
0f004a13ba
commit
aec2049a33
1 changed files with 1 additions and 0 deletions
1
.github/workflows/r.yml
vendored
1
.github/workflows/r.yml
vendored
|
|
@ -75,6 +75,7 @@ jobs:
|
||||||
- name: Installing package dependencies
|
- name: Installing package dependencies
|
||||||
run: |
|
run: |
|
||||||
remotes::install_cran(c("rcmdcheck", "BiocManager"))
|
remotes::install_cran(c("rcmdcheck", "BiocManager"))
|
||||||
|
BiocManager::install("GenomicRanges")
|
||||||
BiocManager::install("Rsamtools")
|
BiocManager::install("Rsamtools")
|
||||||
remotes::install_deps(dependencies = TRUE)
|
remotes::install_deps(dependencies = TRUE)
|
||||||
shell: Rscript {0}
|
shell: Rscript {0}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue