Package: chatgpt
Type: Package
Title: Interface to 'ChatGPT' from R
Version: 0.1.4
Authors@R: c(
    person(
      given = "Juan Cruz", family = "Rodriguez", role = c("aut", "cre"), 
      email = "jcrodriguez@unc.edu.ar"
    )
  )
Maintainer: Juan Cruz Rodriguez <jcrodriguez@unc.edu.ar>
Description: 'OpenAI's 'ChatGPT' <https://openai.com/blog/chatgpt/> coding assistant for 'RStudio'. 
  A set of functions and 'RStudio' addins that aim to help the R developer in tedious coding tasks.
License: GPL (>= 3)
URL: https://github.com/jcrodriguez1989/chatgpt
BugReports: https://github.com/jcrodriguez1989/chatgpt/issues
Encoding: UTF-8
RoxygenNote: 7.2.0
Imports: httr, jsonlite, miniUI, rstudioapi, shiny, utils
NeedsCompilation: no
Packaged: 2023-01-14 12:37:17 UTC; jcrodriguez
Author: Juan Cruz Rodriguez [aut, cre]
Repository: CRAN
Date/Publication: 2023-01-16 10:30:06 UTC
