We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95280ef commit 5a8ce7fCopy full SHA for 5a8ce7f
appveyor.yml
@@ -14,10 +14,12 @@ install:
14
15
environment:
16
matrix:
17
- - R_VERSION: 3.5.0
+ - R_VERSION: release
18
R_ARCH: x64
19
20
build_script:
21
+ - travis-tool.sh install_github Bioconductor/Rsamtools
22
+ - travis-tool.sh install_github Bioconductor/VariantAnnotation
23
- travis-tool.sh install_bioc_deps
24
- travis-tool.sh install_github zhengxwen/gdsfmt
25
- travis-tool.sh install_github zhengxwen/SNPRelate
inst/unitTests/test_utils.R
@@ -16,7 +16,7 @@
}
-.test_colData <- function() {
+test_colData <- function() {
## test with no sample annotation
vcffile <- system.file("extdata", "ex2.vcf", package="VariantAnnotation")
gdsfile <- tempfile()
0 commit comments