CRAN Package Check Results for Package birdring

Last updated on 2020-08-07 01:49:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4 18.32 144.59 162.91 OK
r-devel-linux-x86_64-debian-gcc 1.4 15.53 109.78 125.31 OK
r-devel-linux-x86_64-fedora-clang 1.4 205.96 OK
r-devel-linux-x86_64-fedora-gcc 1.4 199.68 OK
r-devel-windows-ix86+x86_64 1.4 51.00 155.00 206.00 OK
r-patched-linux-x86_64 1.4 19.41 141.39 160.80 OK
r-patched-solaris-x86 1.4 295.80 ERROR
r-release-linux-x86_64 1.4 16.54 142.66 159.20 OK
r-release-macos-x86_64 1.4 OK
r-release-windows-ix86+x86_64 1.4 55.00 240.00 295.00 OK
r-oldrel-macos-x86_64 1.4 OK
r-oldrel-windows-ix86+x86_64 1.4 29.00 152.00 181.00 OK

Check Details

Version: 1.4
Check: examples
Result: ERROR
    Running examples in ‘birdring-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: draw.recmap
    > ### Title: Plot ringing data
    > ### Aliases: draw.recmap
    > ### Keywords: graphics
    >
    > ### ** Examples
    >
    > data(lancol)
    > if (requireNamespace("rgeos", quietly=TRUE) && packageVersion("rgeos") >= "0.5.1") {
    + if (rgeos::get_RGEOS_CheckValidity() == 1L) rgeos::set_RGEOS_CheckValidity(2L)
    + }
    > draw.recmap(lancol,lines=2,border='gray',subset="ring=='13B...6919'",gcircle=TRUE,zoom=3)
    Error in RGEOSBinTopoFunc(spgeom1, spgeom2, byid, id, drop_lower_td, unaryUnion_if_byid_false, :
     TopologyException: Input geom 0 is invalid: Ring Self-intersection at or near point 23.325118450000002 43.886598820000003 at 23.325118450000002 43.886598820000003
    Calls: draw.recmap -> lapply -> FUN -> gIntersection -> RGEOSBinTopoFunc
    Execution halted
Flavor: r-patched-solaris-x86