-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 824 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 824 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
Package: myownrobs
Type: Package
Title: AI Coding Agent for 'RStudio'
Version: 1.0.0
Authors@R: c(
person(
"Juan Cruz", "Rodriguez",
email = "jcrodriguez@unc.edu.ar",
role = c("aut", "cre")
)
)
Maintainer: Juan Cruz Rodriguez <jcrodriguez@unc.edu.ar>
Description: Provides an 'RStudio' extension with a chat interface for an AI coding agent to help
users with R programming tasks.
License: MIT + file LICENSE
URL: https://myownrobs.github.io/myownrobs/, https://github.com/MyOwnRobs/myownrobs
BugReports: https://github.com/MyOwnRobs/myownrobs/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports:
ellmer,
fs,
httr,
jsonlite,
methods,
promises,
rstudio.prefs,
rstudioapi,
shiny,
tools,
uuid,
yaml
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3