-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 811 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 811 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
Package: openapi
Type: Package
Title: Interface to the OpenAI API
Version: 0.3.2
Author: Hao Zhang
Maintainer: Hao Zhang <haozhang@njmu.edu.cn>
Description: The openapi R package provides an easy-to-use interface for interacting with the OpenAI API in R, allowing users to generate responses to natural language prompts and process them for various tasks.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
httr,
RCurl,
jsonlite,
R.cache,
R6,
png,
rlang,
magrittr,
reactable,
rstudioapi (>= 0.5),
miniUI (>= 0.1.1),
shiny (>= 0.13),
shinyjs,
shinyWidgets,
shinydashboard,
shinydashboardPlus,
shinymanager,
shinyjs,
future,
future.callr,
DBI,
RSQLite,
diffr
Depends:
R (>= 2.10)