Releases: RE-QDA/requal
v1.1.2 Thuringothyris
Release notes:
- Export functions
- Export enabled for memos and codebooks. Segments export now includes character positions.
- Citation information
- Updated citation information for proper referencing.
- User Interface
- Minor UI updates plus a new logo.
- Improved testing
- Certain behaviors are now formally tested with the integration of
shinytest2
.
- Certain behaviors are now formally tested with the integration of
- Permission controls in server mode
- Project owners will no longer be able to inadvertently revoke their own permission privileges.
v1.0.0 Coelostegus
Version 1.0.0 Coelostegus is the final output of the Technology Agency of the Czech Republic project n. TL05000054.
Features:
- modes
- "local" (run locally with SQLite)
- "server" (run remotely with PostgreSQL)
- installation-wide user management with
shinymanager
- project-wide user management
- manage user permissions
- track user attributes
- add documents as
txt
files or copy&paste content - create codes and categories
- annotate documents
- analyze and export coded segments
- report coding statistics and visualize agreement and consensus of coders
- actions log
- create free memos
v0.7.0 Hylonomus
This release is the last one without server functionality for requal
.
The development version is expected to be unstable until the next pre-release.
The release contains bug fixes and refactored internals.
v0.5.4 Casineria
Bare-bones functionality.
- categories for codes
- merge codes (also can be used to edit codes)
- free memos
- minimal UI
- user placeholder
- improved logs
- bug fixes
v0.2.1
Annotator prototype
This release has limited but operational functionality.
- redesigned UI
- create and load projects
- manual input and TXT file upload for adding documents
- removal of documents
- create and delete code
- annotate with colors and overlaps
- removal of codes from text segments
- list, filter, and export annotated segments
Known unresolved issues include practical file size limitation (no checks implemented) due to heavy backend calculations. The rule of thumb is to keep documents under 1MB each (experience may vary based on machine and browser).
Test of basic functionality
Allows for the following basic functionality:
- create projects
- load projects
- add documents
- delete documents
- create codes
- delete codes
- assign codes to text
- remove assigned codes from text
Test release
Testing if releases can be published and installed
Download the installation file to your computer. The file is available below from the Assets
menu.
Install remotes
library, if not already installed, by running this command in the R
console:
install.packages("remotes")
Before running the following command, replace "path_to/requal_0.0.0.9000.tar.gz"
with your local path to requal_xxx.tar.gz file.
E.g. "~Downloads/requal_0.0.0.9000.tar.gz"
.
Run the following command to install the requal
package.
remotes::install_local("path_to/requal_0.0.0.9000.tar.gz")
Launch the requal
application from the R
console with the following command:
requal::run_app()