-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.29 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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