|
1 | 1 | Package: gemini.R |
2 | 2 | Title: Interface for 'Google Gemini' API |
3 | | -Version: 0.9.2 |
| 3 | +Version: 0.10.0 |
4 | 4 | Authors@R: c( |
5 | 5 | person("Jinhwan", "Kim", , "hwanistic@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0009-3217-2417")), |
6 | 6 | person("Maciej", "Nasinski", role = "ctb")) |
7 | 7 | Maintainer: Jinhwan Kim <hwanistic@gmail.com> |
8 | | -Description: 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>. |
| 8 | +Description: 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>. |
13 | 13 | License: MIT + file LICENSE |
14 | 14 | Depends: R (>= 4.1.0) |
15 | 15 | URL: https://github.com/jhk0530/gemini.R |
16 | 16 | BugReports: https://github.com/jhk0530/gemini.R/issues |
17 | 17 | Encoding: UTF-8 |
18 | | -Imports: |
19 | | - base64enc, |
20 | | - cli, |
21 | | - httr2, |
22 | | - jsonlite, |
23 | | - rstudioapi, |
24 | | - tools |
| 18 | +Imports: |
| 19 | + base64enc, |
| 20 | + cli, |
| 21 | + httr2, |
| 22 | + jsonlite, |
| 23 | + rstudioapi, |
| 24 | + tools |
25 | 25 | Roxygen: list(markdown = TRUE) |
26 | 26 | RoxygenNote: 7.3.2 |
27 | | -Suggests: |
28 | | - testthat (>= 3.0.0) |
| 27 | +Suggests: |
| 28 | + testthat (>= 3.0.0) |
29 | 29 | Config/testthat/edition: 3 |
30 | 30 | Config/Needs/website: rmarkdown |
0 commit comments