Skip to content

Commit e38ffa7

Browse files
committed
Update appveyor.yml
1 parent 650e987 commit e38ffa7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,24 @@ install:
1313

1414
environment:
1515
matrix:
16-
- R_VERSION: 4.4.1
16+
- R_VERSION: 4.2.3
1717
R_ARCH: x64
1818
BIOC_USE_DEVEL: FALSE
19+
USE_RTOOLS: TRUE
1920
PKGTYPE: binary
2021

2122
branches:
2223
only:
2324
- main
2425

2526
build_script:
27+
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/Matrix_1.6-5.zip',type='source',repos=NULL)
28+
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/nloptr_2.0.3.zip',type='source',repos=NULL)
29+
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/RCurl_1.98-1.14.zip',type='source',repos=NULL)
30+
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/bitops_1.0.7.zip',type='source',repos=NULL)
2631
- travis-tool.sh install_bioc_deps
2732
- travis-tool.sh install_deps
33+
- travis-tool.sh install_bioc GENESIS
2834
- travis-tool.sh install_github xihaoli/STAAR
2935

3036
test_script:

0 commit comments

Comments
 (0)