Changelog
Source:NEWS.md
netUtils 0.8.0
CRAN release: 2022-10-08
- added
reciprocity_cor()
- fixed wrong str print (#5)
- switched from Simulated Annealing to Genetic Algorithm (#4)
- added more tests
- added
sample_lfr()
(#9)
netUtils 0.7.0
CRAN release: 2022-08-27
- fixed documentation
- removed unfinished functions
- added examples
netUtils 0.6.0.9000
added sample_pa_homophilic()
netUtils 0.5.0.9000
- renamed package to
netUtils
- added
bipartite_from_data_frame()
- added
graph_from_multi_edgelist()
andas_multi_adj()
- added
structural_equivalence()
- added
core_periphery()
- added
sample_coreseq()
- added tests
- added graph products
graph_cartesian()
andgraph_direct()
- added fast max clique routine
fast_cliques()