-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.64 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
Type: Package
Package: mergenstudio
Title: A visual chatbot interface for AI-driven data analysis using the 'Mergen' package.
Version: 1.0
Authors@R: c(
person("Jacqueline", "Jansen", , "[email protected]", role = c("aut","cre")),
person("Artür", "Manukyan", , "[email protected]", role = c("aut")),
person("Nour", "Alkhoury", , "[email protected]", role = c("aut")),
person("Altuna", "Akalin", , "[email protected]", role = c("aut"))
)
Maintainer: Jacqueline Jansen <[email protected]>
Description: An 'RStudio' Addin wrapper for the 'mergen' package. This package employs artificial intelligence to convert data analysis questions into executable code, explanations, and algorithms. This package makes it easier to use Large Language Models in your development environment by providing a chat-like interface, while also allowing you to inspect and execute the returned code.
URL: https://github.com/BIMSBbioinfo/mergenstudio
BugReports: https://github.com/BIMSBbioinfo/mergenstudio/issues
License: MIT + file LICENSE
Depends:
R (>= 4.0)
Imports:
mergen,
assertthat,
bslib (>= 0.4.2),
cli,
colorspace,
fontawesome,
glue,
grDevices,
htmltools,
htmlwidgets,
httr2,
ids,
jsonlite,
magrittr,
purrr,
rlang,
rstudioapi (>= 0.12),
shiny,
shiny.i18n,
shinyjs,
shinyFiles,
fs,
stringr (>= 1.5.0),
rvest,
utils,
waiter,
yaml,
rmarkdown,
methods
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3