docs: update version to `1.9.0`

This commit is contained in:
Martin Chan 2023-08-16 12:30:08 +01:00
Родитель b8397233fe
Коммит 17c85c1642
2 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
Package: wpa
Type: Package
Title: Tools for Analysing and Visualising Viva Insights Data
Version: 1.8.1
Version: 1.9.0
Authors@R: c(
person(given = "Martin", family = "Chan", role = c("aut", "cre"), email = "martin.chan@microsoft.com"),
person(given = "Carlos", family = "Morales", role = "aut", email = "carlos.morales@microsoft.com"),

11
NEWS.md
Просмотреть файл

@ -1,3 +1,14 @@
# wpa 1.9.0
Updates to `network_p2p()`, with breaking changes to the argument, addressing issue #225:
- `network_p2p()` now has a `centrality` argument for computing and visualizing centrality as node sizes in the network plot
- the `algorithm` argument is renamed to `layout` for better intuitiveness
- Improved consistency and intuitiveness of the API, with `style` argument now controlling the network plotting mechanism and `return` argument controlling whether plots are generated interactively or saved as PDF
- Added a large number of community detection algorithms from `igraph`
This version also includes some minor dependency maintenance done to `create_dt()`.
# wpa 1.8.1
- fixed issue due to a 'tidyr' update (see #233).