Last updated on 2018-11-24 00:51:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 6.1 | 72.70 | 23.92 | 96.62 | WARN | |
r-devel-linux-x86_64-debian-gcc | 6.1 | 63.92 | 19.47 | 83.39 | OK | |
r-devel-linux-x86_64-fedora-clang | 6.1 | 133.44 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 6.1 | 123.56 | OK | |||
r-devel-windows-ix86+x86_64 | 6.1 | 162.00 | 81.00 | 243.00 | OK | |
r-patched-linux-x86_64 | 6.1 | 75.73 | 22.37 | 98.10 | OK | |
r-patched-solaris-x86 | 6.1 | 165.60 | ERROR | |||
r-release-linux-x86_64 | 6.1 | 78.79 | 22.65 | 101.44 | OK | |
r-release-windows-ix86+x86_64 | 6.1 | 182.00 | 89.00 | 271.00 | OK | |
r-release-osx-x86_64 | 6.1 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 6.1 | 174.00 | 89.00 | 263.00 | OK | |
r-oldrel-osx-x86_64 | 6.1 | NOTE |
Version: 6.1
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
vcf.c:253:15: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64
Version: 6.1
Check: installed package size
Result: NOTE
installed size is 10.4Mb
sub-directories of 1Mb or more:
libs 9.1Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 6.1
Check: examples
Result: ERROR
Running examples in ‘seqminer-Ex.R’ failed
The error most likely occurred in:
> ### Name: annotateGene
> ### Title: Annotate a test variant
> ### Aliases: annotateGene
>
> ### ** Examples
>
> param <- list(reference = system.file("tabanno/test.fa", package = "seqminer"),
+ geneFile = system.file("tabanno/test.gene.txt", package = "seqminer"))
> param <- makeAnnotationParameter(param)
> print(param)
$reference
[1] "/home/ripley/R/Lib32/seqminer/tabanno/test.fa"
$geneFile
[1] "/home/ripley/R/Lib32/seqminer/tabanno/test.gene.txt"
$geneFileFormat
[1] "refFlat"
$codonFile
[1] "/home/ripley/R/Lib32/seqminer/tabanno/codon.txt"
$priorityFile
[1] "/home/ripley/R/Lib32/seqminer/tabanno/priority.txt"
$upstreamRange
[1] 50
$downstreamRange
[1] 50
$spliceIntoExon
[1] 3
$spliceIntoIntron
[1] 8
$bed
NULL
$genomeScore
NULL
$tabix
NULL
$indexOutput
[1] FALSE
$inputFormat
[1] "vcf"
$checkReference
[1] TRUE
> annotateGene(param, c("1", "1"), c(3, 5) , c("A", "C"), c("G", "C"))
Load reference genome /home/ripley/R/Lib32/seqminer/tabanno/test.fa...
DONE: 1 chromosomes and 74 bases are loaded.
Load codon file /home/ripley/R/Lib32/seqminer/tabanno/codon.txt...
DONE: codon file loaded.
Load priority file /home/ripley/R/Lib32/seqminer/tabanno/priority.txt...
DONE: 25 priority annotation types loaded.
Load gene file /home/ripley/R/Lib32/seqminer/tabanno/test.gene.txt...
DONE: 3 gene loaded from /home/ripley/R/Lib32/seqminer/tabanno/test.gene.txt.
*** caught segfault ***
address 0, cause 'memory not mapped'
Traceback:
1: annotateGene(param, c("1", "1"), c(3, 5), c("A", "C"), c("G", "C"))
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-x86