Skip to content

Commit

Permalink
Trying to get the github CI to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Jun 14, 2024
1 parent 2dbb148 commit 6cafb07
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
install.packages(c("RSQLite","locuszoomr","pgenlibr","Rfast"))
install.packages(c("knitr","rmarkdown","testthat","BiocManager"))
install.packages(c("crayon","rcmdcheck"))
BiocManager::install("ensembldb")
BiocManager::install("AnnotationFilter")
BiocManager::install("EnsDb.Hsapiens.v86")
BiocManager::install("GenomeInfoDbData",ask = FALSE,type = "binary")
BiocManager::install("GenomeInfoDb",ask = FALSE,type = "binary")
BiocManager::install("AnnotationDbi",ask = FALSE,type = "binary")
BiocManager::install("ensembldb",ask = FALSE,type = "binary")
BiocManager::install("AnnotationFilter",ask = FALSE,type = "binary")
BiocManager::install("EnsDb.Hsapiens.v86",ask = FALSE,type = "binary")
shell: Rscript {0}
- name: Check
run: |
Expand Down

0 comments on commit 6cafb07

Please sign in to comment.