- added method for
dplyr::distinct()
(#63) - added methods for
dplyr
'sslice_head()
,slice_tail()
,slice_min()
,slice_max()
, andslice_sample()
(#84) - fixed doc typos
- fixed igraph issue (#82)
- fixed printing issues (#80)
- fixed layout issues for
clustered_graphs()
andplot_egograms()
- fixed
tidyselect
deprecation warnings
- dropped AppVeyor CI
- some house keeping
- bug fixes
- added vignette for ego-centered network surveys in Qualtrics
as.egor()
now can convert a list ofigraph
ornetwork
objects to anegor
object- improved
plot_egograms()
consistency as_network()
handles alter-alter weights more consistently wheninclude.ego = TRUE
- changed printing behavior of
egor
objects EI()
re-scaling can be turned off and ego can be included in EI calculation- improved
plot_egograms()
(i.e. node size scaling) dplyr::rowwise()
is now supported- new example data
transnat
andgss2004
- ego-alter weights are now plotted correctly by
plot_egographs()
- several bugs fixed
- we are now using the
srvyr
package to allow for survey designs being reflected in theegor
object - adjustments to work with dplyr 1.0.0
- feat: Added as.egor.nested_egor()
- feat: added rowwise_egor()
- fix: updated clustered_graphs() to work with tibble 3.0.0
- feat: added count_dyads() function
- feat: plot_ego_gram now uses plot_ego_graph for graph plotting
- feat: added ego_constraint
- fix: significantly sped up trim_aaties; hence most dplyr methods work much faster especially on big datasets
- several fixes and improvements to plotting, importing and infrastructure