Added a NEWS.md file to track changes to the
package.
networktools 1.1.0
The bridge() function is now available. Can be used to calculate and
plot “bridge statistics”, including bridge strength, bridge betweenness,
bridge closeness, and bridge expected influence.
networktools 1.1.1
Bug fixes for bridge strength in the bridge() function
The goldbricker() and net_reduce() functions are now available.
Useful for comparing correlations in order to eliminate nodes in
networks which ostensibly measure the same construct
networktools 1.1.2
Additions to bridge() function: can use list input for communities,
improved error handling
New argument “corMin” in goldbricker function
networktools 1.2.0
Three new functions for plotting networks using MDS, PCA, and
eigenmodels (MDSnet, PCAnet, EIGENnet)
Added an argument in bridge() to average bridge centrality by number
of nodes in communities
networktools 1.2.1
MDSnet, EIGENnet, & PCAnet now include an optional repulsion
parameter. This allows the user to avoid any node overlap in plots.
Additional arguments can now be passed to qgraph via …
The “average” argument in bridge has been changed to “normalize”
& normalizes bridge centralities
networktools 1.2.2
Added PROCRUSTESnet function for plotting two networks with
Procrustes-aligned MDS
In plot.bridge, argument plotNA (default FALSE) now controls whether
nodes with NA values are plotted
Removed previously deprecated functions edge.impact, global.impact,
and structure.impact
Fixed a bug in impact.NCT where multiple booleans were passed to if
statement
networktools 1.2.3
Fixed deprecated /donttest examples
networktools 1.3.0
Fixed a bug in bridge that resulted in incorrect communities if a
non-sequential list was supplied, e.g., communities <-
list(“Comm1”=c(1:2, 4), “Comm2”=c(3))
networktools 1.4.0
Amended the previous fix to work in a wider variety of cases
Adjusted goldbricker to handle tibbles
Added testing with testthat
networktools 1.5.0
Removed deprecated impact functions, resolving circular dependency
on NetworkComparisonTest package
networktools 1.5.1
Update package description to conform to roxygen2 7.0.0
networktools 1.5.2
Fixed a bug affecting the zou2007 method of goldbricker
networktools 1.6.0
Amends an error in the calculation of bridge closeness introduced in
1.4.0. Versions 1.4.0-1.5.2 mistakenly used the mean of inverse
distances (rather than the inverse of the mean distance) for networks
without negative edges