forked from mlverse/chattr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 916 Bytes
/
DESCRIPTION
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
Package: chattr
Title: Integrates LLM's with the RStudio IDE
Version: 0.0.0.9009
Authors@R: c(
person("Edgar", "Ruiz", , "[email protected]", role = c("aut", "cre")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Integrates LLM's with the RStudio IDE.
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
rstudioapi,
lifecycle,
processx,
jsonlite,
config,
httr2 (>= 1.0.0.9000),
purrr,
rlang,
bslib,
shiny,
clipr,
callr,
yaml,
glue,
cli,
fs
Depends:
R (>= 2.10)
LazyData: true
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
VignetteBuilder: knitr
Remotes: r-lib/httr2