Package: gemini.R
Title: Interface for 'Google Gemini' API
Version: 0.17.2
Authors@R: c(
  person("Jinhwan", "Kim", , "hwanistic@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0009-3217-2417")),
  person("Maciej", "Nasinski", role = "ctb"))
Maintainer: Jinhwan Kim <hwanistic@gmail.com>
Description: Provides a comprehensive interface for Google Gemini API,
  enabling users to access and utilize Gemini Large Language Model (LLM) functionalities directly from R.
  This package facilitates seamless integration with Google Gemini, allowing for advanced language processing,
  text generation, and other AI-driven capabilities within the R environment.
  For more information, please visit <https://ai.google.dev/docs/gemini_api_overview>.
License: MIT + file LICENSE
Depends: R (>= 4.1.0)
URL: https://github.com/jhk0530/gemini.R
BugReports: https://github.com/jhk0530/gemini.R/issues
Encoding: UTF-8
Imports: base64enc, cli, httr2, jsonlite, knitr, rstudioapi, tools
RoxygenNote: 7.3.2
Suggests: quarto, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: rmarkdown, quarto
NeedsCompilation: no
Packaged: 2025-09-01 09:57:33 UTC; jinhwan
Author: Jinhwan Kim [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0009-3217-2417>),
  Maciej Nasinski [ctb]
Repository: CRAN
Date/Publication: 2025-09-01 10:30:02 UTC
Built: R 4.4.3; ; 2025-11-01 03:56:19 UTC; windows
