Package: chattr
Title: Interact with Large Language Models in 'RStudio'
Version: 0.3.1
Authors@R: c(
  person("Edgar", "Ruiz", , "edgar@posit.co", role = c("aut", "cre")),
  person(given = "Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Enables user interactivity with large-language models ('LLM') inside
    the 'RStudio' integrated development environment (IDE). The user can
    interact with the model using the 'shiny' app included in this package, or
    directly in the 'R' console. It comes with back-ends for 'OpenAI', 'GitHub'
    'Copilot', and 'LlamaGPT'. 
URL: https://github.com/mlverse/chattr,
        https://mlverse.github.io/chattr/
BugReports: https://github.com/mlverse/chattr/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: rstudioapi, lifecycle, processx, config, ellmer (>= 0.3.0),
        purrr, rlang, bslib, shiny, clipr, httr2 (>= 1.1.0), yaml,
        glue, coro, cli, fs
Depends: R (>= 2.10)
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0), shinytest2,
        withr
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-08-18 18:22:34 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:00:20 UTC
Built: R 4.6.0; ; 2025-08-21 04:50:57 UTC; unix
