Skip to content

Commit 5a8ce7f

Browse files
committed
try appveyor.yml
1 parent 95280ef commit 5a8ce7f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ install:
1414

1515
environment:
1616
matrix:
17-
- R_VERSION: 3.5.0
17+
- R_VERSION: release
1818
R_ARCH: x64
1919

2020
build_script:
21+
- travis-tool.sh install_github Bioconductor/Rsamtools
22+
- travis-tool.sh install_github Bioconductor/VariantAnnotation
2123
- travis-tool.sh install_bioc_deps
2224
- travis-tool.sh install_github zhengxwen/gdsfmt
2325
- travis-tool.sh install_github zhengxwen/SNPRelate

inst/unitTests/test_utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818

19-
.test_colData <- function() {
19+
test_colData <- function() {
2020
## test with no sample annotation
2121
vcffile <- system.file("extdata", "ex2.vcf", package="VariantAnnotation")
2222
gdsfile <- tempfile()

0 commit comments

Comments
 (0)