Package: TheOpenAIR
Type: Package
Title: Integrate 'OpenAI' Large Language Models into Your 'R' Workflows
Version: 0.1.0
Authors@R: c(person("Ulrich", "Matter", email = "umatter@protonmail.com", role = c("aut", "cre", "cph")), person("Jonathan", "Chassot", email = "jonathan.chassot@unisg.ch", role = "aut"))
Maintainer: Ulrich Matter <umatter@protonmail.com>
Description: Utilizing the 'OpenAI' API as the back end (<https://platform.openai.com/docs/api-reference>), 'TheOpenAIR' offers 'R' wrapper functions for the 'ChatGPT' endpoint and several high-level functions that enable the integration of 'ChatGPT' capabilities in diverse data-related tasks, such as data cleansing and automated analytics script generation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests: readr, jsonlite, tidyr, dplyr, lubridate, testthat (>=
        3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
Config/reticulate: list( packages = list( list(package = "tiktoken") )
        )
Imports: reticulate, magrittr, tibble, methods, stringr, stringi,
        data.table, httr, R.utils, xml2, utils, cli, rstudioapi
URL: http://openair-lib.org/
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2023-04-26 08:24:54 UTC; jldc
Author: Ulrich Matter [aut, cre, cph],
  Jonathan Chassot [aut]
Repository: CRAN
Date/Publication: 2023-04-27 12:32:30 UTC
