Package: quallmer
Type: Package
Title: Qualitative Analysis with Large Language Models
Version: 0.3.0
Authors@R: c(
    person(
      "Seraphine F.", "Maerz",
      email = "seraphine.maerz@unimelb.edu.au",
      role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7173-9617")
    ),
    person(
      "Kenneth", "Benoit",
      email = "kbenoit@smu.edu.sg",
      role = c("aut"), comment = c(ORCID = "0000-0002-0797-564X")
    )
  )
Description: Tools for AI-assisted qualitative data coding using large language
    models ('LLMs') via the 'ellmer' package, supporting providers including
    'OpenAI', 'Anthropic', 'Google', 'Azure', and local models via 'Ollama'.
    Provides a 'codebook'-based workflow for defining coding instructions and
    applying them to texts, images, and other data. Includes built-in 'codebooks'
    for common applications such as sentiment analysis and policy coding, and
    functions for creating custom 'codebooks' for specific research questions.
    Supports systematic replication across models and settings, computing
    inter-coder reliability statistics including Krippendorff's alpha
    (Krippendorff 2019, <doi:10.4135/9781071878781>) and Fleiss' kappa
    (Fleiss 1971, <doi:10.1037/h0031619>), as well as gold-standard validation
    metrics including accuracy, precision, recall, and F1 scores following
    Sokolova and Lapalme (2009, <doi:10.1016/j.ipm.2009.03.002>). Provides audit
    trail functionality for documenting coding workflows following Lincoln and
    Guba's (1985, ISBN:0803924313) framework for establishing trustworthiness
    in qualitative research.
License: GPL-3
URL: https://quallmer.github.io/quallmer/
Depends: R (>= 3.5.0), ellmer (>= 0.4.0)
Imports: cli, dplyr, tidyr, digest, irr, lifecycle, rlang, stats,
        yardstick
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Suggests: ggplot2, janitor, knitr, rmarkdown, testthat (>= 3.0.0),
        kableExtra, mockery, quanteda, quanteda.tidy, tibble, withr
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-02-12 10:15:40 UTC; smaerz
Author: Seraphine F. Maerz [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7173-9617>),
  Kenneth Benoit [aut] (ORCID: <https://orcid.org/0000-0002-0797-564X>)
Maintainer: Seraphine F. Maerz <seraphine.maerz@unimelb.edu.au>
Repository: CRAN
Date/Publication: 2026-02-16 18:00:02 UTC
Built: R 4.6.0; ; 2026-02-26 04:54:36 UTC; windows
