@@ -2,30 +2,30 @@ Package: gemini.R
22Title: Interface for 'Google Gemini' API
33Version: 0.15.2
44Authors@R: c(
5- person("Jinhwan", "Kim", , "hwanistic@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0009-3217-2417")),
6- person("Maciej", "Nasinski", role = "ctb"))
5+ person("Jinhwan", "Kim", , "hwanistic@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0009-3217-2417")),
6+ person("Maciej", "Nasinski", role = "ctb"))
77Maintainer: Jinhwan Kim <hwanistic@gmail.com>
88Description: Provides a comprehensive interface for Google Gemini API,
9- enabling users to access and utilize Gemini Large Language Model (LLM) functionalities directly from R.
10- This package facilitates seamless integration with Google Gemini, allowing for advanced language processing,
11- text generation, and other AI-driven capabilities within the R environment.
12- For more information, please visit <https://ai.google.dev/docs/gemini_api_overview>.
9+ enabling users to access and utilize Gemini Large Language Model (LLM) functionalities directly from R.
10+ This package facilitates seamless integration with Google Gemini, allowing for advanced language processing,
11+ text generation, and other AI-driven capabilities within the R environment.
12+ For more information, please visit <https://ai.google.dev/docs/gemini_api_overview>.
1313License: MIT + file LICENSE
1414Depends: R (>= 4.1.0)
1515URL: https://github.com/jhk0530/gemini.R
1616BugReports: https://github.com/jhk0530/gemini.R/issues
1717Encoding: UTF-8
1818Imports:
19- base64enc,
20- cli,
21- httr2,
22- jsonlite,
23- knitr,
24- rstudioapi,
25- tools
19+ base64enc,
20+ cli,
21+ httr2,
22+ jsonlite,
23+ knitr,
24+ rstudioapi,
25+ tools
2626Roxygen: list(markdown = TRUE)
2727RoxygenNote: 7.3.2
2828Suggests:
29- testthat (>= 3.0.0)
29+ testthat (>= 3.0.0)
3030Config/testthat/edition: 3
3131Config/Needs/website: rmarkdown
0 commit comments