Skip to content

Releases: RE-QDA/requal

v1.1.2 Thuringothyris

18 May 16:07
fb05a4b
Compare
Choose a tag to compare

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.
  • Permission controls in server mode
    • Project owners will no longer be able to inadvertently revoke their own permission privileges.

v1.0.0 Coelostegus

18 Jun 17:53
Compare
Choose a tag to compare

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

12 Jan 16:25
8cb0460
Compare
Choose a tag to compare
v0.7.0 Hylonomus Pre-release
Pre-release

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

13 Apr 16:09
4335afb
Compare
Choose a tag to compare
v0.5.4 Casineria Pre-release
Pre-release

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

16 Feb 21:12
9b79d96
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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

11 Feb 11:56
Compare
Choose a tag to compare
Pre-release

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

21 May 10:46
e8eb20b
Compare
Choose a tag to compare
Test release Pre-release
Pre-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()