Package: LLMR
Title: Interface for Large Language Model APIs in R
Version: 0.6.3
Depends: R (>= 4.1.0)
Authors@R: 
    person("Ali", "Sanaei", , "sanaei@uchicago.edu", role = c("aut", "cre"))
Description: Provides a unified interface to large language models across multiple
  providers. Supports text generation, structured output with optional JSON
  Schema validation, and embeddings. Includes tidyverse-friendly helpers,
  chat session, consistent error handling, and parallel batch tools.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: httr2, purrr, dplyr, tidyr, rlang, memoise, future,
        future.apply, tibble, base64enc, mime, glue (>= 1.6.0), cli (>=
        3.6.0), jsonlite, vctrs
Suggests: testthat (>= 3.0.0), roxygen2 (>= 7.1.2), httptest2,
        progressr, knitr, rmarkdown, ggplot2, R.rsp, jsonvalidate
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/asanaei/LLMR, https://asanaei.github.io/LLMR/
BugReports: https://github.com/asanaei/LLMR/issues
VignetteBuilder: knitr
NeedsCompilation: no
Author: Ali Sanaei [aut, cre]
Maintainer: Ali Sanaei <sanaei@uchicago.edu>
Packaged: 2025-10-11 16:56:02 UTC; ali
Repository: CRAN
Date/Publication: 2025-10-11 17:10:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:14:35 UTC; windows
