-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.34 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
Package: chatAI4R
Type: Package
Title: Chat-Based Interactive Artificial Intelligence for R
Version: 0.3.2
Date: 2024-05-10
Authors@R: c(
person (given = "Satoshi", family = "Kume",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7481-2843"))
)
Maintainer: Satoshi Kume <[email protected]>
Description: The Large Language Model (LLM) represents a groundbreaking advancement
in data science and programming, and also allows us to extend the world of R.
A seamless interface for integrating the 'OpenAI' Web APIs into R is provided in this package.
This package leverages LLM-based AI techniques, enabling efficient knowledge discovery and data analysis
(see 'OpenAI' Web APIs details <https://openai.com/blog/openai-api>).
The previous functions such as seamless translation and image generation have been moved
to other packages 'deepRstudio' and 'stableDiffusion4R'.
Depends: R (>= 4.2.0)
Imports: httr,
jsonlite,
assertthat,
clipr,
crayon,
rstudioapi,
future,
igraph,
deepRstudio,
pdftools,
xml2,
rvest
Suggests: testthat, knitr
License: Artistic-2.0
URL: https://kumes.github.io/chatAI4R/, https://github.com/kumeS/chatAI4R
BugReports: https://github.com/kumeS/chatAI4R/issues
RoxygenNote: 7.3.1
Encoding: UTF-8