Skip to content

Commit d243f29

Browse files
committed
Update DESCRIPTION
1 parent be082c2 commit d243f29

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

DESCRIPTION

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ Package: gemini.R
22
Title: Interface for 'Google Gemini' API
33
Version: 0.15.2
44
Authors@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"))
77
Maintainer: Jinhwan Kim <hwanistic@gmail.com>
88
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>.
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>.
1313
License: MIT + file LICENSE
1414
Depends: R (>= 4.1.0)
1515
URL: https://github.com/jhk0530/gemini.R
1616
BugReports: https://github.com/jhk0530/gemini.R/issues
1717
Encoding: UTF-8
1818
Imports:
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
2626
Roxygen: list(markdown = TRUE)
2727
RoxygenNote: 7.3.2
2828
Suggests:
29-
testthat (>= 3.0.0)
29+
testthat (>= 3.0.0)
3030
Config/testthat/edition: 3
3131
Config/Needs/website: rmarkdown

0 commit comments

Comments
 (0)