Welcome to Requal

Requal is a free and open-source qualitative data analysis software that improves the reproducibility of qualitative coding by increasing its transparency and reflexivity. Requal is a shiny application that runs in your browser and provides basic functionality for annotating documents in plain text with user-defined codes. The annotated text segments can be filtered and exported. Modules to enhance reproducibility help users in making their analysis more transparent and reflexive.

Server version

To use the server version, you need to install Requal on a server or ask your organization's IT staff to install it for you. The server version is intended for online teamwork or teaching. You can try the demo version on our server:

requal.fsv.cuni.cz/demo/, user: demo, psw: requal123

Desktop version

To use Requal, you need to have the R language installed and running on your machine. You can download and install R from here. You will also need a web browser with JavaScript support (i.e. any of the standard issue browsers like Firefox, Chrome, or Safari).

You can install Requal from GitHub by following these steps (assuming you have R installed on your machine):

  1. Download the current release of Requal from Releases.
  2. Install the remotes package by running install.packages("remotes") command in R console.
  3. Install the Requal package by running remotes::install_local(file.choose()) and selecting the downloaded release file on your hard-drive.

Development version (desktop)

The development version contains the latest features, but might be less stable than a released version.

You can install the development version of Requal from GitHub by running this code in R:

install.packages("devtools")
devtools::install_github("RE-QDA/requal")

Usage (desktop)

The Requal app can be launched from the R console with the following command:

requal::run_app(options = list("launch.browser"))

Contact, help & contribution

Read our brochure (only in Czech) about reproducibility enhancing strategies used in Requal here

Need help? Visit our wiki.

Have an issue? Report via GitHub.

Have a question? Email to martin[dot]hajek[at]fsv[dot]cuni[dot]cz. Department of Sociology, Faculty of Social Sciences, Charles University, Czechia

Acknowledgement

The application development has been supported by The Technology Agency of the Czech Republic, project n. TL05000054.

Cite Requal: Hladík R, Škvrňák M, Fárová N, Hájek M (2023). Requal: Shiny Application for Computer-Assisted Qualitative Data Analysis. R package version [...].