Changes in version 1.6.1 - Removes label coloring in plot.bridge, which relied on a deprecated ggplot2 feature - Updates the return signature of plot.bridge such that ggplot objects are still returned when order = "value" Changes in version 1.6.0 (2025-02-24) - 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 Changes in version 1.5.2 (2024-02-23) - Fixed a bug affecting the zou2007 method of goldbricker Changes in version 1.5.1 (2023-08-22) - Update package description to conform to roxygen2 7.0.0 Changes in version 1.5.0 (2022-06-03) - Removed deprecated impact functions, resolving circular dependency on NetworkComparisonTest package Changes in version 1.4.0 (2021-10-06) - Amended the previous fix to work in a wider variety of cases - Adjusted goldbricker to handle tibbles - Added testing with testthat Changes in version 1.3.0 (2021-09-12) - 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)) Changes in version 1.2.3 (2020-04-20) - Fixed deprecated /donttest examples Changes in version 1.2.2 (2020-02-13) - 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 Changes in version 1.2.1 (2019-05-20) - 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 Changes in version 1.2.0 (2018-06-05) - 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 Changes in version 1.1.2 (2018-05-10) - Additions to bridge() function: can use list input for communities, improved error handling - New argument "corMin" in goldbricker function Changes in version 1.1.1 (2018-02-05) - 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 Changes in version 1.1.0 (2017-08-09) - 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. Changes in version 1.0.0 (2017-04-14) - Added a NEWS.md file to track changes to the package.