ben-aaron188 | 3818e7c | 2022-09-08 17:49:01 +0200 | [diff] [blame] | 1 | Package: rgpt3 |
2 | Title: An R access point for the GPT-3 API | ||||
3 | Version: 0.0.1 | ||||
4 | Authors@R: | ||||
5 | person("Bennett", "Kleinberg", email = "bennett.kleinberg@tilburguniversity.edu", role = c("aut", "cre")) | ||||
6 | Description: What the package does (one paragraph). | ||||
7 | URL: https://github.com/ben-aaron188/rgpt3 | ||||
8 | License: GPL (>= 3) | ||||
9 | Encoding: UTF-8 | ||||
10 | Roxygen: list(markdown = TRUE) | ||||
11 | RoxygenNote: 7.2.1 | ||||
12 | Imports: | ||||
13 | data.table, | ||||
14 | httr |