Skip to content

Commit d44210d

Browse files
committed
chore: update note about 0.10.0
1 parent f502083 commit d44210d

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

DESCRIPTION

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
Package: gemini.R
22
Title: Interface for 'Google Gemini' API
3-
Version: 0.9.2
3+
Version: 0.10.0
44
Authors@R: c(
55
person("Jinhwan", "Kim", , "hwanistic@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0009-3217-2417")),
66
person("Maciej", "Nasinski", role = "ctb"))
77
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>.
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
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
2525
Roxygen: list(markdown = TRUE)
2626
RoxygenNote: 7.3.2
27-
Suggests:
28-
testthat (>= 3.0.0)
27+
Suggests:
28+
testthat (>= 3.0.0)
2929
Config/testthat/edition: 3
3030
Config/Needs/website: rmarkdown

NEWS.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# gemini.R
22

3-
# gemini.R 0.9.0
3+
# gemini.R 0.10.0
4+
5+
## 0.10.0
6+
7+
- `countTokens` function for countTokens API
8+
- `setEnv` function added.
9+
- Deprecated Gemini 1.5 models (`1.5-pro`, `1.5-flash`)
10+
- Add CRANlogs badge in readme
411

512
## 0.9.2
6-
- modified `.Rbuildignore` to ignore README.md
13+
14+
- Modified `.Rbuildignore` to ignore README.md
715

816
## 0.9.1
9-
- add roxygen documents for `region`
17+
18+
- Add roxygen documents for `region`
1019

1120
## 0.9.0
1221

0 commit comments

Comments
 (0)