Package: fanyi Title: Translate Words or Sentences via Online Translators Version: 0.1.1 Authors@R: c( person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781") ), person("Guannan", "Chen", email = "gnchen@hrbmu.edu.cn", role = "ctb" ), person("Difei", "Wang", email = "2773997973@qq.com", role = "ctb" ) ) Description: Useful functions to translate text for multiple languages using online translators. For example, by translating error messages and descriptive analysis results into a language familiar to the user, it enables a better understanding of the information, thereby reducing the barriers caused by language. It offers several helper functions to query gene information to help interpretation of interested genes (e.g., marker genes, differential expression genes), and provides utilities to translate 'ggplot' graphics. This package is not affiliated with any of the online translators. The developers do not take responsibility for the invoice it incurs when using this package, especially for exceeding the free quota. Depends: R (>= 4.2.0) Imports: digest, ggfun (>= 0.1.3), httr2, jsonlite, openssl, purrr, rentrez, rlang, SSEparser, utils, uuid, yulab.utils (>= 0.1.6) ByteCompile: true License: Artistic-2.0 URL: https://github.com/YuLab-SMU/fanyi, https://www.biorxiv.org/content/10.1101/2023.12.21.572729 BugReports: https://github.com/YuLab-SMU/fanyi/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev Repository: https://yulab-smu.r-universe.dev Date/Publication: 2026-02-14 17:35:52 UTC RemoteUrl: https://github.com/yulab-smu/fanyi RemoteRef: HEAD RemoteSha: 26d245491a229dc83585c9a84c80b12901cfb37f NeedsCompilation: no Packaged: 2026-06-14 07:51:22 UTC; root Author: Guangchuang Yu [aut, cre, cph] (ORCID: ), Guannan Chen [ctb], Difei Wang [ctb] Maintainer: Guangchuang Yu