Package: deliberr Type: Package Title: Methods for Deliberation Analysis Version: 0.1.2 Authors@R: c( person( "Gustavo", "Kreia Umbelino", email = "gustavo.kreiaumbelino@zda.uzh.ch", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7754-9606") ), person( "Francesco", "Veri", email = "francesco.veri@zda.uzh.ch", role = "aut", comment = c(ORCID = "0000-0002-9295-6776") ), person( "Swiss National Science Foundation (SNSF)", role = "fnd" ) ) URL: https://github.com/gumbelino/deliberr, https://gumbelin.shinyapps.io/deliberr BugReports: https://github.com/gumbelino/deliberr/issues Description: An implementation of deliberative reasoning index (DRI) and related tools for analysis of deliberation survey data. Calculation of DRI, plot of intersubjective correlations (IC), generation of large-language model (LLM) survey data, and permutation tests are supported. Example datasets and a graphical user interface (GUI) are also available to support analysis. For more information, see Niemeyer and Veri (2022) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: stats, dplyr, shiny, tibble, ggplot2, rstatix, grid, psych, tidyr, rlang, glue, httr, purrr, readr, jsonlite, lifecycle, uuid, RoxygenNote: 7.3.3 Suggests: DT, gridExtra, knitr, readxl, rmarkdown Roxygen: list(markdown = TRUE) Depends: R (>= 3.5) Repository: https://gumbelino.r-universe.dev Date/Publication: 2026-03-04 19:11:11 UTC RemoteUrl: https://github.com/gumbelino/deliberr RemoteRef: HEAD RemoteSha: 3cc12d758449e8920dce404b4ab4f34db2f3833c NeedsCompilation: no Packaged: 2026-07-02 08:07:36 UTC; root Author: Gustavo Kreia Umbelino [aut, cre] (ORCID: ), Francesco Veri [aut] (ORCID: ), Swiss National Science Foundation (SNSF) [fnd] Maintainer: Gustavo Kreia Umbelino