Package: mall
Title: Run Multiple Large Language Model Predictions Against a Table,
        or Vectors
Version: 0.1.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, fs, glue, jsonlite, ollamar, rlang
Suggests: dbplyr, testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://mlverse.github.io/mall/
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2024-10-22 12:51:31 UTC; edgar
Author: Edgar Ruiz [aut, cre],
  Posit Software, PBC [cph, fnd]
Maintainer: Edgar Ruiz <edgar@posit.co>
Repository: CRAN
Date/Publication: 2024-10-24 14:30:02 UTC
Built: R 4.3.3; ; 2024-10-24 15:15:21 UTC; unix
