Package: vivaglint Type: Package Title: Analysis Tools for 'Viva Glint' Survey Data Version: 0.1.1 Authors@R: c( person("Eric", "Knudsen", , "ericknudsen@microsoft.com", role = c("aut", "cre")), person("Microsoft Corporation", role = "cph") ) Description: Provides functions for importing, validating, and analyzing 'Viva Glint' survey data exports, with optional API-based import via the 'Microsoft Graph' API. Includes tools for data reshaping, question-level analysis, multi-cycle comparisons, organizational hierarchy analysis, factor analysis, and correlation analysis. Harman (1960, ISBN: 0226316513); Husser (2017) . License: MIT + file LICENSE URL: https://github.com/microsoft/vivaglint BugReports: https://github.com/microsoft/vivaglint/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr (>= 1.0.0), tidyr (>= 1.0.0), readr (>= 2.0.0), stringr (>= 1.4.0), lubridate (>= 1.7.0), purrr (>= 0.3.0), rlang (>= 0.4.0), httr (>= 1.4.0) Suggests: testthat (>= 3.0.0), knitr, rmarkdown, psych (>= 2.0.0), ggplot2 (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libssl-dev libx11-dev Repository: https://microsoft.r-universe.dev Date/Publication: 2026-06-08 16:21:32 UTC RemoteUrl: https://github.com/microsoft/vivaglint RemoteRef: HEAD RemoteSha: b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d NeedsCompilation: no Packaged: 2026-06-08 20:21:06 UTC; root Author: Eric Knudsen [aut, cre], Microsoft Corporation [cph] Maintainer: Eric Knudsen