vivainsights 0.7.0
CRAN release: 2025-07-24
- Added
create_rogers()function for analyzing technology adoption patterns using Rogers adoption curve theory - Feature improvements to
create_hist(),create_density(),identify_usage_segments(),create_line() - Refactor superseded dplyr syntax to current best practices
- Optimized dependencies using base R functions where appropriate
vivainsights 0.6.2
CRAN release: 2025-05-28
- Minor bug fixes to
validation_report() - Clearer diagnostic messages to
identify_*()family of functions
vivainsights 0.6.1
CRAN release: 2025-05-12
- Added
identify_usage_segments()for classifying usage segments. - Added
create_itsa()for performing interrupted time-series analysis.
vivainsights 0.6.0
CRAN release: 2025-02-20
- Add
identify_habits()for classifying habitual behavior. - Refactored code to latest dplyr and tidyselect practices.
- Updated metrics in
pq_datato include Copilot metrics.
vivainsights 0.5.5
CRAN release: 2024-11-19
- 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_dataandp2p_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_dataandg2g_datasample 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 acentralityargument for computing and visualizing centrality as node sizes in the network plot - For
network_p2p():- the
algorithmargument is renamed tolayoutfor better intuitiveness - Improved consistency and intuitiveness of the API, with
styleargument now controlling the network plotting mechanism andreturnargument 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.
