Package: askgpt
Type: Package
Title: Asking GPT About R Stuff
Version: 0.1.3
Authors@R: person("Johannes", "Gruber", email = "johannesb.gruber@gmail.com",
  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.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-GB
LazyData: true
NeedsCompilation: no
Packaged: 2023-09-08 08:14:55 UTC; johannes
Author: Johannes Gruber [aut, cre]
Maintainer: Johannes Gruber <johannesb.gruber@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-08 08:30:05 UTC
Built: R 4.6.0; ; 2025-07-18 07:27:36 UTC; unix
