From 65c902fd8db0139f34ccecd765d43f350fca61c6 Mon Sep 17 00:00:00 2001 From: kumeS Date: Wed, 13 Sep 2023 14:01:03 +0900 Subject: [PATCH] 2nd version --- CRAN-SUBMISSION | 3 +++ README.md | 6 +++--- cran-comments.md | 5 +++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CRAN-SUBMISSION create mode 100644 cran-comments.md diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..75896aa --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.0.9 +Date: 2023-09-12 14:38:23 UTC +SHA: 5a34af8e7c9b607737f28bbb6c01d541e6f308b1 diff --git a/README.md b/README.md index 355aa8d..877024d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ maturing](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN](https://www.r-pkg.org/badges/version/deepRstudio)](https://cran.r-project.org/web/packages/deepRstudio/index.html) [![CRAN_latest_release_date](https://www.r-pkg.org/badges/last-release/deepRstudio)](https://cran.r-project.org/package=deepRstudio) -[![CRAN](https://cranlogs.r-pkg.org/badges/grand-total/deepRstudio)](http://www.datasciencemeta.com/rpackages) +[![CRAN](https://cranlogs.r-pkg.org/badges/grand-total/deepRstudio)](https://www.datasciencemeta.com/rpackages) [![:total status badge](https://kumes.r-universe.dev/badges/:total)](https://kumes.r-universe.dev) [![deepRstudio status badge](https://kumes.r-universe.dev/badges/deepRstudio)](https://kumes.r-universe.dev) @@ -16,7 +16,7 @@ maturing](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https Enhancing cross-language compatibility within the RStudio environment and supporting seamless language understanding, the deepRstudio package leverages the power of the 'DeepL' API - to enable seamless, fast, accurate, and affordable translation of code comments, documents, and text. +(see ) to enable seamless, fast, accurate, and affordable translation of code comments, documents, and text. This package offers the ability to translate selected text into English, as well as from English (EN) into various languages, namely Japanese (JA), Chinese (ZH), Spanish (ES), French (FR), Russian (RU), Portuguese (PT), and Indonesian (ID). @@ -68,7 +68,7 @@ Note: Once restart R (Restart R on the Session or .rs.restartR()) is recommended ### 3. Set the API key according to DeepL Web API. -Please register for a membership (either free or paid) on the DeepL website (https://www.deepl.com/ja/docs-api) to obtain your API key. +Please register for a membership (either free or paid) on the DeepL website (https://www.deepl.com/docs-api) to obtain your API key. **Step 1:** log in to the DeepL website. diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..858617d --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release.