Closed jhollway closed 1 year ago
:exclamation: No coverage uploaded for pull request base (
main@7a0cc0f
). Click here to learn what that means. The diff coverage isn/a
.:exclamation: Current head 1648a1e differs from pull request most recent head 82e1474. Consider uploading reports for the commit 82e1474 to get more accurate results
@@ Coverage Diff @@
## main #1 +/- ##
=======================================
Coverage ? 54.80%
=======================================
Files ? 16
Lines ? 2031
Branches ? 0
=======================================
Hits ? 1113
Misses ? 918
Partials ? 0
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Description
manynet 1.0.0
2023-06-07
Package
{migraph}
package, adding the Make, Mold, and Map functions to this package.data
print.tbl_graph
method that offers easy to interpret informationMakes
read_*()
functions, e.g.read_edgelist()
write_*()
functions, e.g.write_edgelist()
write_matrix()
for exporting to matricescreate_*()
functions, e.g.create_lattice()
create_*()
functions returntbl_graph
class objectsgenerate_*()
functions, e.g.generate_smallworld()
ison_*
network data, e.g.ison_southern_women
Molds
as_*()
functions, e.g.as_igraph()
as_edgelist.network()
as_network.data.frame()
as_network.tbl_graph()
join_*()
functions, e.g.join_ties()
add_*()
functions, e.g.add_node_attribute()
create_*()
functions returntbl_graph
class objectsmutate_*()
functions, e.g.mutate_ties()
mutate_ties()
, it is no longer necessary toactivate(edges)
rename_*()
functions, e.g.rename_ties()
is_*()
functions, e.g.is_dynamic()
is_labelled()
to work correctly with multiple network formatsto_*()
functions, e.g.to_mode1()
to_giant.network()
to_directed()
now a methodto_subgraphs()
now returns a list oftbl_graph
sto_reciprocated()
now works on edgelists, matrices, tbl_graphs, and networksto_acylic()
now works on matrices, tbl_graphs, and networksfrom_*()
functions, e.g.from_egos()
from_subgraphs()
network_nodes()
network_dims()
is now a methodMaps
autographr()
,autographs()
, andautographd()
layout_tbl_graph_concentric()
Checklist: