-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·44 lines (44 loc) · 901 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·44 lines (44 loc) · 901 Bytes
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: side
Title: A Coding Agent for RStudio
Version: 0.0.2.9000
Authors@R:
person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"))
Description: A coding agent for data science in RStudio,
implemented entirely in R. It can interact with your files,
talk to your active R session, and run code.
License: MIT + file LICENSE
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
base64enc,
btw,
cli,
coro,
ellmer,
fastmap,
ggplot2,
glue,
htmltools,
httr2,
jsonlite,
later,
nanonext,
processx,
promises,
rlang (>= 1.1.0),
rstudioapi,
S7,
shiny,
shinychat,
withr,
yaml
Remotes:
posit-dev/shinychat/pkg-r
URL: https://simonpcouch.github.io/side/
VignetteBuilder: knitr