diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index c69fb2f2..6c321e6f 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index aabba74b..81a9c885 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), diff --git a/NEWS.md b/NEWS.md index f2a077b4..f0fa1c94 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/globals.R b/R/globals.R index 40e01f49..18b45013 100644 --- a/R/globals.R +++ b/R/globals.R @@ -261,6 +261,7 @@ utils::globalVariables( "Collaboration_hours_external", ".GRP", "Id", + "id", "betweenness", "closeness", "degree", diff --git a/README.md b/README.md index 3a0c2a99..f2a3a0c5 100644 --- a/README.md +++ b/README.md @@ -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... diff --git a/cran-comments.md b/cran-comments.md index 83c899b8..a7b5668a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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