Package: GenAI
Type: Package
Title: Generative Artificial Intelligence
Version: 0.2.0
Authors@R: c(
    person(
      given = "Li", 
      family = "Yuan", 
      role = c("aut", "cre"), 
      email = "lyuan@gd.edu.kg",
      comment = c(ORCID = "0009-0008-1075-9922")
    )
  )
Maintainer: Li Yuan <lyuan@gd.edu.kg>
Description: Utilizing Generative Artificial Intelligence models like 'GPT-4' and 'Gemini Pro' as coding and writing assistants for 'R' users. Through these models, 'GenAI' offers a variety of functions, encompassing text generation, code optimization, natural language processing, chat, and image interpretation. The goal is to aid 'R' users in streamlining laborious coding and language processing tasks.
License: CC BY 4.0
URL: https://genai.gd.edu.kg/
BugReports: https://github.com/GitData-GA/GenAI/issues
Encoding: UTF-8
RoxygenNote: 7.3.0
Depends: magrittr
Imports: base64enc, httr, jsonlite, tools, R6, listenv, magick,
        ggplotify
NeedsCompilation: no
Packaged: 2024-02-15 03:28:07 UTC; lp130
Author: Li Yuan [aut, cre] (<https://orcid.org/0009-0008-1075-9922>)
Repository: CRAN
Date/Publication: 2024-02-15 19:00:02 UTC
Built: R 4.6.0; ; 2025-10-14 02:15:15 UTC; windows
