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.
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
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):
Requal
from Releases.remotes
package by running
install.packages("remotes")
command in R console.Requal
package by running
remotes::install_local(file.choose())
and selecting the
downloaded release file on your hard-drive.The Requal
app can be launched from the R console with
the following command:
requal::run_app(options = list("launch.browser"))
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")
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
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 [...].