-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
40 lines (40 loc) · 847 Bytes
/
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
Package: askgpt
Type: Package
Title: Asking GPT About R Stuff
Version: 0.1.3.9000
Authors@R: person("Johannes", "Gruber", email = "[email protected]",
role = c("aut", "cre"))
Description: A chat package connecting to API endpoints by 'OpenAI'
(<https://platform.openai.com/>) to answer questions (about R).
Depends:
R (>= 4.1.0)
Imports:
cli,
callr,
dplyr,
glue,
methods,
rlang,
httr2,
rappdirs,
jsonlite
Suggests:
covr,
knitr,
miniUI,
rmarkdown,
rstudioapi,
shiny,
shinycssloaders,
spelling,
testthat (>= 3.0.0),
withr
URL: https://github.com/JBGruber/askgpt
BugReports: https://github.com/JBGruber/askgpt/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-GB
LazyData: true