NEWS
networktools 1.5.2 (2024-02-23)
- Fixed a bug affecting the zou2007 method of goldbricker
networktools 1.5.1 (2023-08-22)
- Update package description to conform to roxygen2 7.0.0
networktools 1.5.0 (2022-06-03)
- Removed deprecated impact functions, resolving circular dependency on NetworkComparisonTest package
networktools 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
networktools 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))
networktools 1.2.3 (2020-04-20)
- Fixed deprecated /donttest examples
networktools 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
networktools 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
networktools 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
networktools 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
networktools 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
networktools 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.
networktools 1.0.0 (2017-04-14)
- Added a
NEWS.md
file to track changes to the package.