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

Duncan Murdoch murdoch.duncan at gmail.com
Tue Mar 20 21:17:52 CET 2012


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 small components (which I would rather not discard).
>
> PS. the doc for decompose.graph does not say which mode is the default.
>

If you don't get useful help here, you should contact the maintainer of 
the package, who may not be reading your question.  The maintainer is 
listed if you run

library(help=igraph)

Duncan Murdoch



More information about the R-help mailing list