Skip to content

Commit b51a520

Browse files
committed
Update appveyor.yml
1 parent 90af93c commit b51a520

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

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

1414
environment:
1515
matrix:
16-
- R_VERSION: 4.2.3
16+
- R_VERSION: 4.4.0
1717
R_ARCH: x64
1818
BIOC_USE_DEVEL: FALSE
1919
USE_RTOOLS: TRUE
@@ -24,12 +24,8 @@ branches:
2424
- main
2525

2626
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)
3027
- travis-tool.sh install_bioc_deps
3128
- travis-tool.sh install_deps
32-
- travis-tool.sh install_bioc GENESIS
3329
- travis-tool.sh install_github xihaoli/STAAR
3430

3531
test_script:

0 commit comments

Comments
 (0)