Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Aug 10, 2024
1 parent 90af93c commit b51a520
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:

environment:
matrix:
- R_VERSION: 4.2.3
- R_VERSION: 4.4.0
R_ARCH: x64
BIOC_USE_DEVEL: FALSE
USE_RTOOLS: TRUE
Expand All @@ -24,12 +24,8 @@ branches:
- main

build_script:
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/Matrix_1.6-5.zip',type='source',repos=NULL)
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/nloptr_2.0.3.zip',type='source',repos=NULL)
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/RCurl_1.98-1.14.zip',type='source',repos=NULL)
- travis-tool.sh install_bioc_deps
- travis-tool.sh install_deps
- travis-tool.sh install_bioc GENESIS
- travis-tool.sh install_github xihaoli/STAAR

test_script:
Expand Down

0 comments on commit b51a520

Please sign in to comment.