CRAN Package Check Results for Package GENLIB

Last updated on 2020-04-03 08:51:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 102.92 111.62 214.54 OK
r-devel-linux-x86_64-debian-gcc 1.0.7 60.72 87.47 148.19 OK
r-devel-linux-x86_64-fedora-clang 1.0.7 284.15 OK
r-devel-linux-x86_64-fedora-gcc 1.0.7 252.74 OK
r-devel-windows-ix86+x86_64 1.0.7 171.00 209.00 380.00 OK
r-devel-windows-ix86+x86_64-gcc8 1.0.7 198.00 175.00 373.00 ERROR
r-patched-linux-x86_64 1.0.7 71.86 108.23 180.09 OK
r-patched-solaris-x86 1.0.7 330.30 OK
r-release-linux-x86_64 1.0.7 72.68 99.86 172.54 OK
r-release-windows-ix86+x86_64 1.0.7 192.00 216.00 408.00 OK
r-release-osx-x86_64 1.0.7 OK
r-oldrel-windows-ix86+x86_64 1.0.7 248.00 197.00 445.00 OK
r-oldrel-osx-x86_64 1.0.7 OK

Additional issues

donttest gcc10

Check Details

Version: 1.0.7
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-gcc8