Tamás Nepusz

Results 691 comments of Tamás Nepusz

So, actually, I have to ask: what is the problem we are trying to solve here with this issue in the C core? * Storing graph layouts such that each...

> Being able to manipulate such attributes in C. What this gives us is primarily the ability to read/write from/to files. Which file format are we targeting then? Most file...

@szhorvat Sorry, I won't have the resources to review this now. This is not a priority for 1.0, and I am not familiar with LinkRank. I'd rather focus on the...

Where's this in the documentation? I can't find this on the site now.

It's now called "Miscellaneous" in the "Utilities" section on https://r.igraph.org/reference/index.html#miscellaneous - is that not up-to-date?

Okay, so how are these labels constructed? I can see in other places (e.g., [here](https://r.igraph.org/reference/constraint.html) ) that it seems to use the name of the file in which the function...

Tracing shows that this line is to blame in the source of `disjoint_union()` (which implements the merging of the attributes entirely in R - the C disjoint union function does...

I'm not fluent enough in R to decide what's the best way to deal with this so I'm leaving this up to @krlmlr

> Do you feel strongly about this dependency? Feel free to add `vctrs` as a dependency if that's an easy fix. Seems like a pretty lightweight dependency for me.

@szhorvat What's the status of this, can this be merged into `develop`?