Skip to content

Commit 35010c2

Browse files
committed
Update appveyor.yml
1 parent e24db3e commit 35010c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ environment:
1616
- 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)
2629
- travis-tool.sh install_bioc_deps
2730
- travis-tool.sh install_deps
2831
- travis-tool.sh install_bioc GENESIS

0 commit comments

Comments
 (0)