Merge branch 'fix-ci' into develop
This commit is contained in:
commit
8206353dfe
1 changed files with 2 additions and 1 deletions
3
.github/workflows/r.yml
vendored
3
.github/workflows/r.yml
vendored
|
|
@ -78,8 +78,9 @@ jobs:
|
|||
# Installing package dependencies ------------------------ #
|
||||
- name: Installing package dependencies
|
||||
run: |
|
||||
remotes::install_cran(c("rcmdcheck", "BiocManager"))
|
||||
BiocManager::install("Rsamtools")
|
||||
remotes::install_deps(dependencies = TRUE)
|
||||
remotes::install_cran("rcmdcheck")
|
||||
shell: Rscript {0}
|
||||
|
||||
# Checking package --------------------------------------- #
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue