Open maelle opened 4 months ago
:wave: here, I'm preparing a small PR adjusting igraph's calls to igraph's recent changes, but for this one I'm unsure how you'd want to proceed.
The argument circular of make_lattice() is being soft deprecated to periodic. tidygraph exposes circular to the user.
circular
make_lattice()
periodic
:wave: here, I'm preparing a small PR adjusting igraph's calls to igraph's recent changes, but for this one I'm unsure how you'd want to proceed.
The argument
circular
ofmake_lattice()
is being soft deprecated toperiodic
. tidygraph exposescircular
to the user.