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

Graph size must be a scalar, not a vector #38

Closed szhorvat closed 8 months ago

szhorvat commented 8 months ago

Hi Michał,

This is another compatibility fix for igraph 2.0. Graph sizes must be an actual scalar, not a vector. Furthermore, random.graph.game is deprecated. sample_gnp and sample_gnm are the replacements.

CC @krlmlr

mbojan commented 8 months ago

Thanks!

krlmlr commented 8 months ago

We're planning to send igraph to CRAN on January 23.

Tracking issue: https://github.com/igraph/rigraph/issues/989.