Last updated on 2020-08-07 01:50:19 CEST.
Package | ERROR | OK |
---|---|---|
birdring | 1 | 11 |
Current CRAN status: ERROR: 1, OK: 11
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