diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index af97a33..3f112ec 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -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 --------------------------------------- #