Closed jhollway closed 10 months ago
Attention: 675 lines
in your changes are missing coverage. Please review.
Comparison is base (
a1769d4
) 53.46% compared to head (869ebc6
) 47.94%. Report is 136 commits behind head on main.:exclamation: Current head 869ebc6 differs from pull request most recent head 17b07f4. Consider uploading reports for the commit 17b07f4 to get more accurate results
Files | Patch % | Lines |
---|---|---|
R/mark_nodes.R | 13.97% | 117 Missing :warning: |
R/class_diff_model.R | 6.12% | 92 Missing :warning: |
R/make_play.R | 40.41% | 87 Missing :warning: |
R/make_read.R | 62.63% | 71 Missing :warning: |
R/map_autographr.R | 20.22% | 71 Missing :warning: |
R/pkg_tutorials.R | 0.00% | 39 Missing :warning: |
R/manip_as.R | 11.11% | 32 Missing :warning: |
R/map_theme.R | 44.23% | 29 Missing :warning: |
R/class_marks.R | 22.58% | 24 Missing :warning: |
R/mark_is.R | 40.00% | 21 Missing :warning: |
... and 10 more |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
2023-12-24
Package
pkg_data()
to report an overview of data contained within the package(s){ggplot2}
releaseMaking
play_diffusion()
andplay_diffusions()
from{migraph}
print()
,summary()
, andplot()
methodsplay_learning()
andplay_segregation()
from{migraph}
print()
,summary()
, andplot()
methodscreate_tree()
where it was not returning a two-mode network correctlyModifying
as_diffusion()
to coerce a table of diffusion events into diff_model classas_*()
functions are now considered modificationsmutate_nodes()
filter()
andfilter_nodes()
rename_nodes()
bind_ties()
delete_ties()
to_tree()
to find one or more spanning trees amongst a network's tiesfrom_ties()
to collect multiple networks into a multiplex networkMarking
is.igraph()
tois_igraph()
for igraph v2.0.0is_list()
for identifying a list of networksnode_is_core()
,node_is_cutpoint()
,node_is_fold()
,node_is_isolate()
,node_is_mentor()
from{migraph}
node_is_exposed()
,node_is_infected()
,node_is_latent()
,node_is_recovered()
from{migraph}
node_is_max()
,node_is_min()
,node_is_random()
from{migraph}
tie_is_bridge()
,tie_is_loop()
,tie_is_multiple()
,tie_is_reciprocated()
from{migraph}
tie_is_feedback()
tie_is_max()
,tie_is_min()
from{migraph}
tie_is_random()
Mapping
scale_edge_color_centres()
,scale_edge_color_ethz()
,scale_edge_color_iheid()
,scale_edge_color_rug()
,scale_edge_color_sdgs()
autographr()
now provides legends by default where multiple colours are used (closes #52)autographs()
now labels legends correctly for binary variables (closes #38)autographs()
now graphs just the first and last networks in a list (closes #45)autographs()
now includes an option whether the layout should be based on the first, last, or both of two networks (closes #48)Data
ison_konigsberg
toison_koenigsberg
and named the bridgesison_algebra
now in long multiplex formatison_karateka
now weighted, anonymous members are named by number, and "obc" variable renamed "allegiance"ison_lawfirm
enlarged from 36 to 71 nodes and now consists of three multiplex, directed networksison_southern_women
names are now title caseison_hightech
, a multiplex, directed network from Krackhardt 1987ison_monastery
datasets, three of which are signed and weighted, and the other is longitudinal, from Sampson 1969 (closes #49)ison_potter
datasets in a list of networks, from Bossaert and Meidert 2013 (closes #47)ison_usstates
data on the contiguity of US states, from Meghanathan 2017Checklist: