Changelog
Source:NEWS.md
vivainsights 0.5.5
- Add new functionality on calculating Chatterjee’s coefficient
- Improved test coverage
vivainsights 0.5.4
CRAN release: 2024-09-06
Added new functionality to calculate Gini coefficient and Lorenz curve.
vivainsights 0.5.0
CRAN release: 2023-11-09
Added new functionality to calculate information value: create_IV()
and IV_report()
vivainsights 0.4.3
CRAN release: 2023-11-01
- Updated datasets for
g2g_data
andp2p_data
- Improve test coverage
vivainsights 0.4.2
CRAN release: 2023-10-17
- Improved versatility to
identify_query()
- Added
any_idate()
- Bug fixes
vivainsights 0.4.0
CRAN release: 2023-08-16
Added new functionality for organizational network analysis (ONA):
- Introduced
p2p_data
andg2g_data
sample datasets, with an option to simulate a person-to-person dataset usingp2p_data_sim()
- Added
network_g2g()
,network_p2p()
,network_summary()
, andcreate_sankey()
functions -
network_p2p()
now has acentrality
argument for computing and visualizing centrality as node sizes in the network plot - For
network_p2p()
:- the
algorithm
argument is renamed tolayout
for better intuitiveness - Improved consistency and intuitiveness of the API, with
style
argument now controlling the network plotting mechanism andreturn
argument controlling whether plots are generated interactively or saved as PDF - Added a large number of community detection algorithms from
igraph
- the
vivainsights 0.3.0
CRAN release: 2023-03-30
- Added new text analytics functions relating to the meeting query
vivainsights 0.2.0
CRAN release: 2023-01-17
- colour contrast improved for
create_dist()
family functions - added data validation family of functions, including
validation_report()
- adds ‘wpa’ as a package dependency
vivainsights 0.1.0
CRAN release: 2022-10-04
This is the first version of the vivainsights package to be released open-source on GitHub and CRAN. This is based on the original wpa library, with functions and documentation updated to reflect the latest features in Viva Insights.