Skip to content

Commit

Permalink
Merge branch 'multigroup_test' of github.com:xinhe-lab/ctwas into mul…
Browse files Browse the repository at this point in the history
…tigroup_test
  • Loading branch information
kevinlkx committed Jun 18, 2024
2 parents 3e64bbf + 7703155 commit 7ca7348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ environment:
# the package.
build_script:
- R -e install.packages(c('logging','mixsqp','rlang','magrittr','tibble','dplyr','ggplot2','cowplot','ggrepel','readr','data.table','RSQLite','locuszoomr','pgenlibr','Rfast','knitr','rmarkdown','testthat','BiocManager','crayon','rcmdcheck'),head(.libPaths(),1),'http://cran.wustl.edu')
- R -e BiocManager::install('enomeInfoDb',ask = FALSE)
- R -e BiocManager::install("ensembldb",ask = FALSE)
- R -e BiocManager::install("AnnotationFilter",ask = FALSE)
- R -e BiocManager::install("EnsDb.Hsapiens.v86",ask = FALSE)
- R -e BiocManager::install('GenomeInfoDb',ask=FALSE)
- R -e BiocManager::install('ensembldb',ask=FALSE)
- R -e BiocManager::install('AnnotationFilter',ask=FALSE)
- R -e BiocManager::install('EnsDb.Hsapiens.v86',ask=FALSE)

test_script:
- travis-tool.sh run_tests
Expand Down

0 comments on commit 7ca7348

Please sign in to comment.