Re: [R] igraph: decompose.graph: Error: protect(): protection stack overflow

2012-03-20 Thread Duncan Murdoch
On 12-03-20 2:20 PM, Sam Steingold wrote: I just got this error: library(igraph) comp<- decompose.graph(gr) Error: protect(): protection stack overflow Error: protect(): protection stack overflow what can I do? the digraph is, indeed, large (300,000 vertexes), but there are very many very s

Re: [R] igraph: decompose.graph: Error: protect(): protection stack overflow

2012-03-20 Thread Sam Steingold
> * Sam Steingold [2012-03-20 14:20:06 -0400]: > > I just got this error: >> library(igraph) >> comp <- decompose.graph(gr) > Error: protect(): protection stack overflow > Error: protect(): protection stack overflow >> after restarting > system.time(comp <- decompose.graph(gr, mode="weak")) Err

[R] igraph: decompose.graph: Error: protect(): protection stack overflow

2012-03-20 Thread Sam Steingold
I just got this error: > library(igraph) > comp <- decompose.graph(gr) Error: protect(): protection stack overflow Error: protect(): protection stack overflow > what can I do? the digraph is, indeed, large (300,000 vertexes), but there are very many very small components (which I would rather not