Last updated on 2020-06-28 08:48:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.8 | 104.54 | 111.88 | 216.42 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.8 | 72.12 | 87.27 | 159.39 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.8 | 286.84 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.8 | 240.98 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0.8 | 276.00 | 153.00 | 429.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.8 | 73.55 | 110.82 | 184.37 | OK | |
r-patched-solaris-x86 | 1.0.8 | 321.20 | OK | |||
r-release-linux-x86_64 | 1.0.8 | 75.00 | 110.44 | 185.44 | OK | |
r-release-osx-x86_64 | 1.0.8 | WARN | ||||
r-release-windows-ix86+x86_64 | 1.0.8 | 197.00 | 223.00 | 420.00 | OK | |
r-oldrel-osx-x86_64 | 1.0.8 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.8 | 249.00 | 289.00 | 538.00 | OK |
Version: 1.0.8
Check: examples
Result: ERROR
Running examples in ‘GENLIB-Ex.R’ failed
The error most likely occurred in:
> ### Name: gen.find.Min.Distance.MRCA
> ### Title: Finds the minimum distances between pairs of individuals given a
> ### set of ancestors.
> ### Aliases: gen.find.Min.Distance.MRCA
> ### Keywords: manip
>
> ### ** Examples
>
> data(geneaJi)
> genJi<-gen.genealogy(geneaJi)
> matMRCA<-gen.findMRCA(genJi, individuals=c(1,29), NbProcess = 1)
[1] "warning"
converting NULL pointer to R NULL> gen.find.Min.Distance.MRCA(matMRCA)
Error in gen.find.Min.Distance.MRCA(matMRCA) :
genMatrix must be a matrix output from gen.findMRCA
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.8
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'GENLIB-Ex.R' failed
The error most likely occurred in:
> ### Name: gen.find.Min.Distance.MRCA
> ### Title: Finds the minimum distances between pairs of individuals given a
> ### set of ancestors.
> ### Aliases: gen.find.Min.Distance.MRCA
> ### Keywords: manip
>
> ### ** Examples
>
> data(geneaJi)
> genJi<-gen.genealogy(geneaJi)
> matMRCA<-gen.findMRCA(genJi, individuals=c(1,29), NbProcess = 1)
[1] "warning"
converting NULL pointer to R NULL> gen.find.Min.Distance.MRCA(matMRCA)
Error in gen.find.Min.Distance.MRCA(matMRCA) :
genMatrix must be a matrix output from gen.findMRCA
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.0.8
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'GENLIB-Ex.R' failed
The error most likely occurred in:
> ### Name: gen.find.Min.Distance.MRCA
> ### Title: Finds the minimum distances between pairs of individuals given a
> ### set of ancestors.
> ### Aliases: gen.find.Min.Distance.MRCA
> ### Keywords: manip
>
> ### ** Examples
>
> data(geneaJi)
> genJi<-gen.genealogy(geneaJi)
> matMRCA<-gen.findMRCA(genJi, individuals=c(1,29), NbProcess = 1)
[1] "warning"
converting NULL pointer to R NULL> gen.find.Min.Distance.MRCA(matMRCA)
Error in gen.find.Min.Distance.MRCA(matMRCA) :
genMatrix must be a matrix output from gen.findMRCA
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.0.8
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
hal.cpp:266:10: warning: 'sem_init' is deprecated [-Wdeprecated-declarations]
hal.cpp:271:13: warning: 'sem_destroy' is deprecated [-Wdeprecated-declarations]
Flavor: r-release-osx-x86_64