Package: chatAI4R
Type: Package
Title: Chat-Based Interactive Artificial Intelligence for R
Version: 0.0.11
Date: 2023-08-10
Authors@R: c(
    person (given = "Satoshi", family = "Kume",
    role = c("aut", "cre"), 
    email = "satoshi.kume.1984@gmail.com",
    comment = c(ORCID = "0000-0001-7481-2843"))
    )
Maintainer: Satoshi Kume <satoshi.kume.1984@gmail.com>
Description: The Large Language Model (LLM) represents a groundbreaking advancement 
    in data science and programming, and also allows us to extend the world of R. 
    A seamless interface for integrating the 'OpenAI' API 
    (see <https://openai.com/blog/openai-api>), 'Stable Diffusion' and 
    other Web APIs into R is provided in this package. This package leverages LLM-based 
    AI techniques, enabling efficient knowledge discovery and data analysis.
    In addition, this package includes functionality for performing 
    image generation such as txt2img (t2i) and img2img (i2i) using the 'DALL-E 2' and 
    'Stable Diffusion' APIs.
Depends: R (>= 4.2.0)
Imports: httr, jsonlite, EBImage, magrittr, purrr, assertthat, clipr,
        crayon, grDevices, hexSticker, abind, base64enc, png, animation
Suggests: testthat, knitr
License: Artistic-2.0
URL: https://kumes.github.io/chatAI4R/,
        https://github.com/kumeS/chatAI4R
BugReports: https://github.com/kumeS/chatAI4R/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-08-10 13:15:39 UTC; sas
Author: Satoshi Kume [aut, cre] (<https://orcid.org/0000-0001-7481-2843>)
Repository: CRAN
Date/Publication: 2023-08-11 12:33:46 UTC
