deliberr: Deliberation in R

Overview

deliberr is an R package designed for analyzing deliberation data in political science and communication research. The package provides tools for measuring and evaluating deliberative quality, including the Deliberative Reasoning Index (DRI) and other metrics commonly used in deliberation studies.

Whether you’re analyzing focus groups, town halls, deliberative polls, or online discussions, deliberr helps you assess the quality of deliberative discourse with both quantitative metrics and visual outputs.

Key Features

Installation

Requirements

Install from GitHub

You can install the development version of deliberr directly from GitHub using the devtools package:

# Install devtools if you haven't already
install.packages("devtools")

# Install deliberr
devtools::install_github("gumbelino/deliberr")

Load the Package

After installation, load the package:

library(deliberr)

Usage

For Non-Programmers: Graphical Interface

You don’t need to know how to code to use deliberr! The package includes a user-friendly graphical interface that you can access in two ways:

Option 1: From R

library(deliberr)
open_gui()

Option 2: Web Browser (No R Installation Required)

Visit: https://gumbelin.shinyapps.io/deliberr/

The graphical interface allows you to:

For R Users: Code-Based Analysis

If you’re comfortable with R, you can use the package functions directly in your scripts. Documentation for all functions is available within R:

# View package documentation
?deliberr

# Get help on specific functions
?dri  # Example: Help for DRI calculation

Getting Started Guide for Researchers

Step 1: Prepare Your Data

Step 2: Open the Interface

Step 3: Upload and Analyze

Support and Documentation

Getting Help

Reporting Bugs

If you encounter any issues or bugs while using deliberr, please report them on GitHub:

  1. Go to: https://github.com/gumbelino/deliberr/issues
  2. Click “New Issue”
  3. Provide a clear description of:

For questions about usage or interpretation of results, please open a discussion on the GitHub repository.

License

This package is licensed under the MIT License. See the LICENSE file for details.

Author

Gustavo Kreia Umbelino
Email: gumbelin@gmail.com

Dependencies

The package automatically installs all required dependencies, including:

You don’t need to install these separately.

Acknowledgments

Thank you to all researchers and practitioners who have contributed feedback and suggestions to improve this package.


Questions? Open an issue on GitHub or contact the package maintainer at gumbelin@gmail.com

mirror server hosted at Truenetwork, Russian Federation.