Package: deepRstudio 0.0.9
Satoshi Kume
deepRstudio: Seamless Language Translation in 'RStudio' using 'DeepL' API and 'Rstudioapi'
Enhancing cross-language compatibility within the 'RStudio' environment and supporting seamless language understanding, the 'deepRstudio' package leverages the power of the 'DeepL' API (see <https://www.deepl.com/docs-api>) 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 (EN), as well as from English into various languages, namely Japanese (JA), Chinese (ZH), Spanish (ES), French (FR), Russian (RU), Portuguese (PT), and Indonesian (ID). With much of the text being written in English, the emphasis is on compatibility from English. It is also designed for developers working on multilingual projects and data analysts collaborating with international teams, simplifying the translation process and making code more accessible and comprehensible to people with diverse language backgrounds. This package uses the 'rstudioapi' package and 'DeepL' API, and is simply implemented, executed from addins or via shortcuts on 'RStudio'. With just a few steps, content can be translated between supported languages, promoting better collaboration and expanding the global reach of work. The functionality of this package works only on 'RStudio' using 'rstudioapi'.
Authors:
deepRstudio_0.0.9.tar.gz
deepRstudio_0.0.9.zip(r-4.5)deepRstudio_0.0.9.zip(r-4.4)deepRstudio_0.0.9.zip(r-4.3)
deepRstudio_0.0.9.tgz(r-4.4-any)deepRstudio_0.0.9.tgz(r-4.3-any)
deepRstudio_0.0.9.tar.gz(r-4.5-noble)deepRstudio_0.0.9.tar.gz(r-4.4-noble)
deepRstudio_0.0.9.tgz(r-4.4-emscripten)deepRstudio_0.0.9.tgz(r-4.3-emscripten)
deepRstudio.pdf |deepRstudio.html✨
deepRstudio/json (API)
# Install 'deepRstudio' in R: |
install.packages('deepRstudio', repos = c('https://kumes.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kumes/deeprstudio/issues
deepldeeprstudiolanguage-translationrstudiorstudioapiseamlessseamless-languagetranslation
Last updated 1 years agofrom:b945c9a0d1. Checks:OK: 6 ERROR: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | OK | Nov 19 2024 |
R-4.5-linux | ERROR | Nov 19 2024 |
R-4.4-win | OK | Nov 19 2024 |
R-4.4-mac | OK | Nov 19 2024 |
R-4.3-win | OK | Nov 19 2024 |
R-4.3-mac | OK | Nov 19 2024 |
Exports:deepeldeepel_from_ENdeepel_rstudioapi_speakInJAdeepel_X2Xis_macslow_print
Dependencies:askpassassertthatcliprcrayoncurlhttrjsonlitemimeopensslR6rstudioapisys
Readme and manuals
Help Manual
Help page | Topics |
---|---|
DeepL Translation Function | deepel |
Translate English Text to Other Languages via DeepL API | deepel_from_EN |
Translate Selected Text to English via DeepL API | deepel_rstudioapi_2EN |
Translate Selected Text to Spanish via DeepL API | deepel_rstudioapi_2ES |
Translate Selected Text to French via DeepL API | deepel_rstudioapi_2FR |
Translate Selected Text to Indonesian via DeepL API | deepel_rstudioapi_2ID |
Translate Selected Text to Japanese via DeepL API | deepel_rstudioapi_2JA |
Translate Selected Text to Portuguese via DeepL API | deepel_rstudioapi_2PT |
Translate Selected Text to Russian via DeepL API | deepel_rstudioapi_2RU |
Translate Selected Text to Chinese via DeepL API | deepel_rstudioapi_2ZH |
Translate and Speak in Japanese | deepel_rstudioapi_speakInJA |
Translate X Language to Other X Language via DeepL API | deepel_X2X |
Check Mac OS (Darwin) | is_mac |
Slowly Print Text | slow_print |