Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.10.0
Date: 2025-08-26 11:43:05 UTC
SHA: a4d4ea06c5de4ed451fcd8ab05d94a248ec8bda8
Version: 1.10.1
Date: 2026-01-16 17:03:37 UTC
SHA: 0887751b21bc31931b19c02702d544e16e2d8c2b
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: wpa
Type: Package
Title: Tools for Analysing and Visualising Viva Insights Data
Version: 1.10.0
Version: 1.10.1
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"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# wpa 1.10.1

- Minor update to globals to support dplyr update.

# wpa 1.10.0

- Refactored codebase to use latest dplyr syntax
Expand Down
1 change: 1 addition & 0 deletions R/globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ utils::globalVariables(
"Collaboration_hours_external",
".GRP",
"Id",
"id",
"betweenness",
"closeness",
"degree",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Analyze and Visualize Viva Leader Insights data

This is an R package for analyzing and visualizing data from Microsoft Workplace Analytics. For analyzing data from [Microsoft Viva Insights](https://analysis.insights.viva.office.com/), please see our other package [**vivainsights**](https://microsoft.github.io/vivainsights/).
This is an R package for analyzing and visualizing data from Microsoft Workplace Analytics. For analyzing data from [Microsoft Viva Insights](https://analysis.insights.cloud.microsoft/), please see our other package [**vivainsights**](https://microsoft.github.io/vivainsights/).

## With the **wpa** package, you can...

Expand Down
7 changes: 4 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Test environments
* local R installation, R 4.0.5
* ubuntu 16.04 (on travis-ci), R 4.0.5
* local Windows installation, R 4.5.1
* GitHub Actions (ubuntu-latest), R-release
* GitHub Actions (windows-latest), R-release
* win-builder (devel)

## R CMD check results

0 errors | 0 warnings | 0 note
0 errors | 0 warnings | 0 notes