Merge branch 'fix-ci' into develop

This commit is contained in:
Waldir Leoncio 2021-09-03 13:31:24 +02:00
commit 8206353dfe

View file

@ -78,8 +78,9 @@ jobs:
# Installing package dependencies ------------------------ # # Installing package dependencies ------------------------ #
- name: Installing package dependencies - name: Installing package dependencies
run: | run: |
remotes::install_cran(c("rcmdcheck", "BiocManager"))
BiocManager::install("Rsamtools")
remotes::install_deps(dependencies = TRUE) remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
shell: Rscript {0} shell: Rscript {0}
# Checking package --------------------------------------- # # Checking package --------------------------------------- #