Chris Watson

Results 23 comments of Chris Watson

Thanks for the contribution! I had never tested on a graph that large before, and these functions were written pretty early in the package's history. Could you provide some more...

I did indeed use `igraph` native functions when I first wrote those functions; I changed them to use the adjacency matrix about 4 years ago. I recall it having been...

When `random` is chosen, it uses the vertex names to remove vertices one-by-one. Does your graph have vertex names?

If one or both of you could send me (via emai if you prefer) the graph that is causing errors (as a `.rds` file) I can take a look and...

@martaesse I loaded your graph and was able to run, without error: `robustness(g, type='vertex', measure='random')` I am not sure why you would see an error. Your post shows that your...

I see. My first recommendation would be to use a *Linux* system, as I have seen more `foreach`-related issues on *Windows* systems. I don't do development on *Windows* so it...

Can you try putting the following code in your script *before* the call to `make_brainGraphList`: `.GlobalEnv$schaefer100x7

What system are you running on? Can you return the output of `sessionInfo()`? This may be a Windows-related issue.

The only other quick fix I can think of is to edit the function and change the `foreach` line to read `g

Hi Sean, no I don't have anything detailed/structured for contributing. I can add it to my *TODO* list and think about it, but that will have to wait until I...