tidygraph 1.2.1
- Move compiled code to cpp11
- Improve messaging with rlang and cli
- New feature: the following hierarchical clustering functions
group_edge_betweenness
,group_fast_greedy
,group_leading_eigen
and
group_walktrap
have a new argumentn_groups
that controls the numbers of
groups computed. The argument expects an integer value and it isNULL
by
default.