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("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) 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'. License: MIT + file LICENSE URL: https://github.com/mlverse/chattr, https://mlverse.github.io/chattr/ BugReports: https://github.com/mlverse/chattr/issues Depends: R (>= 4.1) Imports: bslib, cli, clipr, config, coro, ellmer (>= 0.3.0), fs, glue, httr2 (>= 1.1.0), lifecycle, processx, purrr, rlang, rstudioapi, shiny, yaml Suggests: covr, knitr, withr, rmarkdown, shinytest2, testthat (>= 3.0.0) VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-11-11 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://mlverse.r-universe.dev Date/Publication: 2025-11-11 20:14:58 UTC RemoteUrl: https://github.com/mlverse/chattr RemoteRef: HEAD RemoteSha: d7efbbabb622418a04546b073147ec146b54247e NeedsCompilation: no Packaged: 2026-06-13 06:44:19 UTC; root Author: Edgar Ruiz [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Edgar Ruiz