Package: mall
Title: Run Multiple Large Language Model Predictions Against a Table,
        or Vectors
Version: 0.2.0
Authors@R: c(
  person("Edgar", "Ruiz", , "edgar@posit.co", role = c("aut", "cre")),
  person(given = "Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Run multiple 'Large Language Model' predictions against a table. The
    predictions run row-wise over a specified column. It works using a 
    one-shot prompt, along with the current row's content. The prompt that is used
    will depend of the type of analysis needed.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, dplyr, ellmer (>= 0.3.0), fs, glue, jsonlite, ollamar,
        rlang
Suggests: dbplyr, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
URL: https://mlverse.github.io/mall/
Depends: R (>= 4.1)
LazyData: true
NeedsCompilation: no
Packaged: 2025-08-18 18:53:33 UTC; edgar
Author: Edgar Ruiz [aut, cre],
  Posit Software, PBC [cph, fnd]
Maintainer: Edgar Ruiz <edgar@posit.co>
Repository: CRAN
Date/Publication: 2025-08-18 19:20:17 UTC
Built: R 4.5.1; ; 2025-10-06 02:59:49 UTC; windows
