-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.54 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
Package: mergen
Type: Package
Title: AI-Driven Code Generation, Explanation and Execution for Data Analysis
Version: 0.2.1
Authors@R: c(
person("Altuna", "Akalin", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0468-0117")),
person("Jacqueline Anne", "Jansen", , "[email protected]", role = "aut")
)
Description: Employing artificial intelligence to convert data analysis questions into executable code, explanations, and algorithms. The self-correction feature ensures the generated code is optimized for performance and accuracy. 'mergen' features a user-friendly chat interface, enabling users to interact with the AI agent and extract valuable insights from their data effortlessly.
URL: https://github.com/BIMSBbioinfo/mergen,
https://bioinformatics.mdc-berlin.de/mergen/
BugReports: https://github.com/BIMSBbioinfo/mergen/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
Imports:
openai,
rmarkdown,
BiocManager,
assertthat (>= 0.2.1),
httr,
jsonlite
Suggests:
knitr,
readxl,
data.table (>= 1.9.6),
testthat (>= 3.0.0),
purrr (>= 0.3.4),
VignetteBuilder: knitr
Collate:
'setupAgent.R'
'parseBotResponse.R'
'sendPrompt.R'
'executeCode.R'
'selfcorrect.R'
'clean_code_blocks.R'
'extractInstallPkg.R'
'extractFilenames.R'
'fileHeaderPrompt.R'
'test-helper-test_argument_validation.R'
'promptContext.R'
'runCodeInResponse.R'
RoxygenNote: 7.3.2
Config/testthat/edition: 3