Closed jaeltan closed 11 months ago
Attention: 208 lines
in your changes are missing coverage. Please review.
Comparison is base (
59737e7
) 50.49% compared to head (e6ecdf1
) 55.19%. Report is 17 commits behind head on main.:exclamation: Current head e6ecdf1 differs from pull request most recent head 0f69f65. Consider uploading reports for the commit 0f69f65 to get more accurate results
Files | Patch % | Lines |
---|---|---|
R/map_autographr.R | 12.23% | 122 Missing :warning: |
R/map_theme.R | 71.42% | 60 Missing :warning: |
R/make_as.R | 38.46% | 8 Missing :warning: |
R/manip_split.R | 0.00% | 7 Missing :warning: |
R/map_palettes.R | 0.00% | 7 Missing :warning: |
R/map_is.R | 50.00% | 2 Missing :warning: |
R/manip_tidy.R | 85.71% | 1 Missing :warning: |
R/manip_transform.R | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
2023-12-15
Package
Making
as_tidygraph()
method for diff_model objectsas_siena()
method for tidygraph objectsModifying
to_waves()
now works on diff_model objects, add attributes and namesis_multiplex()
now recognises a tie/edge 'type' attribute as evidence of multiplexityigraph::is_bipartite()
is superseded byis_twomode()
tidygraph::activate()
is superseded bymutate_ties()
and similar functionsigraph::as_incidence_matrix()
andigraph::graph_from_incidence_matrix()
withigraph::as_biadjacency_matrix()
andigraph::graph_from_biadjacency_matrix()
Mapping
autographr()
now plots diff_model objects, showing the diffusion as a heatmap on the verticesautographs()
andautographd()
now utilise network information in diff_model objects to provide better layoutsnode_size
inautographd()
many_palettes
replacesiheid_palette
theme_ethz()
,scale_color_ethz()
/scale_colour_ethz()
, andscale_fill_ethz()
for ETH Zürichtheme_uzh()
,scale_color_uzh()
/scale_colour_uzh()
, andscale_fill_uzh()
for Uni Zürichtheme_rug()
,scale_color_rug()
/scale_colour_rug()
, andscale_fill_rug()
for Uni GröningenData
ison_physicians
data that includes four, multiplex networks with adoption dataChecklist: