-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.02 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
Package: gpteasyr
Title: A basic and simple interface to OpenAI’s GPT API
Version: 0.5.0
Authors@R:
person("Corrado", "Lanera", , "corrado.lanera@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0520-7428"))
Description: The goal of 'gpteasyr' is to provide a basic and simple
interface to OpenAI's GPT API (and other compatible APIs). The
package is also designed to work with (i.e., to query on)
dataframes/tibbles, and to simplify the process of querying the API.
License: MIT + file LICENSE
URL: https://github.com/CorradoLanera/gpteasyr,
https://CorradoLanera.github.io/gpteasyr/
BugReports: https://github.com/CorradoLanera/gpteasyr/issues
Imports:
httr,
jsonlite,
lifecycle,
purrr,
reticulate,
rlang,
stringr,
tibble,
usethis
Suggests:
checkmate,
depigner,
dplyr,
lintr,
spelling,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1