Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.0 #55

Merged
merged 135 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
135 commits
Select commit Hold shift + click to select a range
01881e3
Translated non-ASCII chracters that might be causing notes for Linux …
henriquesposito Dec 18, 2023
393ed12
Fixed issue with concentric layout for `autographr()` when plotting u…
henriquesposito Dec 18, 2023
c602705
Updated how `autographd()` identifies when colors should follow "diff…
henriquesposito Dec 19, 2023
8719ed1
Fixed bug for `autographd()` when plotting unlabelled networks
henriquesposito Dec 19, 2023
04664a2
Fixed failing tests for split functions
henriquesposito Dec 19, 2023
73ad295
Made base family for `theme_ethz()` "sans" family which defaukts to "…
henriquesposito Dec 19, 2023
f13bd1e
Upadetd tests for theme family of functions
henriquesposito Dec 19, 2023
8b67449
Updated `theme_uzh()` layout for consistency. Fixed test issues for t…
henriquesposito Dec 20, 2023
c236e79
Updated `theme_ethz()` to use black as text color
henriquesposito Dec 20, 2023
6c81fb7
Hidden is_diamond helper renamed .is_diamond
Jan 4, 2024
bbe5906
is_ functions are now marking not mapping
Jan 4, 2024
2810da5
Added is_list() for identifying ego, longitudinal, or compilation net…
Jan 4, 2024
a3e6834
Moved is_ features to own documentation, is_perfect_matching() now us…
Jan 4, 2024
861037a
is_list now avoids manynet-compatible lists, like igraph objects
Jan 5, 2024
fa9557a
Added first draft of pkg_data to tabulate and characterise the networ…
Jan 5, 2024
480e1f5
ison_algebra now conforms to long version of multiplexity, where 'typ…
jhollway Jan 9, 2024
ec3017e
Fixed edgecase bug in is_signed.data.frame() where the edgelist had n…
jhollway Jan 9, 2024
389aa15
Fixed bug in is_perfect_matching() where it would not work with non-i…
jhollway Jan 9, 2024
7e50512
pkg_data() now returns datasets ordered by graph order, documentation…
jhollway Jan 9, 2024
ae1b95e
to_uniplex() now works with new multiplexity format
jhollway Jan 9, 2024
239b239
Tests for is_*() now use only distinct datasets
jhollway Jan 9, 2024
00eb91a
Using parallelisation for testthat tests
jhollway Jan 9, 2024
2c76f5f
#minor bump
jhollway Jan 9, 2024
b7dee25
Updated DESCRIPTION with new stocnet urls
jhollway Jan 9, 2024
431db0c
Updated imports to rely on dplyr package instead of tibble
henriquesposito Jan 9, 2024
4ca7629
Firat attempt to make `autographs()` return only first and last frame…
henriquesposito Jan 9, 2024
6bf6ab8
Fixed documentation issues in CMD tests after new changes in package …
henriquesposito Jan 9, 2024
7bd966b
Added benchmarking to tests, collect_functions now a helper
jhollway Jan 9, 2024
b60e432
Added to_acyclic.data.frame()
jhollway Jan 9, 2024
fa0a5fe
Updated ison_lawfirm to include also associates and multiplex data
jhollway Jan 9, 2024
a1f1090
Added ison_potter data
jhollway Jan 9, 2024
8b42d32
ison_southern_women names are now sentence case
jhollway Jan 10, 2024
d9d1cdd
ison_karateka is now a weighted network based on frequency of itnerac…
jhollway Jan 10, 2024
6f88507
Added ison_usstates for demonstrating geographical networks
jhollway Jan 10, 2024
2fe2628
Changed argument name in `autographs()` from "frames" to "waves". Als…
henriquesposito Jan 10, 2024
d11e989
Added delete_ties()
jhollway Jan 11, 2024
7066cd1
to_acyclic() now removes feedback arcs in directed networks, fixing b…
jhollway Jan 11, 2024
609662e
pkg_data() now tracks network acyclicity
jhollway Jan 11, 2024
d0b6aa2
Added tie names/labels to ison_konigsberg
jhollway Jan 11, 2024
80bf2bf
Renamed ison_konigsberg to ison_koenigsberg
jhollway Jan 11, 2024
50d16f6
First attempt to add "based_on" argument for layouts
henriquesposito Jan 11, 2024
188485e
Small updates to functions and documentations for layouts
henriquesposito Jan 11, 2024
463cf88
Fixed examples and tests for new changes in dataset names
henriquesposito Jan 12, 2024
8e864ce
Updated "based_on" argument for `autographs()` to be more flexible an…
henriquesposito Jan 12, 2024
d1db48c
Updated `autographs()` to be smarter about collecting legends for dif…
henriquesposito Jan 12, 2024
27bbabe
More updates to `autographs()` to make the "collection" of legends fo…
henriquesposito Jan 12, 2024
f2ea4f8
Additional updates to guide collection for diffusion models for `auto…
henriquesposito Jan 12, 2024
4728cf4
Added .mailmap file to consolidate contributions
jhollway Jan 15, 2024
65f5e7f
Added tie_is_*() functions, added new tie_is_feedback() for identifyi…
jhollway Jan 15, 2024
be5c3a5
Transferred node_is_*() functions from migraph
jhollway Jan 15, 2024
fd0a966
Updated `autographr()` to makes sure logical "TRUE" is colored red by…
henriquesposito Jan 15, 2024
833364d
Added to_tree() for creating spanning trees
jhollway Jan 15, 2024
6d037f6
Updated README to stocnet links
jhollway Jan 15, 2024
239d25a
change guide tests
teunbrand Jan 18, 2024
8210cdd
skip scale name/call based tests
teunbrand Jan 18, 2024
34cc159
skip scale name/call based tests
teunbrand Jan 18, 2024
55583b2
Merge branch 'ggplot2_3.5.0' of https://github.com/teunbrand/manynet …
teunbrand Jan 18, 2024
9f6b1ce
Added to documentation for ison_usstates
jaeltan Jan 18, 2024
e72437c
Fixed bugs with cumulative argument in `to_waves()` function
henriquesposito Jan 18, 2024
d994d13
Updated examples for new changes in data
henriquesposito Jan 18, 2024
e064ad6
Fixed theme issues by declaring font "face" for captions
henriquesposito Jan 18, 2024
7900b38
Updated how attributes from node marks are recognized
henriquesposito Jan 18, 2024
4273fa5
Removed commented out functions to avoid documentation issues for now
henriquesposito Jan 18, 2024
48155fc
Made sure package declares correctly functions that come from `{migra…
henriquesposito Jan 18, 2024
b37b44d
Added make_play functions
jhollway Jan 18, 2024
8ef344b
Updated description by adding more suggested packages
henriquesposito Jan 18, 2024
7591b0e
Added class functions for "play" objects
henriquesposito Jan 18, 2024
a871246
Updated documentation for "play" functions
henriquesposito Jan 18, 2024
3fd89a6
Updated examples in autographr script
henriquesposito Jan 18, 2024
e13a0fb
Updated examples for node and tie marks for new upadtes in migraph an…
henriquesposito Jan 18, 2024
162bb25
Added tests for node marks
henriquesposito Jan 18, 2024
fac7e16
Added tests for tie marks
henriquesposito Jan 18, 2024
39520e6
Added tests for play functions
henriquesposito Jan 18, 2024
6ec1c10
Added as_diffusion() to coercion page
jhollway Jan 18, 2024
7bbb5e3
create_*() documentation now conforms to new documentation standard
jhollway Jan 18, 2024
22b3103
generate_*() documentation now conforms to new documentation standard
jhollway Jan 18, 2024
6a9bf59
read documentation now conforms to new documentation standard
jhollway Jan 18, 2024
2ef73d4
Split play_*() functions into diffusion and learning
jhollway Jan 18, 2024
c58d8ec
Marks now get their own section on the website
jhollway Jan 18, 2024
dffb9f2
Split up mark_nodes more thematically
jhollway Jan 18, 2024
563cbf2
Fixed a few documentation issues with "play" functions
henriquesposito Jan 18, 2024
74f6d80
Fixed failing tests by correctly updating function names
henriquesposito Jan 18, 2024
a788ab3
Added more documentation to play_diffusion()
jhollway Jan 19, 2024
2a09c62
Fixed concentric layout to order memeberships according to length by …
henriquesposito Jan 19, 2024
fdce983
Improved some make documentation
jhollway Jan 20, 2024
853622e
Added reference for ison_usstates
jhollway Jan 21, 2024
b6962dc
as_*() is now modify not make, includes auto coercion table
jhollway Jan 21, 2024
1914e7d
play documentation is now makes
jhollway Jan 22, 2024
c550ed8
manipulations are now modifications
jhollway Jan 22, 2024
589d72e
Split is_ documentation into 2 or 3
jhollway Jan 22, 2024
a3df4d2
Split read_ documentation into read_ and write_ functions
jhollway Jan 22, 2024
1b0c3d3
Updated `autographr()? to display color legends for multiple categori…
henriquesposito Jan 22, 2024
180aa7d
Fixed small issue with tests for "marks" functions
henriquesposito Jan 22, 2024
7fcecc2
Commented out failing `{igraph}` test for now
henriquesposito Jan 22, 2024
0413b66
Added ison_hightech
jhollway Jan 22, 2024
a6f3574
Fixed bug in is_graph()
jhollway Jan 22, 2024
8e2cb88
Updated functions and documentation for new changes with the release …
henriquesposito Jan 22, 2024
4e3bb15
Updated test for new changes with the release of igraph 2.0.0
henriquesposito Jan 22, 2024
51534bd
Added from_ties for making multiplex networks from multiple networks
jhollway Jan 22, 2024
be66228
Added ison_monastery datasets
jhollway Jan 22, 2024
dd91bb4
Added Sampson ison_monastery datasets
jhollway Jan 23, 2024
3e47a34
Ison_hightech departments are now categorical
jhollway Jan 23, 2024
c8e7e03
Fixed bug in create_tree() due to loss of twomode specification in ma…
jhollway Jan 23, 2024
4392068
Improved write documentation
jhollway Jan 23, 2024
99e169f
from_ties() now avoids purrr dependency, improved documentation
jhollway Jan 23, 2024
3e25d54
to_anti() added to reformat
jhollway Jan 23, 2024
9b9b91a
Split transform documentation into three, to_project, to_scope, and t…
jhollway Jan 23, 2024
3af9b2d
Added scale functions to color egdes and updated all scales not to di…
henriquesposito Jan 23, 2024
63b2981
Reformat functions are now split so that those functions relating to …
jhollway Jan 23, 2024
53b5168
Added bind_ties, consolidated tie-related add function documentation
jhollway Jan 23, 2024
257c3eb
Consolidated node-related add function documentation
jhollway Jan 23, 2024
dfa0440
Added mutate_nodes and mutate from tidygraph
jhollway Jan 23, 2024
6a1d12a
Added rename_nodes and filter_nodes, rename and filter from dplyr/tid…
jhollway Jan 23, 2024
70451a1
Updated miss and mark_nodes documentation
jhollway Jan 23, 2024
dddeeaf
Added tie_is_random(), split tie_is_*() documentation
jhollway Jan 23, 2024
25a929c
Updated documentation for describing the attributes of networks, node…
jhollway Jan 23, 2024
2a9d684
Updated tutorial functions documentation
jhollway Jan 23, 2024
728563e
#major bump and lots of NEWS
jhollway Jan 23, 2024
98e82c8
Dropped filter() to avoid conflicts, fixed .byby bug in join_nodes
jhollway Jan 23, 2024
9090bf7
Fixed various documentation bugs
jhollway Jan 24, 2024
5c2f86c
Reverted to dplyr pipe
jhollway Jan 24, 2024
ee70c37
Fixed pipe bug
jhollway Jan 24, 2024
ee7a728
Merge branch 'develop' into ggplot2_3.5.0
henriquesposito Jan 24, 2024
cb1f3eb
Merge pull request #50 from teunbrand/ggplot2_3.5.0
henriquesposito Jan 24, 2024
d8de2ef
Fixed test issues with tests updates for future `{ggplot2}` release
henriquesposito Jan 24, 2024
2737b4a
Reverted to v0.4.0
jhollway Jan 24, 2024
4a43e9c
The play_diffusions() example runs fewer times
jhollway Jan 24, 2024
f18b856
Upated NEWS to include test changes for future release in ggplot2
henriquesposito Jan 24, 2024
ebf00aa
Maved diffuion tutorial from `{migraph}`
henriquesposito Jan 24, 2024
85bdfe8
Updated documentation for `mutate_nodes()` to avoid warnings
henriquesposito Jan 24, 2024
347f72a
Skipped a couple of tests on GitHub actions to avoid issues, for now
henriquesposito Jan 24, 2024
c6034a6
Reverted name changes in tutorial to respect order
henriquesposito Jan 24, 2024
869ebc6
An empty run_tute() now returns a tibble arranged by tutorial name, u…
jhollway Jan 24, 2024
27e7829
Updated cran comments
jhollway Jan 24, 2024
17b07f4
Last minute cran comment change
jhollway Jan 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ vignettes/precompile\.R
^Meta$
^CRAN-SUBMISSION$
^README\.Rmd$
^.mailmap$
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
James Hollway <james.hollway@graduateinstitute.ch> hollway <hollway@MA0359.local>
26 changes: 16 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
Package: manynet
Title: Many Ways to Make, Modify, and Map Myriad Networks
Version: 0.3.1
Date: 2023-12-17
Description: A set of tools for making, modifying, and mapping many different types of networks.
Title: Many Ways to Make, Modify, Mark, and Map Myriad Networks
Version: 0.4.0
Date: 2024-01-24
Description: A set of tools for making, modifying, marking, and mapping many different types of networks.
All functions operate with matrices, edge lists, and 'igraph', 'network', and 'tidygraph' objects,
and on one-mode, two-mode (bipartite), and sometimes three-mode networks.
The package includes functions for importing and exporting, creating and generating networks,
molding and manipulating networks and node and tie attributes,
modifying networks and node and tie attributes,
and describing and visualizing networks with sensible defaults.
URL: https://snlab-ch.github.io/manynet/
BugReports: https://github.com/snlab-ch/manynet/issues
URL: https://stocnet.github.io/manynet/
BugReports: https://github.com/stocnet/manynet/issues
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Language: en-GB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
Imports:
dplyr (>= 1.1.0),
ggplot2,
ggraph,
igraph (>= 1.6.0),
network,
pillar,
tidygraph
Suggests:
BiocManager,
Expand All @@ -43,8 +44,10 @@ Suggests:
rmarkdown,
roxygen2,
RSiena,
testthat,
xml2
testthat (>= 3.0.0),
xml2,
future,
furrr
Enhances:
Rgraphviz
Authors@R:
Expand All @@ -59,3 +62,6 @@ Authors@R:
comment = c("IHEID", ORCID = "0000-0003-3420-6085"))
)
Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd"))
Config/testthat/parallel: true
Config/testthat/edition: 3
Config/testthat/start-first: mark_is
96 changes: 82 additions & 14 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ S3method(as_tidygraph,network.goldfish)
S3method(as_tidygraph,siena)
S3method(as_tidygraph,tbl_graph)
S3method(delete_nodes,igraph)
S3method(delete_ties,igraph)
S3method(is_complex,data.frame)
S3method(is_complex,igraph)
S3method(is_complex,matrix)
Expand Down Expand Up @@ -100,7 +101,8 @@ S3method(is_weighted,igraph)
S3method(is_weighted,matrix)
S3method(is_weighted,network)
S3method(is_weighted,tbl_graph)
S3method(mutate,igraph)
S3method(mutate_nodes,igraph)
S3method(mutate_nodes,tbl_graph)
S3method(na_to_mean,data.frame)
S3method(na_to_mean,igraph)
S3method(na_to_mean,matrix)
Expand All @@ -115,7 +117,19 @@ S3method(network_dims,data.frame)
S3method(network_dims,igraph)
S3method(network_dims,matrix)
S3method(network_dims,network)
S3method(plot,diff_model)
S3method(plot,diffs_model)
S3method(plot,learn_model)
S3method(print,diff_model)
S3method(print,diffs_model)
S3method(print,learn_model)
S3method(print,node_mark)
S3method(print,tbl_graph)
S3method(print,tie_mark)
S3method(summary,diff_model)
S3method(summary,diffs_model)
S3method(summary,learn_model)
S3method(to_acyclic,data.frame)
S3method(to_acyclic,igraph)
S3method(to_acyclic,matrix)
S3method(to_acyclic,network)
Expand Down Expand Up @@ -256,6 +270,7 @@ export(add_tie_attribute)
export(add_ties)
export(aes)
export(as.network)
export(as_diffusion)
export(as_edgelist)
export(as_graphAM)
export(as_igraph)
Expand All @@ -266,8 +281,8 @@ export(as_tidygraph)
export(autographd)
export(autographr)
export(autographs)
export(bind_edges)
export(bind_node_attributes)
export(bind_ties)
export(create_components)
export(create_core)
export(create_empty)
Expand All @@ -278,11 +293,14 @@ export(create_ring)
export(create_star)
export(create_tree)
export(delete_nodes)
export(delete_ties)
export(extract_tute)
export(filter_nodes)
export(filter_ties)
export(from_egos)
export(from_slices)
export(from_subgraphs)
export(from_ties)
export(from_waves)
export(generate_permutation)
export(generate_random)
Expand All @@ -293,7 +311,6 @@ export(ggplot)
export(ggsave)
export(ggtitle)
export(guides)
export(is.igraph)
export(is.network)
export(is.tbl_graph)
export(is_acyclic)
Expand All @@ -305,7 +322,9 @@ export(is_dynamic)
export(is_edgelist)
export(is_eulerian)
export(is_graph)
export(is_igraph)
export(is_labelled)
export(is_list)
export(is_longitudinal)
export(is_manynet)
export(is_multiplex)
Expand All @@ -328,6 +347,7 @@ export(layout_tbl_graph_railway)
export(layout_tbl_graph_triad)
export(many_palettes)
export(mutate)
export(mutate_nodes)
export(mutate_ties)
export(na_to_mean)
export(na_to_zero)
Expand All @@ -337,8 +357,25 @@ export(network_nodes)
export(network_tie_attributes)
export(network_ties)
export(node_attribute)
export(node_is_core)
export(node_is_cutpoint)
export(node_is_exposed)
export(node_is_fold)
export(node_is_infected)
export(node_is_isolate)
export(node_is_latent)
export(node_is_max)
export(node_is_mentor)
export(node_is_min)
export(node_is_random)
export(node_is_recovered)
export(node_mode)
export(node_names)
export(pkg_data)
export(play_diffusion)
export(play_diffusions)
export(play_learning)
export(play_segregation)
export(read_dynetml)
export(read_edgelist)
export(read_graphml)
Expand All @@ -347,6 +384,7 @@ export(read_nodelist)
export(read_pajek)
export(read_ucinet)
export(rename)
export(rename_nodes)
export(rename_ties)
export(run_tute)
export(scale_color_centres)
Expand All @@ -361,6 +399,18 @@ export(scale_colour_iheid)
export(scale_colour_rug)
export(scale_colour_sdgs)
export(scale_colour_uzh)
export(scale_edge_color_centres)
export(scale_edge_color_ethz)
export(scale_edge_color_iheid)
export(scale_edge_color_rug)
export(scale_edge_color_sdgs)
export(scale_edge_color_uzh)
export(scale_edge_colour_centres)
export(scale_edge_colour_ethz)
export(scale_edge_colour_iheid)
export(scale_edge_colour_rug)
export(scale_edge_colour_sdgs)
export(scale_edge_colour_uzh)
export(scale_fill_centres)
export(scale_fill_ethz)
export(scale_fill_iheid)
Expand All @@ -374,6 +424,14 @@ export(theme_iheid)
export(theme_rug)
export(theme_uzh)
export(tie_attribute)
export(tie_is_bridge)
export(tie_is_feedback)
export(tie_is_loop)
export(tie_is_max)
export(tie_is_min)
export(tie_is_multiple)
export(tie_is_random)
export(tie_is_reciprocated)
export(tie_signs)
export(tie_weights)
export(to_acyclic)
Expand All @@ -400,6 +458,7 @@ export(to_slices)
export(to_subgraph)
export(to_subgraphs)
export(to_ties)
export(to_tree)
export(to_twomode)
export(to_undirected)
export(to_uniplex)
Expand Down Expand Up @@ -431,9 +490,11 @@ importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,arrow)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
Expand All @@ -456,19 +517,20 @@ importFrom(ggraph,geom_node_label)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,get_con)
importFrom(ggraph,ggraph)
importFrom(ggraph,scale_edge_width_continuous)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,add_edges)
importFrom(igraph,add_vertices)
importFrom(igraph,any_loop)
importFrom(igraph,any_multiple)
importFrom(igraph,articulation_points)
importFrom(igraph,as.directed)
importFrom(igraph,as.undirected)
importFrom(igraph,as_adjacency_matrix)
importFrom(igraph,as_biadjacency_matrix)
importFrom(igraph,as_data_frame)
importFrom(igraph,bipartite.projection)
importFrom(igraph,bipartite_projection)
importFrom(igraph,complementer)
importFrom(igraph,decompose)
importFrom(igraph,degree)
Expand All @@ -479,23 +541,22 @@ importFrom(igraph,delete_vertices)
importFrom(igraph,edge_attr)
importFrom(igraph,edge_attr_names)
importFrom(igraph,eulerian_path)
importFrom(igraph,feedback_arc_set)
importFrom(igraph,get.edgelist)
importFrom(igraph,get.vertex.attribute)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_biadjacency_matrix)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,gsize)
importFrom(igraph,has_eulerian_path)
importFrom(igraph,induced_subgraph)
importFrom(igraph,is.connected)
importFrom(igraph,is.directed)
importFrom(igraph,is.igraph)
importFrom(igraph,is.loop)
importFrom(igraph,is.named)
importFrom(igraph,is.simple)
importFrom(igraph,is.weighted)
importFrom(igraph,is_bipartite)
importFrom(igraph,is_connected)
importFrom(igraph,is_dag)
importFrom(igraph,list.vertex.attributes)
importFrom(igraph,is_directed)
importFrom(igraph,is_igraph)
importFrom(igraph,is_named)
importFrom(igraph,is_simple)
importFrom(igraph,is_weighted)
importFrom(igraph,make_ego_graph)
importFrom(igraph,make_lattice)
importFrom(igraph,make_line_graph)
Expand All @@ -515,6 +576,9 @@ importFrom(igraph,simplify)
importFrom(igraph,vcount)
importFrom(igraph,vertex_attr)
importFrom(igraph,vertex_attr_names)
importFrom(igraph,which_loop)
importFrom(igraph,which_multiple)
importFrom(igraph,which_mutual)
importFrom(igraph,write_graph)
importFrom(network,as.edgelist)
importFrom(network,as.matrix.network)
Expand All @@ -529,13 +593,17 @@ importFrom(network,list.edge.attributes)
importFrom(network,network.size)
importFrom(network,read.paj)
importFrom(network,set.vertex.attribute)
importFrom(pillar,style_subtle)
importFrom(pillar,tbl_format_body)
importFrom(pillar,tbl_format_setup)
importFrom(stats,cor)
importFrom(tidygraph,.E)
importFrom(tidygraph,.G)
importFrom(tidygraph,.N)
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidygraph,bind_edges)
importFrom(tidygraph,filter)
importFrom(tidygraph,is.tbl_graph)
importFrom(tidygraph,mutate)
importFrom(tidygraph,node_is_isolated)
Expand Down
Loading
Loading