{
  "_id": "6a27269224555f66ed52a618",
  "Package": "vivaglint",
  "Type": "Package",
  "Title": "Analysis Tools for 'Viva Glint' Survey Data",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\"Eric\", \"Knudsen\", , \"ericknudsen@microsoft.com\", role = c(\"aut\", \"cre\")),\nperson(\"Microsoft Corporation\", role = \"cph\")\n)",
  "Description": "Provides functions for importing, validating, and\nanalyzing 'Viva Glint' survey data exports, with optional\nAPI-based import via the 'Microsoft Graph' API. Includes tools\nfor data reshaping, question-level analysis, multi-cycle\ncomparisons, organizational hierarchy analysis, factor\nanalysis, and correlation analysis. Harman (1960, ISBN:\n0226316513); Husser (2017)\n<doi:10.1002/9781118901731.iecrm0048>.",
  "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",
  "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": {
    "Date": "2026-06-08 20:21:06 UTC",
    "User": "root"
  },
  "Author": "Eric Knudsen [aut, cre],\nMicrosoft Corporation [cph]",
  "Maintainer": "Eric Knudsen <ericknudsen@microsoft.com>",
  "MD5sum": "8a96f24b8923c69e14b3a0ac2982ba93",
  "_user": "microsoft",
  "_type": "src",
  "_file": "vivaglint_0.1.1.tar.gz",
  "_fileid": "3862b39203b1888f01a6dd11b6c409ad993d508c97d328dd0359e14013e4d374",
  "_filesize": 303724,
  "_sha256": "3862b39203b1888f01a6dd11b6c409ad993d508c97d328dd0359e14013e4d374",
  "_created": "2026-06-08T20:21:06.000Z",
  "_published": "2026-06-08T20:31:14.636Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80188316618,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7491507544"
    },
    {
      "job": 80188316658,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7491507763"
    },
    {
      "job": 80188316633,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7491657301"
    },
    {
      "job": 80188316624,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7491588746"
    },
    {
      "job": 80187765717,
      "time": 183,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7491456037"
    },
    {
      "job": 80188316585,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7491494870"
    },
    {
      "job": 80188316622,
      "time": 97,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7491490952"
    },
    {
      "job": 80188316636,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7491488257"
    },
    {
      "job": 80188316614,
      "time": 131,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7491503138"
    }
  ],
  "_buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/microsoft/vivaglint",
  "_commit": {
    "id": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
    "author": "eknuds <eknudsen88@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #7 from Tbhatt-Github/feat/defaults-and-parse\n\nDefault column mappings + parse argument for read_glint_survey_api()",
    "time": 1780935692
  },
  "_maintainer": {
    "name": "Eric Knudsen",
    "email": "ericknudsen@microsoft.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "readr",
      "version": ">= 2.0.0",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "version": ">= 1.7.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.0",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "psych",
      "version": ">= 2.0.0",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "microsoft",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-02",
      "n": 1
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-06",
      "n": 6
    },
    {
      "week": "2026-10",
      "n": 4
    },
    {
      "week": "2026-11",
      "n": 6
    },
    {
      "week": "2026-13",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 8
    },
    {
      "week": "2026-23",
      "n": 1
    },
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-03-12"
    },
    {
      "name": "v.0.1.1",
      "date": "2026-04-22"
    },
    {
      "name": "v0.1.2",
      "date": "2026-06-03"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "eknuds",
      "count": 6,
      "uuid": 223532572
    }
  ],
  "_userbio": {
    "uuid": 6154722,
    "type": "organization",
    "name": "Microsoft",
    "description": "Open source projects and samples from Microsoft"
  },
  "_downloads": {
    "count": 469,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vivaglint"
  },
  "_devurl": "https://github.com/microsoft/vivaglint",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/vivaglint.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/microsoft/vivaglint",
  "_realowner": "microsoft",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-04-24"
    }
  ],
  "_exports": [
    "aggregate_by_manager",
    "analyze_attrition",
    "analyze_by_attributes",
    "compare_cycles",
    "extract_questions",
    "extract_survey_factors",
    "get_correlations",
    "get_response_dist",
    "glint_setup",
    "join_attributes",
    "pivot_long",
    "read_glint_survey",
    "read_glint_survey_api",
    "search_comments",
    "split_survey_data",
    "summarize_survey"
  ],
  "_help": [
    {
      "page": "aggregate_by_manager",
      "title": "Aggregate Responses by Manager",
      "topics": [
        "aggregate_by_manager"
      ]
    },
    {
      "page": "analyze_attrition",
      "title": "Analyze Employee Attrition",
      "topics": [
        "analyze_attrition"
      ]
    },
    {
      "page": "analyze_by_attributes",
      "title": "Analyze Survey Responses by Attributes",
      "topics": [
        "analyze_by_attributes"
      ]
    },
    {
      "page": "compare_cycles",
      "title": "Compare Survey Cycles",
      "topics": [
        "compare_cycles"
      ]
    },
    {
      "page": "extract_questions",
      "title": "Extract Questions from Glint Survey",
      "topics": [
        "extract_questions"
      ]
    },
    {
      "page": "extract_survey_factors",
      "title": "Extract Survey Factors",
      "topics": [
        "extract_survey_factors"
      ]
    },
    {
      "page": "get_correlations",
      "title": "Calculate Question Correlations",
      "topics": [
        "get_correlations"
      ]
    },
    {
      "page": "get_response_dist",
      "title": "Get Response Distribution",
      "topics": [
        "get_response_dist"
      ]
    },
    {
      "page": "glint_setup",
      "title": "Configure Viva Glint API credentials",
      "topics": [
        "glint_setup"
      ]
    },
    {
      "page": "join_attributes",
      "title": "Join Employee Attributes to Survey Data",
      "topics": [
        "join_attributes"
      ]
    },
    {
      "page": "pivot_long",
      "title": "Pivot Survey Data to Long Format",
      "topics": [
        "pivot_long"
      ]
    },
    {
      "page": "read_glint_survey",
      "title": "Read Viva Glint Survey Data",
      "topics": [
        "read_glint_survey"
      ]
    },
    {
      "page": "read_glint_survey_api",
      "title": "Read Viva Glint Survey Data via API",
      "topics": [
        "read_glint_survey_api"
      ]
    },
    {
      "page": "search_comments",
      "title": "Search Survey Comments",
      "topics": [
        "search_comments"
      ]
    },
    {
      "page": "split_survey_data",
      "title": "Split Survey Data into Quantitative and Qualitative Components",
      "topics": [
        "split_survey_data"
      ]
    },
    {
      "page": "summarize_survey",
      "title": "Summarize Survey Questions",
      "topics": [
        "summarize_survey"
      ]
    }
  ],
  "_readme": "https://github.com/microsoft/vivaglint/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "hms",
    "httr",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "readr",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "vivaglint-intro.Rmd",
      "filename": "vivaglint-intro.html",
      "title": "Introduction to vivaglint",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Key Capabilities",
        "Getting Started",
        "Installation",
        "Basic Workflow",
        "1. Import Your Glint Export",
        "2. Get a Question-Level Summary",
        "3. Focus on Specific Questions",
        "4. Explore Response Distributions",
        "Multi-Cycle Trend Analysis",
        "Manager-Level Analysis",
        "Roll Up to Manager Level",
        "Demographic Analysis",
        "Segment by Employee Attributes",
        "Pre-Joining Attributes for Multiple Analyses",
        "Attrition Risk Analysis",
        "Segment Attrition by Demographics",
        "Correlation and Factor Analysis",
        "Understand Which Items Move Together",
        "Factor Analysis",
        "Working with Comments",
        "Full-Text Comment Search",
        "Convert to Long Format for NLP",
        "Separating Quantitative and Qualitative Data",
        "Privacy and Data Handling",
        "Minimum Group Sizes",
        "Local Processing",
        "Additional Resources"
      ],
      "created": "2026-02-04 18:21:39",
      "modified": "2026-04-22 18:40:49",
      "commits": 3
    }
  ],
  "_score": 4.653212513775344,
  "_indexed": true,
  "_nocasepkg": "vivaglint",
  "_universes": [
    "microsoft"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-08T20:23:23.000Z",
      "distro": "noble",
      "commit": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
      "fileid": "22624c86e3d7481d985c1f0c8aa355d64f0361bbbc7c682aa80bd2e11e5a6f17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-08T20:23:23.000Z",
      "distro": "noble",
      "commit": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
      "fileid": "05d046f01809156195ecd68557f62bb35305a05539a89f25bf451d1973d3aef3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-08T20:30:34.000Z",
      "commit": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
      "fileid": "eeff747fdc8ec28a8a555673334c218e1234b463ec70843c315cfaf8c2e4a2f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-08T20:27:21.000Z",
      "commit": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
      "fileid": "77fae4868eb733c0548daebe69403e3dddb69c5598311ee5ed69a2010009a61e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-08T20:23:10.000Z",
      "commit": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
      "fileid": "803cc2047df9454b600c5cfc02c70fd408723b53cf9c5c89e945d9c724b866c4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-08T20:22:28.000Z",
      "commit": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
      "fileid": "dfa4be5d57fa4458ff9650c0275e107319512e2e7e547a1742284c7e1e6fc283",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-08T20:22:23.000Z",
      "commit": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
      "fileid": "6397eb51dc9f15647bd7c87ab30f84b989f48a16f0056f9271e226e256f9afc5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-08T20:23:02.000Z",
      "commit": "b63910bff7d8f78a50d47edbfd0ab8573b2dbd1d",
      "fileid": "5b0b0c0e7d6045e7a0bcd534cf53c4f5e5c63b5f9338fa0fdac5157e8ede180b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/microsoft/actions/runs/27164396416"
    }
  ]
}