mbojan / rgraph6

Encoding graphs in graph6, sparse6, and digraph6 formats
https://mbojan.github.io/rgraph6/
GNU General Public License v3.0
12 stars 3 forks source link

`igraph::random.graph.game()` is deprecated #39

Closed szhorvat closed 1 month ago

szhorvat commented 1 month ago

Hi @mbojan, could you please remove uses of random.graph.game and replace them with sample_gnp / sample_gnm? This function has been considered outdated/deprecated for a long time now. As far as I can tell, it only appears in the README, where it can be replaced by sample_gnp.

https://github.com/mbojan/rgraph6/blob/8f854f19eb26caf2873f664efce6245d4cf4a29b/README.md?plain=1#L188

https://github.com/mbojan/rgraph6/blob/8f854f19eb26caf2873f664efce6245d4cf4a29b/README.Rmd#L182

mbojan commented 1 month ago

Thanks @szhorvat for the heads-up.