Package: rapidcodeR
Title: Optimized Data Analysis System for AI-Based Text Processing
Version: 0.1.0
Authors@R: c(
    person("Gabriel", "Lönn", , "gablon@prio.org", role = c("aut", "cre")),
    person("Sebastian", "Schutte", , role = "ctb", comment = "Original code and package idea provided by.")
    )
Description: Extracts machine-readable variables from natural language text using
    AI APIs. Optimized for speed and cost efficiency through parallel processing
    and direct CSV-formatted responses from language models. Supports multiple AI
    providers with robust error handling and automatic retry mechanisms for
    failed extractions.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: stringr, openai, groqR, dplyr, rlang, parallel, future,
        future.apply
Suggests: testthat (>= 3.0.0), irr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-03-05 23:16:55 UTC; gelon
Author: Gabriel Lönn [aut, cre],
  Sebastian Schutte [ctb] (Original code and package idea provided by.)
Maintainer: Gabriel Lönn <gablon@prio.org>
Repository: CRAN
Date/Publication: 2026-03-10 20:40:02 UTC
Built: R 4.4.3; ; 2026-03-11 00:20:21 UTC; unix
