quallmer 0.3.0

CRAN submission

Internal changes

Accessor functions

Build system

Gold standard handling and validation improvements

Confidence intervals and reliability metrics

Rater identification and combinability

API refinements

The quallmer audit trail

quallmer 0.2.0

The quallmer audit trail

New API

The package introduces a new qlm_*() API with richer return objects and clearer terminology for qualitative researchers:

The new API uses the qlm_ prefix to avoid namespace conflicts (e.g., with ggplot2::annotate()) and follows the convention of verbs for workflow actions, nouns for accessor functions.

Restructured qlm_coded objects

Example codebooks

Deprecated and superseded functions

Backward compatibility: Old code continues to work with deprecation warnings. New qlm_codebook objects work with old annotate(), and old task objects work with new qlm_code(). This is achieved through dual-class inheritance where qlm_codebook inherits from both "qlm_codebook" and "task".

Package restructuring

Other changes