Package check result: OK Changes to worse in reverse depends: Package: PathwaySpace Check: examples New result: ERROR Running examples in ‘PathwaySpace-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: circularProjection,PathwaySpace-method > ### Title: Circular Projection of Graph-Associated Signals > ### Aliases: circularProjection,PathwaySpace-method circularProjection > > ### ** Examples > > # Load a demo igraph > data('gtoy1', package = 'RGraphSpace') > > # Create a new PathwaySpace object > ps <- buildPathwaySpace(gtoy1, nrc = 100) Validating arguments... Validating the 'igraph' object... Creating a 'PathwaySpace' object... > # note: adjust 'nrc' to increase image resolution > > # Set '1s' as vertex signal > vertexSignal(ps) <- 1 > > # Create a 2D-landscape image > ps <- circularProjection(ps) Validating arguments... Using circular projection... Mapping 'x' and 'y' coordinates... Error in seq.default(blocks[x_low, "first"], blocks[x_high, "last"]) : 'from' must be a finite number Calls: circularProjection ... .get_near_points -> [ -> [.data.frame -> seq -> seq.default Execution halted